| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASE | cvs2svn | 2015-08-02 | 81 | -25197/+0 |
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 5 | -12/+12 |
* | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | jsing | 2015-07-29 | 1 | -6/+5 |
* | Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be | jsing | 2015-07-27 | 2 | -10/+5 |
* | Place the ASN.1 template macros (and remaining implement macros) under | jsing | 2015-07-25 | 1 | -3/+6 |
* | Manually expand ASN.1 template macros - only change in generated assembly | jsing | 2015-07-25 | 3 | -16/+40 |
* | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | jsing | 2015-07-24 | 4 | -22/+106 |
* | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | jsing | 2015-07-24 | 2 | -6/+42 |
* | Use V_ASN1_UNDEF instead of -1. | miod | 2015-07-20 | 1 | -7/+7 |
* | Check the return value of asn1_enc_save(). ok bcook@ doug@ | miod | 2015-07-20 | 1 | -2/+4 |
* | When freeing an X509_CRL, if freeing the user-maintained meth_data fails, | miod | 2015-07-20 | 1 | -3/+4 |
* | In X509_PKEY_new(), make sure all allocation failures push an error to the | miod | 2015-07-20 | 1 | -7/+15 |
* | Drop stupid (int) casts for the arguments of malloc() and friends. This is | miod | 2015-07-19 | 3 | -7/+7 |
* | Check the return value of ASN1_STRING_set(), for it may fail to allocate | miod | 2015-07-18 | 1 | -4/+9 |
* | Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string; | miod | 2015-07-16 | 1 | -2/+4 |
* | Explicitely cast a char into unsigned long before shifting it left by 24, for | miod | 2015-07-16 | 1 | -2/+2 |
* | Fix two theoretical NULL pointer dereferences which can only happen if you | miod | 2015-07-15 | 1 | -4/+9 |
* | Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. | doug | 2015-04-12 | 1 | -41/+1 |
* | Fix several crash causing defects from OpenSSL. | tedu | 2015-03-19 | 8 | -25/+52 |
* | Remove IMPLEMENT_STACK_OF noops. | jsing | 2015-02-22 | 1 | -2/+1 |
* | Regen | miod | 2015-02-15 | 1 | -123/+124 |
* | 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 |