| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove asn1_ex_i2c() prototype, now that this function has been made static; | miod | 2015-02-14 | 1 | -2/+1 |
* | Unchecked allocations in x509_name_canon(). | miod | 2015-02-14 | 1 | -1/+5 |
* | Memory leak upon error in X509_add1_{trust,reject}_object. | miod | 2015-02-14 | 1 | -7/+23 |
* | Manually expand IMPLEMENT_EXTERN_ASN1 macro (the only occurence in crypto). | jsing | 2015-02-14 | 1 | -3/+10 |
* | Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it in | miod | 2015-02-14 | 5 | -141/+7 |
* | Make asn1_ex_i2c() static. ok jsing@ | miod | 2015-02-14 | 1 | -2/+4 |
* | Check i2d_name_canon() for failure (negative return). Coverity CID 78888. | miod | 2015-02-14 | 1 | -6/+8 |
* | Possible NULL pointer dereferences. Coverity CID 21719, 21732. | miod | 2015-02-14 | 2 | -3/+7 |
* | Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making the | jsing | 2015-02-14 | 1 | -9/+53 |
* | Spell NULL correctly, be explicit with NULL checks and it is also easier to | jsing | 2015-02-14 | 2 | -10/+6 |
* | prevent a crash with openssl asn1parse -genstr FORMAT | jsg | 2015-02-12 | 1 | -1/+5 |
* | Remove initialisers with default values from the ASN1 data structures. | jsing | 2015-02-11 | 17 | -188/+23 |
* | Expand most of the ASN1_SEQUENCE* and associated macros, making the data | jsing | 2015-02-11 | 17 | -146/+950 |
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
* | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | jsing | 2015-02-10 | 1 | -9/+1 |
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 3 | -9/+3 |
* | Replace assert() and OPENSSL_assert() calls with proper error return paths. | miod | 2015-02-10 | 1 | -5/+6 |
* | Remove default value initialisers for ASN1_ITEM. Minor changes to generated | jsing | 2015-02-10 | 1 | -93/+11 |
* | Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly. | jsing | 2015-02-10 | 1 | -23/+221 |
* | The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into | jsing | 2015-02-10 | 6 | -26/+6 |
* | Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndef | jsing | 2015-02-10 | 1 | -1/+4 |
* | Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed. | jsing | 2015-02-10 | 2 | -4/+28 |
* | Manually expand ASN1_ITEM_rptr macros that should have been expanded with | jsing | 2015-02-10 | 7 | -15/+15 |
* | Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that | jsing | 2015-02-10 | 1 | -3/+27 |
* | Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible | jsing | 2015-02-10 | 7 | -15/+55 |
* | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | jsing | 2015-02-10 | 2 | -8/+152 |
* | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | jsing | 2015-02-09 | 19 | -60/+1044 |
* | Check memory allocation results, as well as stack pushes. | miod | 2015-02-08 | 1 | -9/+34 |
* | Don't leak addresses in error messages. | miod | 2015-02-07 | 1 | -2/+2 |
* | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 7 | -98/+7 |
* | Fix a number of issues relating to algorithms in signatures, Mostly | beck | 2015-01-28 | 3 | -3/+25 |
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 1 | -2/+12 |
* | Check the result of sk_*_push() operations for failure. | miod | 2014-10-28 | 1 | -3/+9 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 3 | -14/+13 |
* | Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1, | miod | 2014-10-12 | 1 | -2/+2 |
* | Use string literals in printf style calls so gcc's -Wformat works. | doug | 2014-10-03 | 1 | -3/+2 |
* | a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , but | miod | 2014-09-21 | 1 | -4/+9 |
* | Fix a memory leak in the error path in ASN1_mbstring_ncopy(). | miod | 2014-09-21 | 1 | -19/+29 |
* | Fix CVE-2014-3508, pretty printing and OID validation: | guenther | 2014-08-08 | 1 | -10/+21 |
* | BIO_free() returns immediately when the sole input is NULL. | doug | 2014-07-25 | 1 | -3/+2 |
* | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 2 | -8/+8 |
* | Don't include asn1_mac.h if all you need is asn1.h. | miod | 2014-07-13 | 1 | -2/+2 |
* | No need to include asn1_mac.h here. | miod | 2014-07-12 | 1 | -2/+1 |
* | A few fixes/improvements: | miod | 2014-07-12 | 1 | -20/+19 |
* | Make sure the return value of X509_NAME_oneline(, NULL,) is checked against | miod | 2014-07-12 | 2 | -5/+13 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 5 | -25/+15 |
* | typos | miod | 2014-07-12 | 1 | -2/+2 |
* | In ASN1_get_object(), reject primitive encodings using the indefinite length | miod | 2014-07-11 | 1 | -1/+4 |
* | In asn1_get_length(), tolerate leading zeroes in BER encoding. | miod | 2014-07-11 | 1 | -5/+8 |
* | Tolerate critical AKID in CRLs; OpenSSL PR #3014 via OpenSSL trunk, and | miod | 2014-07-11 | 1 | -7/+8 |