embed support for CHOICE type
[openssl.git] / crypto / evp /
2015-10-10 Dr. Stephen HensonTypo.
2015-09-22 Dr. Stephen Hensonmake depend
2015-09-21 Matt CaswellAdd GOST extensions to PKCS#5
2015-09-20 Dr. Stephen Hensonremove unneeded includes
2015-09-20 Dr. Stephen Hensonmake no-dh work
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-16 Matt Caswellmake update
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-10 Dr. Stephen HensonEVP_PKEY_METHOD accessor functions.
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-09-04 Rich SalzMore zalloc nits
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Dr. Stephen HensonPBE lookup test
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-14 Dr. Stephen HensonCCM support.
2015-08-12 Dr. Stephen HensonReturn error for unsupported modes.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
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...
next