Age | Commit message (Expand) | Author |
2015-06-20 | Handle NIST curve names. | Joel Sing |
2015-06-20 | Have ECPKParameters_print() include the NIST curve name, if known. | Joel Sing |
2015-06-20 | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). | Joel Sing |
2015-06-20 | Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-06-20 | Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp(). | Joel Sing |
2015-06-20 | Fix warning on vax due to old gcc. | Doug Hogan |
2015-06-20 | Crank major for libcrypto, ssl and tls due to MDC-2DES removal. | Doug Hogan |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-06-19 | Return the failing engine ID in the error stack. | Brent Cook |
2015-06-19 | Disable ENGINE_load_dynamic (dynamic engine support). | Brent Cook |
2015-06-13 | Fix bad indenting in LibreSSL. | Doug Hogan |
2015-06-13 | Remove unneeded sys/sysctl.h on linux. | Brent Cook |
2015-06-11 | Avoid an infinite loop that can occur when verifying a message with an | Joel Sing |
2015-06-11 | Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing | Joel Sing |
2015-06-11 | Avoid an infinite loop that can be triggered by parsing an ASN.1 | Joel Sing |
2015-05-26 | Add OPENSSL_NO_EGD to opensslfeatures.h. | Brent Cook |
2015-05-23 | bump to version 2.2 | Brent Cook |
2015-05-20 | No need to check the return value of memcpy() if you actually checked this | Miod Vallat |
2015-05-17 | Record inter-library dependencies between libcrypto, libssl and libtls | Mark Kettenis |
2015-05-15 | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. | Jonathan Gray |
2015-04-30 | use strdup() to init string | Theo de Raadt |
2015-04-29 | Add missing BN_CTX_end() calls. | Doug Hogan |
2015-04-27 | Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. | Brent Cook |
2015-04-27 | Support AIX versions without WPAR support. | Brent Cook |
2015-04-25 | Don't ignore the reference count in X509_STORE_free. | Doug Hogan |
2015-04-23 | Do not need to buf[0] = 0 before strlcpy(buf, ... | Theo de Raadt |
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-03-30 | add initial AIX getentropy/arc4random files. Thanks to Michael Felt. | Brent Cook |
2015-03-22 | sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include | Brent Cook |
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-18 | In the neverending saga of enabling and disabling assembler code for sha | Miod Vallat |
2015-03-15 | Avoid a NULL pointer deref when X509_get_pubkey() returns NULL. | Doug Hogan |
2015-03-05 | Do not use sha512-parisc for now, as it is subtly bugged - passes the sha | Miod Vallat |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |
2015-02-22 | Bump libcrypto and libssl majors, due to various recent churn. | 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-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 |