Fix some more memory leaks with TXT_DB_insert.
[openssl.git] / crypto /
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-21 Rich SalzPrevent OOB in SRP base64 code.
2017-02-21 HikarRemoved ugly size_t less than zero check.
2017-02-21 PauliEnsure minsize >= sizeof(SH_LIST)
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-21 Rich SalzDon't call memcpy if len is zero.
2017-02-20 Kurt RoeckxRevert "Use memcmp() instead of CRYPTO_memcmp() when...
2017-02-19 Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-02-17 Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-17 Richard LevitteFix symbol shadow
2017-02-17 David BenjaminFix typo in x86_64-mont5.pl CFI directives
2017-02-16 Benjamin KadukUse _WIN32 over WIN32 for preprocessor conditional
2017-02-16 Kazuki YamaguchiProperly zero cipher_data for ChaCha20-Poly1305 on...
2017-02-15 Andy Polyakovcrypto/armcap.c: short-circuit processor capability...
2017-02-15 Andy PolyakovARMv4 assembly pack: harmonize Thumb-ification of iOS...
2017-02-15 Andy Polyakovsha/asm/*-x86_64.pl: add CFI annotations.
2017-02-14 FdaSilvaYYFix a few typos
2017-02-14 Guido VrankenRemove obsolete comment
2017-02-14 Guido VrankenPrevents that OPENSSL_gmtime incorrectly signals succes...
2017-02-14 Guido VrankenPrevent allocations of size 0 in sh_init, which are...
2017-02-14 Yuchimem leak on error path and error propagation fix
2017-02-13 Andy Polyakovaes/asm/*-x86_64.pl: add CFI annotations.
2017-02-13 Andy Polyakovperlasm/x86_64-xlate.pl: recognize even offset(%reg...
2017-02-13 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: add CFI directives.
2017-02-13 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64...
2017-02-13 Andrea GrandiFurther improvements to ASYNC_WAIT_CTX_clear_fd
2017-02-13 Andrea GrandiRemove fd from the list when the engine clears the...
2017-02-13 Andy Polyakov{md5,rc4}/asm/*-x86_64.pl: add CFI annotations.
2017-02-13 Andy Polyakovmodes/asm/*-x86_64.pl: add CFI annotations.
2017-02-13 Darren TuckerDES keys are not 7 days long.
2017-02-11 Adam Langleysha/asm/sha1-x86_64.pl: add CFI annotations.
2017-02-10 Andy Polyakovperlasm/x86_64-xlate.pl: fix pair of typo-bugs in the...
2017-02-10 Adam Langleyperlasm/x86_64-xlate.pl: typo fix in comment.
2017-02-10 Adam LangleyFix copy-pasteism in CFI directives.
2017-02-10 Lukasz PawelczykRestore EVP_CIPH_FLAG_LENGTH_BITS working properly
2017-02-09 Andy Polyakovbn/asm/x86_64*: add DWARF CFI directives.
2017-02-09 Andy Polyakovperlasm/x86_64-xlate.pl: recognize DWARF CFI directives.
2017-02-09 Andy Polyakovperlasm/x86_64-xlate.pl: remove obsolete .picmeup synth...
2017-02-09 Andy Polyakovperlasm/x86_64-xlate.pl: minor readability updates.
2017-02-09 Andy Polyakovbn/asm/rsaz-avx2.pl: refine Win64 SE handler.
2017-02-08 Dr. Stephen HensonMake EVP_*Final work for CCM ciphers
2017-02-08 Dr. Stephen HensonAdd NID_auth_any and NID_kx_any NIDs.
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-06 Andy Polyakovx86_64 assembly pack: Win64 SEH face-lift.
2017-02-06 Andy Polyakovperlasm/x86_64-xlate.pl: clarify SEH coding guidelines.
2017-02-05 Bernd EdlingerFix a crash with malformed user notice policy numbers
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2017-02-03 Dmitry KostjuchenkoGrouped data declarations [skip ci]
2017-02-03 Dmitry KostjuchenkoRemoved tab spaces.
2017-02-03 Dmitry KostjuchenkoCorrections according the review comments.
2017-02-03 Dmitry KostjuchenkoCompile fix on platforms with missing pthread_rwlock_t.
2017-02-03 Andy Polyakovcrypto/x86_64cpuid.pl: detect if kernel preserves ...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-02-01 Richard Levittebn: fix occurance of negative zero in BN_rshift1()
2017-02-01 Geoff Thorpebn: fix occurances of negative zero
2017-02-01 Geoff Thorpebn: catch negative zero as an error
2017-02-01 Geoff Thorpebn: fix BN_DEBUG + BN_DEBUG_RAND support
2017-01-29 Richard LevitteFix faulty free
2017-01-28 Richard LevitteX509_CRL_digest() - ensure precomputed sha1 hash before...
2017-01-26 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-26 Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-25 Matt CaswellRemove assert from is_partially_overlapping()
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2017-01-25 FdaSilvaYYStyle
2017-01-25 FdaSilvaYYFew nit's
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24 Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-24 Kazuki YamaguchiAdd missing flags for EVP_chacha20()
2017-01-24 ganeshRAND_egd_bytes: No need to check RAND_status on connect...
2017-01-24 ganeshFixed the return code for RAND_egd_bytes.
2017-01-24 ganeshFixed the return code of RAND_query_egd_bytes when...
2017-01-21 Andy Polyakovpoly1305/poly1305_base2_44.c: clarify shift boundary...
2017-01-21 Andy Polyakovec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific...
2017-01-20 Richard LevitteFix DSA parameter generation control error
2017-01-18 Dr. Stephen HensonDefines and strings for special salt length values...
2017-01-18 Dr. Stephen HensonAdd support for -1, -2 salt lengths for PSS only keys.
2017-01-18 FdaSilvaYYClean one unused variable, plus an useless one.
2017-01-16 Kurt RoeckxAdd missing braces.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 and...
2017-01-15 Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 serial
2017-01-13 Rich SalzFix "failure rate" bugs
2017-01-13 Richard LevitteFix no-ocsp
2017-01-13 Richard LevitteUI: Use RUN_ONCE differently
2017-01-13 Richard LevitteUI: Ensure there will be no race condition when getting...
2017-01-12 Rich SalzMake X509_Digest,others public
2017-01-12 Rich SalzAdd "random malloc failure" tooling
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-11 Richard LevitteAdd a UI utility function with which to wrap pem_callba...
2017-01-11 Richard LevitteAdd an application data field in the UI_METHOD
2017-01-11 Richard LevitteConstify the input parameter to UI_method_get_*
2017-01-10 Kurt RoeckxPrint the X509 version signed, and convert to unsigned...
2017-01-10 Richard LevitteOnly enable CRYPTO_3DES_ECB if that name is an existing...
2017-01-10 Richard LevitteSmall fixes of cryptodev engine
next