Engage SHA1 IA64 assembler on IA64 platforms [from HEAD].
[oweals/openssl.git] / crypto / evp / e_aes.c
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_AES.
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.