Age | Commit message (Expand) | Author |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-24 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing |
2015-07-24 | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | Joel Sing |
2015-07-24 | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | Joel Sing |
2015-07-20 | Correct #if/else logic in BIO's dgram_ctrl. | Doug Hogan |
2015-07-20 | prefer string.h to strings.h ok guenther@ doug@ | Brent Cook |
2015-07-20 | Various memory leaks upon error or unchecked allocations. | Miod Vallat |
2015-07-20 | Use V_ASN1_UNDEF instead of -1. | Miod Vallat |
2015-07-20 | Check the return value of asn1_enc_save(). ok bcook@ doug@ | Miod Vallat |
2015-07-20 | When freeing an X509_CRL, if freeing the user-maintained meth_data fails, | Miod Vallat |
2015-07-20 | In X509_PKEY_new(), make sure all allocation failures push an error to the | Miod Vallat |
2015-07-19 | Remove OpenSSL engine RSAX. | Doug Hogan |
2015-07-19 | Drop stupid (int) casts for the arguments of malloc() and friends. This is | Miod Vallat |
2015-07-19 | unifdef -UCBC_HANDLES_TRUNCATED_IO | Miod Vallat |
2015-07-19 | Verify ASN1 objects types before attempting to access them as a particular | Miod Vallat |
2015-07-19 | Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init() | Miod Vallat |
2015-07-19 | Put explicit braces around assignment used in a conditional. | Miod Vallat |
2015-07-19 | Remove the logic responsible for outputting most AES-NI instructions as | Miod Vallat |
2015-07-19 | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the | Miod Vallat |
2015-07-19 | Simplify X509_STORE_CTX_init and make it safe with stack variables. | Doug Hogan |
2015-07-19 | Remove case that can never happen. | Doug Hogan |
2015-07-19 | Fix Coverity 72742 - ret is overwritten immediately after this. | Bob Beck |
2015-07-19 | abort when ENGINE_remove fails, fix Coverity 21656 | Brent Cook |
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 |