aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte2003-03-201-0/+2
* Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov2003-01-231-3/+3
* Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.Richard Levitte2002-12-201-2/+3
* WinCE patchesRichard Levitte2002-11-151-1/+1
* Remove warnings.Richard Levitte2002-11-141-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-15/+15
* disable weird assert()sBodo Möller2002-11-136-0/+36
* Make the CBC mode od AES accept lengths that aren't multiples of 16.Richard Levitte2002-11-121-5/+21
* Add more commentary. Check that *num is smaller than the block size.Richard Levitte2002-10-111-1/+5
* The AES CTR API was buggy, we need to save the encrypted counter as wellRichard Levitte2002-10-112-5/+8
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* always include <string.h> (we do this in various other header files,Bodo Möller2002-06-181-3/+0
* In CFB mode, the iv is always encrypted.Richard Levitte2002-05-311-1/+1
* Correct AES counter mode, which incorrectly incremented the counter beforeRichard Levitte2002-05-301-1/+1
* With Compaq make, it seems like # inside an action becomes part of the comman...Richard Levitte2002-02-201-1/+1
* make updateGeoff Thorpe2002-02-201-0/+6
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-1610-26/+445
* It looks like I didn't remove everything that has to do with theRichard Levitte2002-01-261-1/+1
* There is no aestest currently. The EVP tester is used to check theRichard Levitte2002-01-251-1/+2
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-5/+9
* - Add the same header stuff to aes_locl.h as is in des_locl.h to avoidGeoff Thorpe2002-01-052-0/+11
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-028-0/+1739