summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2015-06-20Handle NIST curve names.Joel Sing
2015-06-20Have ECPKParameters_print() include the NIST curve name, if known.Joel Sing
2015-06-20Provide EC_curve_nid2nist() and EC_curve_nist2nid().Joel Sing
2015-06-20Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-06-20Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().Joel Sing
2015-06-20Fix warning on vax due to old gcc.Doug Hogan
2015-06-20Crank major for libcrypto, ssl and tls due to MDC-2DES removal.Doug Hogan
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-06-19Return the failing engine ID in the error stack.Brent Cook
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).Brent Cook
2015-06-13Fix bad indenting in LibreSSL.Doug Hogan
2015-06-13Remove unneeded sys/sysctl.h on linux.Brent Cook
2015-06-11Avoid an infinite loop that can occur when verifying a message with anJoel Sing
2015-06-11Avoid a potential out-of-bounds read in X509_cmp_time(), due to missingJoel Sing
2015-06-11Avoid an infinite loop that can be triggered by parsing an ASN.1Joel Sing
2015-05-26Add OPENSSL_NO_EGD to opensslfeatures.h.Brent Cook
2015-05-23bump to version 2.2Brent Cook
2015-05-20No need to check the return value of memcpy() if you actually checked thisMiod Vallat
2015-05-17Record inter-library dependencies between libcrypto, libssl and libtlsMark Kettenis
2015-05-15Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.Jonathan Gray
2015-04-30use strdup() to init stringTheo de Raadt
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-04-27Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.Brent Cook
2015-04-27Support AIX versions without WPAR support.Brent Cook
2015-04-25Don't ignore the reference count in X509_STORE_free.Doug Hogan
2015-04-23Do not need to buf[0] = 0 before strlcpy(buf, ...Theo de Raadt
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