Fix potential access of null pointer (pp)
[openssl.git] / crypto / evp /
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-12-13 Ben LaurieRemove no longer existant structure member and direct...
2015-12-11 Andy Polyakovevp/e_chacha20_poly1305.c: TLS interop fixes.
2015-12-11 Richard Levittemake update
2015-12-11 Richard LevitteAdapt BIO_f_base64 to the opaque EVP_ENCODE_CTX
2015-12-11 Richard LevitteMake EVP_ENCODE_CTX opaque
2015-12-10 Andy Polyakovevp/e_aes.c: wire hardware-assisted block function...
2015-12-10 Andy Polyakovx86[_64] assembly pack: add optimized AES-NI OCB subrou...
2015-12-10 Andy Polyakovevp/c_allc.c: wire ChaCha20-Poly1305 and add tests.
2015-12-10 Andy Polyakovcrypto/evp: add e_chacha20_poly1305.c.
2015-12-10 Andy Polyakovevp/evp_enc.c: allow EVP_CIPHER.ctx_size to be 0.
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard Levittemake update
2015-12-07 Richard LevitteCleanup: fix all sources that used HMAC_CTX_init
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteCleanup: rename EVP_MD_CTX_(create|init|destroy) to...
2015-12-07 Richard LevitteCleanup: Remove M_EVP_MD_* macros
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteRemove EVP_MD_CTX_cleanup and put its functionality...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteMake the definition of EVP_MD opaque
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-07 Richard LevitteHave other crypto/evp files include evp_locl.h
2015-12-07 Richard LevitteMake the definition of EVP_MD_CTX opaque
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-24 Dr. Stephen HensonAdd ctrl for SHA1 and SSLv3
2015-11-24 Dr. Stephen Hensonmake update
2015-11-24 Dr. Stephen HensonAdd EVP_MD_CTX_ctrl function.
2015-11-24 Dr. Stephen HensonAdd ssl3 ctrl to EVP_md5_sha1().
2015-11-24 Dr. Stephen HensonAdd MD5+SHA1
2015-11-21 Alessandro GhediniFix (minor) problems found by ubsan
2015-11-16 Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-24 Ben LaurieImprove make depend.
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniCheck memory allocation
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-14 Emilia KasperRemove EVP_CHECK_DES_KEY
2015-10-13 Dr. Stephen HensonRFC5753 compliance.
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
next