Age | Commit message (Expand) | Author |
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 | 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 | Drop stupid (int) casts for the arguments of malloc() and friends. This is | Miod Vallat |
2015-07-18 | Check the return value of ASN1_STRING_set(), for it may fail to allocate | Miod Vallat |
2015-07-16 | Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string; | Miod Vallat |
2015-07-16 | Explicitely cast a char into unsigned long before shifting it left by 24, for | Miod Vallat |
2015-07-15 | Fix two theoretical NULL pointer dereferences which can only happen if you | Miod Vallat |
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 |