fix out-of-bounds check in lock_dbg_cb (was too lose to detect all
[oweals/openssl.git] / crypto / evp / e_aes.c
2003-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-07-30 Ben LaurieWhoops, forgot FIPS DES, also add EVPs for DES CFB1...
2003-07-29 Ben LaurieAES CFB8.
2003-07-29 Ben LaurieThe rest of the keysizes for CFB1, working AES AVS...
2003-07-28 Ben LaurieAdd support for partial CFB modes, make tests work...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-20 Bodo Mölleravoid uninitialized memory read
2002-05-31 Richard LevitteFor CFB and OFB modes, always create the encryption...
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-02-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
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.