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