Fix race condition in TLSProxy
[openssl.git] / crypto /
2017-11-07 Matt CaswellRemove 4 broken macros from ocsp.h
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05 Jack LloydSM3: Add SM3 hash function
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-11-05 Andy Polyakovaes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with...
2017-11-03 Pavel KopylCheck return value of OBJ_nid2obj in dsa_pub_encode.
2017-11-03 Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-03 Pavel KopylFix error handling in i2d* functions.
2017-11-02 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_inte...
2017-11-01 PauliAddress a timing side channel whereby it is possible...
2017-11-01 Pauli Address a timing side channel whereby it is possible...
2017-10-31 Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30 Kurt RoeckxOnly reset the ctx when a cipher is given
2017-10-30 Richard Levittemake update
2017-10-30 Richard LevitteEVP_PKEY_asn1_add0(): Check that this method isn't...
2017-10-30 Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-10-30 Benjamin KadukPrevent NULL dereference in async clear-fd code
2017-10-30 Patrick Steuers390x assembly pack: extend s390x capability vector.
2017-10-26 Paul YangSimplify the stack reservation
2017-10-26 Matt CaswellDon't use strcasecmp and strncasecmp for IA5 strings
2017-10-25 Paul YangAdd sk_TYPE_new_reserve() function
2017-10-24 Richard Levitteasn1_item_embed_new(): if locking failed, don't call...
2017-10-24 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-24 Matt CaswellDon't make any changes to the lhash structure if we...
2017-10-23 Xiangyu BuFix memory leak in GENERAL_NAME_set0_othername.
2017-10-23 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-23 Matt CaswellCorrect value for BN_security_bits()
2017-10-21 KaoruTodaRemove duplicate assignment.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-18 Benjamin KadukAdd missing RAND_DRBG locking
2017-10-18 Dr. Matthias St... Remove unnecessary DRBG_RESEED state
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-17 Patrick Steuers390x assembly pack: remove capability double-checking.
2017-10-17 Patrick Steuercrypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.
2017-10-17 Andy Polyakovx509v3/v3_utl.c: avoid double-free.
2017-10-17 Andy Polyakovmodes/gcm128.c: harmonize GCM_MUL macro with GHASH.
2017-10-16 Michael Richardsonadded cmcCA and cmcRA as per rfc6402, capitalized per...
2017-10-16 MouseCode hygiene; initialize some pointers.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-13 Rich SalzAdd CRYPTO_get_alloc_counts.
2017-10-12 Benjamin KadukFix memory leak in DH_get_nid()
2017-10-12 Dr. Stephen Hensonmake update
2017-10-12 Dr. Stephen HensonAdd pad support
2017-10-12 Dr. Stephen HensonAdd RFC7919 support to EVP
2017-10-12 Dr. Stephen HensonAdd objects for RFC7919 parameters
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-12 Dr. Stephen HensonAdd primes from RFC7919
2017-10-12 Dr. Stephen HensonSupport constant BN for DH parameters
2017-10-11 Dr. Stephen Hensonmake update
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-11 Dr. Stephen HensonFix memory leak on lookup failure
2017-10-11 Dr. Stephen HensonDon't ignore passed ENGINE.
2017-10-11 Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
2017-10-10 PauliReturn a value from atomic read on Windows.
2017-10-10 Keshav KiniFix typos
2017-10-10 Andy Polyakovcrypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity...
2017-10-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-10-08 PauliDocument that lhash isn't thread safe under any circums...
2017-10-07 Rich SalzRewrite some code
2017-10-05 Andy Polyakovstack/stack.c: various cleanups.
2017-10-04 Todd ShortSession resume broken switching contexts
2017-10-03 FdaSilvaYYUse more pre-allocation
2017-10-03 FdaSilvaYYPostpone allocation of STACK internal storage ... until...
2017-10-02 Adam Langleynistp521: add a comment to the P+P exceptional case...
2017-10-02 Bernd EdlingerFix the return type of felem_is_zero_int which should...
2017-09-29 Samuel WeiserAdded const-time flag to DSA key decoding to avoid...
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-28 PauliUse safestack.h exclusively internally.
2017-09-27 PauliAdd stack space reservations.
2017-09-27 PauliAdd a reserve call to the stack data structure.
2017-09-27 Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27 Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-09-26 David BenjaminAllow DH_set0_key with only private key.
2017-09-22 David BenjaminGuard against DoS in name constraints handling.
2017-09-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-17 PauliNull pointer used.
2017-09-14 PauliAvoid signed vs unsigned comparison error.
2017-09-14 PauliAdd explanatory comment about fitting into a size_t.
2017-09-14 PauliRemote unrequited casts
2017-09-14 Rich SalzReplace malloc+strcpy with strdup
2017-09-14 Rich SalzFix function name in ECerr call
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14 PauliEnsure that the requested memory size cannot exceed...
2017-09-14 PauliManually revert "Ensure allocation size fits into size_t"
2017-09-14 PauliRevert "Reuse strndup(), simplify code"
2017-09-14 PauliRevert "GH614: Use memcpy()/strdup() when possible"
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-11 Andy Polyakovrsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
2017-09-11 Andy Polyakovevp/m_sha3.c: wire SHA3 to rsaEncryption.
2017-09-11 Andy Polyakovobjects/obj_xref.txt: cross-reference SHA3 and rsaEncry...
2017-09-11 Andy Polyakovobjects/objects.txt: fix RSA-SHA3-284 typo.
2017-09-09 Andy Polyakovsha/asm/keccak1600-armv8.pl: fix return value buglet...
2017-09-08 Richard LevitteAdd UI functions to set result with explicit length...
2017-09-07 Rich SalzFix error handling/cleanup
2017-09-06 Rich SalzAdd checks for alloc failing.
2017-09-05 Richard LevitteFix OSSL_STORE's 'file' loader: make sure peekbuf is...
2017-09-01 Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-08-31 Paulistruct timeval include guards
next