summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2015-04-12Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days.Doug Hogan
2015-04-11Send OPENSSL_issetugid() straight to hell, no final cigarette.Theo de Raadt
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
2015-03-30add initial AIX getentropy/arc4random files. Thanks to Michael Felt.Brent Cook
2015-03-22sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked includeBrent Cook
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-18In the neverending saga of enabling and disabling assembler code for shaMiod Vallat
2015-03-15Avoid a NULL pointer deref when X509_get_pubkey() returns NULL.Doug Hogan
2015-03-05Do not use sha512-parisc for now, as it is subtly bugged - passes the shaMiod Vallat
2015-02-25Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.Brent Cook
2015-02-22Bump libcrypto and libssl majors, due to various recent churn.Joel 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-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-14Spell NULL correctly, be explicit with NULL checks and it is also easier toJoel Sing
2015-02-14Try and fix a bunch of memory leaks upon error;Miod Vallat
2015-02-14Consistently check the return value from BN_CTX_get() on assignment.Joel Sing
2015-02-13Don't leak memory on errors - fixes coverity issues 105353 105253Bob Beck
2015-02-13fix leaking of bn, coverity issue 105351Bob Beck
2015-02-12prevent a crash with openssl asn1parse -genstr FORMATJonathan Gray
2015-02-12If you do not support POSIX I/O then you're not tall enough to ride...Joel Sing
2015-02-11Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.Bob Beck