RT32671: wrong multiple errs TS_check_status_info
[openssl.git] / crypto / evp /
2015-11-09 Matt CaswellFix missing malloc return value checks
2015-10-23 Alessandro GhediniCheck memory allocation
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-10 Dr. Stephen HensonTypo.
2015-09-19 Viktor DukhovniFix indentation
2015-09-17 Emilia Kasperbase64 decode: check for high bit
2015-09-17 Emilia KasperRT3757: base64 encoding bugs
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-08-12 Dr. Stephen HensonReturn error for unsupported modes.
2015-07-06 Dr. Stephen HensonRelax CCM tag check.
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-12 Matt CaswellFix EVP_DigestInit_ex with NULL digest
2015-02-26 Matt CaswellFix evp_extra_test.c with no-ec
2015-02-25 Matt CaswellImport evp_test.c from BoringSSL. Unfortunately we...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Emilia KasperAdd a comment noting the padding oracle.
2014-12-17 Emilia KasperRevert "RT3425: constant-time evp_enc"
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-10-15 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24 Emilia KasperRT3425: constant-time evp_enc
2014-08-21 Emilia KasperFix build when BSAES_ASM is defined but VPAES_ASM is not
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-27 Dr. Stephen HensonFix for EVP_PBE_alg_add().
2014-05-06 Geoff Thorpeevp: prevent underflow in base64 decoding
2014-05-06 Dr. Stephen HensonInitialize num properly.
2014-04-02 Eric YoungFix base64 decoding bug.
2014-01-06 Dr. Stephen Hensonmake update
2013-12-20 Dr. Stephen HensonIgnore NULL parameter in EVP_MD_CTX_destroy.
2013-12-08 Dr. Stephen Hensonmake update
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-19 Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-10-03 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
2013-08-03 Andy Polyakovcrypto/evp/e_aes.c: fix logical pre-processor bug and...
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: fine-tune cache line alignment.
2013-02-07 Andy Polyakove_aes_cbc_hmac_sha1.c: align calculated MAC at cache...
2013-02-04 Dr. Stephen Hensonmake update
2013-02-03 Andy Polyakove_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC...
2013-02-02 Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2013-01-28 Ben LaurieMake CBC decoding constant time.
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-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-08 Ben LaurieReduce version skew.
2012-04-26 Dr. Stephen Hensonmake update OpenSSL_1_0_1b
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-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...
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
2011-06-12 Dr. Stephen HensonRedirect HMAC and CMAC operations to module.
2011-06-10 Dr. Stephen HensonDisable GCM, CCM, XTS outside FIPS mode this will be...
2011-06-09 Ben LaurieFix warnings.
2011-06-05 Dr. Stephen HensonFIPS low level blocking for AES, RC4 and Camellia....
next