summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte
2002-05-31For CFB and OFB modes, always create the encryption key.Richard Levitte
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
2001-09-25Fix AES CBC mode EVP_CIPHER structures: the IV length is alwaysDr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-04-08Add the possibility to have AES removed in Windows as well.Richard Levitte
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-07Fix AES code.Dr. Stephen Henson