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