This commit was manufactured by cvs2svn to create branch
[openssl.git] / crypto / evp / e_aes.c
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-11-15 Andy PolyakovConfigure, e_aes.c: allow for XTS assembler implementat...
2011-11-14 Andy Polyakove_aes.c: jumbo update from HEAD.
2011-10-14 Andy Polyakove_aes.c: fix bug in aesni_gcm_tls_cipher [in HEAD].
2011-09-16 Dr. Stephen HensonTypo.
2011-09-05 Bodo MöllerFix error codes.
2011-08-11 Dr. Stephen Hensonaesni TLS GCM support
2011-08-11 Dr. Stephen HensonSync EVP AES modes from HEAD.
2011-08-04 Dr. Stephen HensonBackport GCM support from HEAD. Minimal support at...
2011-06-28 Andy PolyakovAES-NI backport from HEAD. Note that e_aes.c doesn...
2011-05-28 Dr. Stephen HensonRedirect digests to FIPS module for FIPS builds.
2010-11-17 Dr. Stephen Hensonbackport AES EVP ctr mode changes from HEAD
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
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.