Make null cipher work in FIPS mode.
[openssl.git] / crypto / evp /
2014-03-02 Dr. Stephen HensonMake null cipher work in FIPS mode.
2014-03-01 Dr. Stephen HensonAdd additional FIPS digests.
2014-02-27 Dr. Stephen HensonFix fips flag handling.
2014-02-27 Dr. Stephen HensonRemove unused file.
2014-02-27 Andy Polyakovevp/e_aes.c: harmonize with 1.0.1.
2014-02-14 Andy Polyakovssl/s3_pkt.c: detect RAND_bytes error in multi-block.
2014-02-13 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: improve cache locality.
2014-02-06 Dr. Stephen Hensonmake update
2014-02-05 Andy Polyakovevp/e_aes_cbc_hmac_sha[1|256].c: add multi-block implem...
2014-02-01 Andy PolyakovAdd AES-NI+SHA256 stitch registrations (from master).
2014-02-01 Andy PolyakovPPC assembly pack: jumbo update from master.
2013-12-20 Dr. Stephen HensonIgnore NULL parameter in EVP_MD_CTX_destroy.
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-12-01 Dr. Stephen Hensonmake update
2013-11-14 Dr. Stephen HensonConstify.
2013-11-12 Andy PolyakovMake Makefiles OSF-make-friendly.
2013-11-11 Dr. Stephen HensonFix memory leak.
2013-11-06 Dr. Stephen HensonInitialise context before using it.
2013-11-03 Ben LauriePBKDF2 should be efficient. Contributed by Christian...
2013-10-05 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-05 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
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-03 Ben LaurieMake it build and test.
2013-10-03 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
2013-10-01 Adam LangleyAEAD Tests.
2013-10-01 Adam Langleychacha20poly1305
2013-10-01 Adam LangleyAEAD support.
2013-10-01 Dr. Stephen HensonAlgorithm parameter support.
2013-10-01 Dr. Stephen HensonCMS support for key agreeement recipient info.
2013-10-01 Dr. Stephen HensonAdd control to retrieve signature MD.
2013-10-01 Dr. Stephen HensonEVP support for wrapping algorithms.
2013-10-01 Andy Polyakovevptests.txt: add XTS test vectors
2013-10-01 Andy Polyakovevptests.txt: additional GCM test vectors.
2013-10-01 Ben LaurieFix warnings.
2013-10-01 Dr. Stephen HensonGCM and CCM test support
2013-10-01 Dr. Stephen HensonAdd CCM ciphers to tables.
2013-08-03 Andy Polyakovcrypto/evp/e_aes.c: fix logical pre-processor bug and...
2013-06-04 Ben LaurieMissing prototypes.
2013-06-04 Ben LaurieRemove added ;.
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.
2013-05-20 Andy Polyakovevp/evp_err.c: update from master.
2013-05-20 Andy Polyakovevp/e_camellia.c: engage SPARC T5 Camellia support...
2013-05-20 Andy Polyakovevp/e_des[3].c: engage SPARC T4 DES support.
2013-05-19 Andy Polyakovevp/Makefile: fix typo.
2013-05-19 Andy PolyakovAdd EVP glue to AES-NI SHA256 stich [from master].
2013-03-18 Andy Polyakove_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES...
2013-02-08 Andy Polyakove_aes_cbc_hmac_sha1.c: align calculated MAC at cache...
2013-02-06 Andy Polyakove_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC...
2013-02-06 Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2013-02-06 Ben LaurieMake CBC decoding constant time.
2013-01-15 Dr. Stephen Hensonmake update
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-07-13 Dr. Stephen Hensontype
2012-07-04 Dr. Stephen Hensonadd missing evp_cnf.c file
2012-07-03 Dr. Stephen HensonPR: 2840
2012-06-10 Dr. Stephen Hensonrevert more "version skew" changes that break FIPS...
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-05-13 Dr. Stephen HensonExperimental multi-implementation support for FIPS...
2012-04-20 Andy Polyakove_rc4_hmac_md5.c: reapply commit#21726, which was erron...
2012-04-20 Dr. Stephen Hensonmake ciphers work again for FIPS builds
2012-04-19 Andy Polyakove_rc4_hmac_md5.c: last commit was inappropriate for...
2012-04-18 Dr. Stephen Hensononly call FIPS_cipherinit in FIPS mode
2012-04-18 Andy Polyakove_rc4_hmac_md5.c: update from HEAD, fixes crash on...
2012-04-18 Dr. Stephen Hensonrecognise X9.42 DH certificates on servers
2012-04-15 Andy Polyakove_aes_cbc_hmac_sha1.c: handle zero-length payload and...
2012-04-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2012-03-22 Dr. Stephen Hensonfix leak
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-02-10 Dr. Stephen Hensononly cleanup ctx if we need to, save ctx flags when...
2012-01-18 Dr. Stephen Hensonundef some symbols that cause problems with make depend...
2011-12-27 Dr. Stephen Hensonmake update
2011-12-02 Ben LaurieFix warnings.
2011-11-22 Dr. Stephen HensonWorkaround so "make depend" works for fips builds.
2011-11-15 Andy Polyakove_rc4_hmac_md5.c: make it work on darwin64, which is...
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-11-14 Andy Polyakovc_allc.c: add XTS ciphers [from HEAD].
2011-11-13 Ben Lauriemake depend.
2011-10-19 Bodo Möller"make update"
2011-10-14 Andy Polyakove_aes.c: fix bug in aesni_gcm_tls_cipher [in HEAD].
2011-10-13 Bodo MöllerMake CTR mode behaviour consistent with other modes:
2011-10-11 Dr. Stephen Hensonupdate pkey method initialisation and copy
2011-10-09 Dr. Stephen HensonBackport of password based CMS support from HEAD.
2011-09-16 Dr. Stephen HensonTypo.
2011-09-10 Dr. Stephen HensonFix warnings (from HEAD).
2011-09-05 Bodo Möllermake update
2011-09-05 Bodo MöllerFix error codes.
2011-09-01 Dr. Stephen HensonPR: 2588
2011-08-23 Andy PolyakovAdd RC4-MD5 and AESNI-SHA1 "stitched" implementations...
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-07-21 Andy PolyakovBack-port TLS AEAD framework [from HEAD].
2011-06-28 Andy PolyakovAES-NI backport from HEAD. Note that e_aes.c doesn...
2011-06-20 Dr. Stephen HensonRedirect null cipher to FIPS module.
2011-06-13 Dr. Stephen Hensonmake sure custom cipher flag doesn't use any mode bits
next