Age | Commit message (Expand) | Author |
2015-04-12 | Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. | Doug Hogan |
2015-03-19 | Fix several crash causing defects from OpenSSL. | Ted Unangst |
2015-02-22 | Remove IMPLEMENT_STACK_OF noops. | Joel Sing |
2015-02-15 | Regen | Miod Vallat |
2015-02-14 | Remove asn1_ex_i2c() prototype, now that this function has been made static; | 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 | 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 | Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making the | Joel Sing |
2015-02-14 | Spell NULL correctly, be explicit with NULL checks and it is also easier to | Joel Sing |
2015-02-12 | prevent a crash with openssl asn1parse -genstr FORMAT | Jonathan Gray |
2015-02-11 | Remove initialisers with default values from the ASN1 data structures. | Joel Sing |
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-10 | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | Joel Sing |
2015-02-10 | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | Joel Sing |
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 | Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly. | Joel Sing |
2015-02-10 | The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into | Joel Sing |
2015-02-10 | Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndef | Joel Sing |
2015-02-10 | Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed. | Joel Sing |
2015-02-10 | Manually expand ASN1_ITEM_rptr macros that should have been expanded with | Joel Sing |
2015-02-10 | Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that | Joel Sing |
2015-02-10 | Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible | Joel Sing |
2015-02-10 | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | Joel Sing |
2015-02-09 | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | Joel Sing |
2015-02-08 | Check memory allocation results, as well as stack pushes. | Miod Vallat |
2015-02-07 | Don't leak addresses in error messages. | Miod Vallat |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | Bob Beck |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-10-28 | Check the result of sk_*_push() operations for failure. | Miod Vallat |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-12 | Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1, | Miod Vallat |
2014-10-03 | Use string literals in printf style calls so gcc's -Wformat works. | Doug Hogan |
2014-09-21 | a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , but | Miod Vallat |
2014-09-21 | Fix a memory leak in the error path in ASN1_mbstring_ncopy(). | Miod Vallat |
2014-08-08 | Fix CVE-2014-3508, pretty printing and OID validation: | Philip Guenther |
2014-07-25 | BIO_free() returns immediately when the sole input is NULL. | Doug Hogan |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-13 | Don't include asn1_mac.h if all you need is asn1.h. | Miod Vallat |
2014-07-12 | No need to include asn1_mac.h here. | Miod Vallat |
2014-07-12 | A few fixes/improvements: | Miod Vallat |
2014-07-12 | Make sure the return value of X509_NAME_oneline(, NULL,) is checked against | Miod Vallat |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |