Age | Commit message (Expand) | Author |
2015-04-30 | use strdup() to init string | Theo de Raadt |
2015-04-29 | Add whitespace and replace OPENSSL_free with free in documentation. | Doug Hogan |
2015-04-29 | Call CBB_add_space() rather than reimplementing it. | Doug Hogan |
2015-04-29 | Rename cbb_buffer_add_u to cbb_add_u and remove redundant code. | Doug Hogan |
2015-04-29 | Added len_len error checking for internal cbb_buffer_add_u(). | Doug Hogan |
2015-04-29 | Call CBS_mem_equal() rather than reimplementing it. | Doug Hogan |
2015-04-29 | Avoid NULL deref in CBS_get_any_asn1_element(). | Doug Hogan |
2015-04-29 | Added error checking for len argument in cbs_get_u(). | Doug Hogan |
2015-04-29 | free() can handle NULL. | Doug Hogan |
2015-04-29 | Add missing BN_CTX_end() calls. | Doug Hogan |
2015-04-25 | Don't ignore the reference count in X509_STORE_free. | Doug Hogan |
2015-04-25 | Check for invalid leading zeros in CBS_get_asn1_uint64. | Doug Hogan |
2015-04-23 | Do not need to buf[0] = 0 before strlcpy(buf, ... | Theo de Raadt |
2015-04-15 | Clean up the ssl_bytes_to_cipher_list() API - rather than having the | Joel Sing |
2015-04-12 | Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. | Doug Hogan |
2015-04-11 | Send OPENSSL_issetugid() straight to hell, no final cigarette. | Theo de Raadt |
2015-04-11 | Remove all getenv() calls, especially those wrapped by issetugid(). | Theo de Raadt |
2015-04-06 | readdir() is thread-safe when DIR handles aren't shared, so delete the lock. | Philip Guenther |
2015-03-31 | Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at | Joel Sing |
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 |