summaryrefslogtreecommitdiffstats
path: root/crypto/aes
AgeCommit message (Collapse)Author
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
handled properly. Part of PR 75
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller
so it can't be bad) PR: 102
2002-05-31In CFB mode, the iv is always encrypted.Richard Levitte
2002-05-30Correct AES counter mode, which incorrectly incremented the counter beforeRichard Levitte
using it. PR: 56
2002-02-20With Compaq make, it seems like # inside an action becomes part of the ↵Richard Levitte
command, not a comment at all
2002-02-20make updateGeoff Thorpe
2002-02-16Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte
Submitted by Stephen Sprunk <stephen@sprunk.org>
2002-01-26It looks like I didn't remove everything that has to do with theRichard Levitte
non-existant aestest.c.
2002-01-25There is no aestest currently. The EVP tester is used to check theRichard Levitte
AES algorithm.
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2002-01-05- Add the same header stuff to aes_locl.h as is in des_locl.h to avoidGeoff Thorpe
undefined functions (memset, etc). - Put a .cvsignore in the aes directory too.
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.