summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2015-07-18rand_err doesn't exist anymore, coverity 78808Bob Beck
2015-07-18Coverity 21651Bob Beck
2015-07-18Dead code, Coverity 78798Bob Beck
2015-07-18Coverity ID 78910 - Yet another stupid API designed to not show failures. do theBob Beck
2015-07-18Check the return value of ASN1_STRING_set(), for it may fail to allocateMiod Vallat
2015-07-18Fix leak found by coverity, issue 78897 - which also brough toBob Beck
2015-07-17delete doubled words;Ingo Schwarze
2015-07-17extenstion -> extensionMiod Vallat
2015-07-16Bump LIBRESSL_VERSION defines.Brent Cook
2015-07-16Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string;Miod Vallat
2015-07-16After reading a password with terminal echo off, restore the terminal toPhilip Guenther
2015-07-16Explicitely cast a char into unsigned long before shifting it left by 24, forMiod Vallat
2015-07-16Check return value of all used functions in OCSP_REQUEST_print(); coversMiod Vallat
2015-07-16Make sure the `reject negative sizes' logic introduced in 1.34 is actuallyMiod Vallat
2015-07-15Fix inverted test in previous. Commit message told what we intended, butMiod Vallat
2015-07-15Remove dead code. Coverity CID 21688Miod Vallat
2015-07-15Fix two theoretical NULL pointer dereferences which can only happen if youMiod Vallat
2015-07-15Fix possible 32 byte buffer overrun, found by coverity, CID 78869Bob Beck
2015-07-15Memory leak; Coverity CID 78836Miod Vallat
2015-07-15Unchecked allocations, and make sure we do not leak upon error. FixesMiod Vallat
2015-07-15Avoid leaking objects upon error; tweaks & ok doug@Miod Vallat
2015-07-15Do not allow TS_check_signer_name() with signer == NULL fromMiod Vallat
2015-07-15Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0,Miod Vallat
2015-06-29fix the build on arm after the recent addition of -WundefJonathan Gray
2015-06-27Fix pointer to unsigned long conversion.Doug Hogan
2015-06-24Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.Joel Sing
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