Take RSAZ modules into build loop, add glue and engage.
[openssl.git] / crypto / evp /
2013-06-21 Dr. Stephen HensonAdd control to retrieve signature MD.
2013-06-12 Dr. Stephen HensonTypo.
2013-06-04 Ben LaurieRemove added ;.
2013-06-04 Ben LaurieMissing prototypes.
2013-05-13 Andy PolyakovAdd AES-SHA256 stitch.
2013-04-23 Andy Polyakovbsaes-armv7.pl: add bsaes_cbc_encrypt and bsaes_ctr32_e...
2013-04-06 Ben LaurieFix warnings.
2013-04-04 Andy Polyakove_aes.c: reserve for future extensions.
2013-04-04 Andy Polyakovevptests.txt: add XTS test vectors
2013-03-31 Andy PolyakovAdd support for SPARC T4 DES opcode.
2013-03-29 Andy PolyakovAdd AES-NI GCM stitch.
2013-03-18 Andy Polyakove_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES...
2013-03-06 Andy Polyakovevptests.txt: additional GCM test vectors.
2013-03-06 Dr. Stephen HensonGCM and CCM test support
2013-03-06 Dr. Stephen HensonAdd CCM ciphers to tables.
2013-02-21 Ben Lauriemake depend.
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-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-01-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-01-19 Ben LaurieMake "make depend" work on MacOS out of the box.
2012-11-24 Andy PolyakovAES for SPARC T4: add XTS, reorder subroutines to impro...
2012-11-19 Dr. Stephen Hensonmake depend
2012-11-05 Dr. Stephen Hensoncorrect error function code
2012-11-05 Andy Polyakove_camillia.c: remove copy-n-paste artifact, EVP_CIPH_FL...
2012-11-05 Ben LaurieRemove unused static function.
2012-10-18 Dr. Stephen Hensonfix error code
2012-10-16 Dr. Stephen HensonDon't require tag before ciphertext in AESGCM mode
2012-10-11 Andy PolyakovAdd SPARC T4 Camellia support.
2012-10-06 Andy PolyakovAdd SPARC T4 AES support.
2012-09-15 Andy Polyakove_aes.c: uninitialized variable in aes_ccm_init_key.
2012-07-04 Dr. Stephen Hensonadd missing evp_cnf.c file
2012-07-03 Dr. Stephen HensonPR: 2840
2012-06-04 Andy PolyakovRevert random changes from commit#22606.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-04-19 Andy Polyakove_rc4_hmac_md5.c: last commit was inappropriate for...
2012-04-18 Dr. Stephen Hensonrecognise X9.42 DH certificates on servers
2012-04-18 Andy Polyakove_rc4_hmac_md5.c: harmonize zero-length fragment handli...
2012-04-18 Andy Polyakove_rc4_hmac_md5.c: oops, can't use rc4_hmac_md5_cipher...
2012-04-15 Andy Polyakove_aes_cbc_hmac_sha1.c: handle zero-length payload and...
2012-03-22 Dr. Stephen Hensonfix leak
2012-02-10 Dr. Stephen Hensononly cleanup ctx if we need to, save ctx flags when...
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-11-15 Andy PolyakovConfigure, e_aes.c: allow for XTS assembler implementation.
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-11-12 Andy Polyakove_aes.c: additional sanity check in aes_xts_cipher.
2011-11-10 Andy Polyakovbsaes-x86_64.pl: add bsaes_xts_[en|de]crypt.
2011-11-06 Andy Polyakove_aes.c: fold aesni_xts_cipher and [most importantly...
2011-10-30 Andy Polyakovbsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.
2011-10-24 Andy Polyakove_aes.c: fold even aesni_ccm_cipher.
2011-10-23 Andy Polyakove_aes.c: prevent potential DoS in aes_gcm_tls_cipher.
2011-10-23 Dr. Stephen HensonNo need for custom flag in XTS mode: block length is 1.
2011-10-18 Andy Polyakovevp/e_aes.c: fold AES-NI modes that heavily rely on...
2011-10-18 Andy Polyakovc_allc.c: add aes-xts to loop.
2011-10-17 Andy PolyakovEngage bsaes-x86_64.pl, bit-sliced AES.
2011-10-14 Andy Polyakove_aes.c: fix bug in aesni_gcm_tls_cipher.
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-09-17 Dr. Stephen HensonSync error codes with 1.0.1-stable.
2011-09-15 Andy PolyakovIntegrate Vector Permutation AES into build system.
2011-09-05 Bodo Möllermake update
2011-09-05 Bodo MöllerFix error codes.
2011-09-01 Dr. Stephen HensonStop warnings.
2011-09-01 Dr. Stephen HensonPR: 2588
2011-08-25 Dr. Stephen HensonFix warning.
2011-08-23 Andy PolyakovAdd RC4-MD5 and AESNI-SHA1 "stitched" implementations.
2011-08-11 Dr. Stephen Hensonaesni TLS GCM support
2011-08-03 Dr. Stephen HensonExpand range of ctrls for AES GCM to support retrieval...
2011-07-11 Andy Polyakovevp.h: add flag to distinguish AEAD ciphers and pair...
2011-06-20 Dr. Stephen Hensonadd null cipher to FIPS module
2011-06-13 Dr. Stephen Hensonmake sure custom cipher flag doesn't use any mode bits
2011-06-10 Dr. Stephen HensonUpdate dependencies for m_dss.c too.
2011-06-10 Dr. Stephen HensonRemove x509.h from SHA1 clone digests, update dependencies.
2011-06-06 Andy Polyakove_aes.c: move AES-NI run-time switch and implement...
2011-06-01 Dr. Stephen HensonAdd DSA and ECDSA "clone digests" to module for compati...
2011-05-30 Andy Polyakove_aes.c: fix typo.
2011-05-30 Andy Polyakove_aes.c: fix aes_cfb1_cipher.
2011-05-30 Andy Polyakove_aes.c: integrate AESNI directly into EVP.
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-05-02 Dr. Stephen HensonPR: 2499
2011-04-18 Dr. Stephen HensonFix EVP CCM decrypt. Add decrypt support to algorithm...
2011-04-18 Dr. Stephen HensonOverride flag for XTS length limit.
2011-04-18 Dr. Stephen HensonInitial untested CCM support via EVP.
2011-04-18 Dr. Stephen HensonDon't need separate tag buffer for GCM mode: use EVP_CI...
2011-04-15 Dr. Stephen HensonAdd length limitation from SP800-38E.
2011-04-15 Dr. Stephen HensonAdd algorithm driver for XTS mode. Fix several bugs...
2011-04-14 Dr. Stephen HensonInitial incomplete POST overhaul: add support for POST...
2011-04-13 Dr. Stephen HensonRemove duplicate flag.
2011-04-12 Dr. Stephen HensonProvisional AES XTS support.
2011-04-05 Dr. Stephen HensonExtensive reorganisation of PRNG handling in FIPS modul...
2011-03-24 Richard Levittemake update
2011-03-24 Richard LevitteImplement FIPS CMAC.
2011-03-23 Richard Levittemake update (1.1.0-dev)
2011-03-21 Dr. Stephen HensonUse a signed value to check return value of do_cipher().
2011-03-12 Ben LaurieAdd SRP support.
2011-02-22 Dr. Stephen HensonMake "make links" work in fipscanisteronly builds.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-21 Dr. Stephen HensonRemove unnecessary dependencies.
next