Fix build when BSAES_ASM is defined but VPAES_ASM is not
[openssl.git] / crypto / evp / e_aes.c
2014-08-21 Emilia KasperFix build when BSAES_ASM is defined but VPAES_ASM is not
2014-07-20 Andy PolyakovInitial POWER8 support from development branch.
2014-07-17 Dr. Stephen HensonMake *Final work for key wrap again.
2014-07-17 Dr. Stephen HensonSanity check lengths for AES wrap algorithm.
2014-06-30 Dr. Stephen HensonFix copy for CCM, GCM and XTS.
2014-06-29 ZNVMake EVP_CIPHER_CTX_copy work in GCM mode.
2014-06-10 Andy PolyakovEngage ARMv8 AES support [from HEAD].
2014-02-27 Dr. Stephen HensonFix fips flag handling.
2014-02-27 Andy Polyakovevp/e_aes.c: harmonize with 1.0.1.
2014-02-01 Andy PolyakovPPC assembly pack: jumbo update from master.
2013-12-18 Andy Polyakovevp/e_[aes|camellia].c: fix typo in CBC subroutine.
2013-12-09 Andy PolyakovARM assembly pack: AES update from master (including...
2013-10-05 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01 Adam LangleyAEAD support.
2013-10-01 Dr. Stephen HensonAlgorithm parameter support.
2013-10-01 Dr. Stephen HensonEVP support for wrapping algorithms.
2013-08-03 Andy Polyakovcrypto/evp/e_aes.c: fix logical pre-processor bug and...
2013-05-20 Andy Polyakovevp/e_aes.c: engage SPARC T4 AES support [from master].
2013-05-20 Andy Polyakovevp/e_aes.c: engage AES-NI GCM stitch.
2012-10-16 Dr. Stephen HensonDon't require tag before ciphertext in AESGCM mode
2012-09-15 Andy Polyakove_aes.c: uninitialized variable in aes_ccm_init_key...
2012-05-13 Dr. Stephen HensonExperimental multi-implementation support for FIPS...
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.