Fix more error codes.
[openssl.git] / crypto / evp / e_aes.c
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_AES.
2002-05-31 Richard LevitteFor CFB and OFB modes, always create the encryption...
2002-02-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-01-02 Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...
2001-09-25 Dr. Stephen HensonFix AES CBC mode EVP_CIPHER structures: the IV length...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-04-08 Richard LevitteAdd the possibility to have AES removed in Windows...
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-07 Dr. Stephen HensonFix AES code.