aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* 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