Extend -show_chain option to verify to show more info
[openssl.git] / crypto / evp /
2015-07-06 Dr. Stephen HensonRelax CCM tag check.
2015-06-11 Andy Polyakove_aes_cbc_hmac_sha*.c: address linker warning about...
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-05-26 Dr. Stephen Hensonmake update
2015-05-26 Dr. Stephen HensonError if memory limit exceeded.
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-21 Dr. Stephen HensonAdd scrypt PBE algorithm code.
2015-05-20 Dr. Stephen Hensonmake update
2015-05-20 Dr. Stephen HensonAdd scrypt support.
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-13 Rich SalzRT3841: memset() cipher_data when allocated
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-01 Emilia Kaspermake update
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-03-30 Dr. Stephen HensonRemove unnecessary asn1_mac.h includes.
2015-03-28 Rich Salzfree NULL cleanup
2015-03-28 Andy PolyakovEngage vpaes-armv8 module.
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-20 Dr. Stephen HensonAdd AES unwrap test with invalid key.
2015-03-20 Dr. Stephen HensonFix memory leak.
2015-03-12 Matt CaswellFix EVP_DigestInit_ex with NULL digest
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-04 Dr. Stephen Hensonadd RIPEMD160 whirlpool tests
2015-02-27 Dr. Stephen Hensonreformat evp_test.c
2015-02-27 Dr. Stephen HensonAdd OCB support and test vectors for evp_test.
2015-02-27 Dr. Stephen HensonSkip unsupported digests in evp_test
2015-02-27 Dr. Stephen Hensonadd MD4 test data
2015-02-27 Dr. Stephen HensonSkip unsupported ciphers in evp_test.
2015-02-27 Dr. Stephen HensonAdd algorithm skip support.
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-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
next