summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2015-03-27Factor out the init_buf initialisation code, rather than duplicating itJoel Sing
2015-03-27BUF_MEM_free() has its own explicit NULL check.Joel Sing
2015-03-21Fix indentation that incorrectly implies a different control flow.Doug Hogan
2015-03-20Fix a memory leak in an error path.Doug Hogan
2015-03-19Fix several crash causing defects from OpenSSL.Ted Unangst
2015-03-15Avoid a NULL pointer deref when X509_get_pubkey() returns NULL.Doug Hogan
2015-03-11delay EVP_MD_CTX_init so we don't forget to clean it up.Ted Unangst
2015-03-08Reject DH keys sent by a server if they are considered too small; inspiredMiod Vallat
2015-03-02Fix a minor information leak that was introduced in t1_lib.c r1.71, wherebyJoel Sing
2015-02-25Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.Brent Cook
2012-10-13import OpenSSL-1.0.1cDamien Miller
2015-02-25Fix CVE-2015-0205: Do not accept client authentication with Diffie-HellmanBrent Cook
2015-02-23fourth batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-22Bump libcrypto and libssl majors, due to various recent churn.Joel Sing
2015-02-22Reluctantly add server-side support for TLS_FALLBACK_SCSV.Joel Sing
2015-02-22There is not much point constructing an SSL_CIPHER, then callingJoel Sing
2015-02-22Remove IMPLEMENT_STACK_OF noops.Joel Sing
2015-02-19If BN_rand() or BN_pseudo_rand() are called with a NULL rnd argument,Joel Sing
2015-02-17Memory leak in error path. Coverity CID 78822.Miod Vallat
2015-02-16third batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-15Avoid calling BN_CTX_end() on a context that wasn't started.Doug Hogan
2015-02-15RegenMiod Vallat
2015-02-15If we decide to discard the provided seed buffer because its size is notMiod Vallat
2015-02-15Check ASN1_OCTET_STRING_new() for failure. Coverity CID 78904Miod Vallat
2015-02-15In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so thatMiod Vallat
2015-02-14Remove asn1_ex_i2c() prototype, now that this function has been made static;Miod Vallat
2015-02-14Words read better when they are separated by spaces.Miod Vallat
2015-02-141.18 would introduce a possible out-of-bounds access in the error path;Miod Vallat
2015-02-14Remove DEBUG_PKCS5V2 code.Miod Vallat
2015-02-14Unchecked allocations in x509_name_canon().Miod Vallat
2015-02-14Memory leak upon error in X509_add1_{trust,reject}_object.Miod Vallat
2015-02-14Manually expand IMPLEMENT_EXTERN_ASN1 macro (the only occurence in crypto).Joel Sing
2015-02-14Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it inMiod Vallat
2015-02-14Make asn1_ex_i2c() static. ok jsing@Miod Vallat
2015-02-14Memory leak in `should not happen' condition; Coverity CID 78889.Miod Vallat
2015-02-14Memory leak upon error; Coverity CID 78857Miod Vallat
2015-02-14Check i2d_name_canon() for failure (negative return). Coverity CID 78888.Miod Vallat
2015-02-14Possible NULL pointer dereferences. Coverity CID 21719, 21732.Miod Vallat
2015-02-14Potential NULL dereference in the error path; Coverity CID 21720Miod Vallat
2015-02-14Coverity CID 21733 (unchecked allocation), 78823 (leak on error).Miod Vallat
2015-02-14Check for allocation error in RSA_eay_mod_exp(). Coverity CID 25217.Miod Vallat
2015-02-14Memory leaks upon error. Coverity CID 78874.Miod Vallat
2015-02-14Fix tests that got incorrectly inverted with the BN_CTX_get() return checkJoel Sing
2015-02-14Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making theJoel Sing
2015-02-14Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making theJoel Sing
2015-02-14Attempt to correctly free temporary storage upon error. With help fromMiod Vallat
2015-02-14second batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-14While doing development work on pod2mdoc(1),Ingo Schwarze
2015-02-14Spell NULL correctly, be explicit with NULL checks and it is also easier toJoel Sing
2015-02-14Fix pod markup error.Miod Vallat