In certain situations the server provided certificate chain may no longer be
[openssl.git] / crypto / evp /
2015-02-22 Andy Polyakovevp/evp_test.c: avoid crashes when referencing uninitia...
2015-02-14 Dr. Stephen HensonMore RSA tests.
2015-02-13 Dr. Stephen Hensonremove unused method declaration
2015-02-13 Dr. Stephen HensonAdd leak detection, fix leaks.
2015-02-13 Dr. Stephen HensonAdd EVP_PKEY test data.
2015-02-13 Dr. Stephen HensonEVP_PKEY support for evp_test
2015-02-13 Dr. Stephen HensonAdd CMAC test data.
2015-02-13 Dr. Stephen HensonAdd HMAC test data.
2015-02-13 Dr. Stephen HensonMAC support for evp_test
2015-02-13 Dr. Stephen HensonNew macro to set mac key.
2015-02-13 Dr. Stephen HensonReturn error code is any tests fail.
2015-02-12 Andy Polyakovevp/evp.h: add missing camellia-ctr declarations.
2015-02-11 Andy PolyakovAdd Camellia CTR mode.
2015-02-10 Dr. Stephen HensonNew evp_test updates.
2015-02-10 Dr. Stephen HensonAdd new test file.
2015-02-10 Dr. Stephen HensonInitial version of new evp_test program.
2015-02-09 Dr. Stephen HensonSupport for alternative KDFs.
2015-02-09 Andy Polyakovevp/e_aes.c: fix pair of SPARC T4-specific problems:
2015-02-06 Rich Salzui_compat cleanup; makefiles and vms
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-02-02 Rich SalzRemove old DES API
2015-02-02 Rich SalzDead code: if 0 removal from crypto/evp and an unused...
2015-02-02 Rich SalzDead code cleanup: #if 0 dropped from tests
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-28 Rich SalzFinish removal of DSS
2015-01-28 Matt CaswellRationalise testing of AEAD modes
2015-01-28 Matt CaswellHarmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG...
2015-01-28 Matt CaswellReplace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG...
2015-01-27 Rich Salz"#if 0" removal: header files
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-24 Rich Salzifdef cleanup, part 4a: '#ifdef undef'
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
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-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-04 Andy PolyakovRemove inconsistency in ARM support.
2014-12-30 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-12-08 Matt CaswellImplement internally opaque bn access from evp
2014-12-08 Matt CaswellPrepare for bn opaquify. Implement internal helper...
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/evp
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-12-08 Matt CaswellAdded OPENSSL_NO_OCB guards
2014-12-08 Matt CaswellAdd tests for OCB mode
2014-12-08 Matt CaswellAdd EVP support for OCB mode
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-28 Rich SalzRemove all .cvsignore files
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-08-20 Andy Polyakovcrypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler...
2014-08-18 Justin BlanchardRT1815: More const'ness improvements
2014-08-17 Jonas Maebedev_crypto_md5_copy: return error if allocating to_md...
2014-08-17 Jonas Maebedev_crypto_md5_update: check result of realloc(md_data...
2014-08-17 Jonas Maebedev_crypto_cipher: return immediately if allocating...
2014-08-17 Jonas Maebedev_crypto_init_key: return error if allocating CDATA...
2014-08-14 Emilia Kaspermake depend
2014-07-20 Andy PolyakovEngage GHASH for PowerISA 2.0.7.
2014-07-18 Dr. Stephen HensonRFC 5649 support.
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-07-05 Ben LaurieReduce casting nastiness.
2014-07-01 Dr. Stephen HensonTest copying of contexts in evp_test.
2014-06-30 Ben LaurieMake depend.
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-29 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-06-27 Dr. Stephen HensonFix for EVP_PBE_alg_add().
2014-06-17 Felix Laurie von... Fix signed/unsigned comparisons.
2014-06-17 Felix Laurie von... Fix shadow declaration.
2014-06-16 Andy Polyakovaesp8-ppc.pl: add CTR mode.
2014-06-14 Andy Polyakovevp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.
2014-06-04 Andy Polyakovevp/e_aes.c: add erroneously omitted break;
2014-06-02 Andy Polyakovevp/e_aes.c: populate HWAES_* to remaning modes.
2014-06-01 Andy PolyakovEngage POWER8 AES support.
2014-06-01 Andy PolyakovEngage ARMv8 AES support.
2014-05-25 Ben LaurieMake it build.
2014-05-25 Christian Heimesadd test case to makefiles
2014-05-25 Christian HeimesImplement tests for PKCS#5 PBKDF2 HMAC
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-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-02-19 Dr. Stephen Hensonmake depend
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-05 Andy Polyakove_aes_cbc_hmac_sha[1|256].c: fix compiler warning.
2014-02-05 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: additional CTRL to query...
2014-01-03 Andy Polyakovaesni-sha1-x86_64.pl: add stiched decrypt procedure,
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-18 Andy PolyakovPPC assembly pack update addendum.
2013-11-27 Andy PolyakovTake vpaes-ppc module into loop.
2013-11-14 Dr. Stephen HensonConstify.
2013-11-13 Dr. Stephen HensonFlag to disable automatic copying of contexts.
next