Age | Commit message (Expand) | Author |
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 |
2015-02-14 | Remove DEBUG_PKCS5V2 code. | Miod Vallat |
2015-02-14 | Unchecked allocations in x509_name_canon(). | Miod Vallat |
2015-02-14 | Memory leak upon error in X509_add1_{trust,reject}_object. | Miod Vallat |
2015-02-14 | Manually expand IMPLEMENT_EXTERN_ASN1 macro (the only occurence in crypto). | Joel Sing |
2015-02-14 | Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it in | Miod Vallat |
2015-02-14 | Make asn1_ex_i2c() static. ok jsing@ | Miod Vallat |
2015-02-14 | Memory leak in `should not happen' condition; Coverity CID 78889. | Miod Vallat |
2015-02-14 | Memory leak upon error; Coverity CID 78857 | Miod Vallat |
2015-02-14 | Check i2d_name_canon() for failure (negative return). Coverity CID 78888. | Miod Vallat |
2015-02-14 | Possible NULL pointer dereferences. Coverity CID 21719, 21732. | Miod Vallat |
2015-02-14 | Potential NULL dereference in the error path; Coverity CID 21720 | Miod Vallat |
2015-02-14 | Coverity CID 21733 (unchecked allocation), 78823 (leak on error). | Miod Vallat |
2015-02-14 | Check for allocation error in RSA_eay_mod_exp(). Coverity CID 25217. | Miod Vallat |
2015-02-14 | Memory leaks upon error. Coverity CID 78874. | Miod Vallat |
2015-02-14 | Fix tests that got incorrectly inverted with the BN_CTX_get() return check | Joel Sing |
2015-02-14 | Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making the | Joel Sing |
2015-02-14 | Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making the | Joel Sing |
2015-02-14 | Attempt to correctly free temporary storage upon error. With help from | Miod Vallat |
2015-02-14 | Spell NULL correctly, be explicit with NULL checks and it is also easier to | Joel Sing |
2015-02-14 | Try and fix a bunch of memory leaks upon error; | Miod Vallat |
2015-02-14 | Consistently check the return value from BN_CTX_get() on assignment. | Joel Sing |
2015-02-13 | Don't leak memory on errors - fixes coverity issues 105353 105253 | Bob Beck |
2015-02-13 | fix leaking of bn, coverity issue 105351 | Bob Beck |
2015-02-12 | prevent a crash with openssl asn1parse -genstr FORMAT | Jonathan Gray |
2015-02-12 | If you do not support POSIX I/O then you're not tall enough to ride... | Joel Sing |
2015-02-12 | unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN, | Joel Sing |
2015-02-11 | Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment. | Bob Beck |
2015-02-11 | Remove initialisers with default values from the ASN1 data structures. | Joel Sing |
2015-02-11 | get rid of OPENSSL_NO_CMS code we do not use. | Bob Beck |
2015-02-11 | get rid of OPENSSL_NO_COMP code we don't use. | Bob Beck |
2015-02-11 | Expand most of the ASN1_SEQUENCE* and associated macros, making the data | Joel Sing |
2015-02-11 | Enable building with -DOPENSSL_NO_DEPRECATED. | Doug Hogan |
2015-02-11 | More unifdef OPENSSL_NO_RFC3779 that got missed last time around. | Joel Sing |
2015-02-10 | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | Joel Sing |
2015-02-10 | Remove old interesting but not useful content. | Joel Sing |
2015-02-10 | unifdef OPENSSL_NO_RC5 | Joel Sing |
2015-02-10 | Remove RC5 code - this is not currently enabled and is not likely to ever | Joel Sing |
2015-02-10 | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | Joel Sing |
2015-02-10 | Remove crypto/store - part of which is "currently highly experimental". | Joel Sing |
2015-02-10 | EVP_BytesToKey(): return through the error path (which cleans things up) | Miod Vallat |
2015-02-10 | Replace assert() and OPENSSL_assert() calls with proper error return paths. | Miod Vallat |
2015-02-10 | Remove default value initialisers for ASN1_ITEM. Minor changes to generated | Joel Sing |
2015-02-10 | Remove unnecessary include of assert.h | Miod Vallat |
2015-02-10 | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | Miod Vallat |