| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the | tb | 2019-03-13 | 1 | -2/+2 |
* | Add a const qualifier to the aint argument of X509V3_add_value_int() | tb | 2018-05-19 | 2 | -4/+4 |
* | Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments of | tb | 2018-05-19 | 3 | -8/+10 |
* | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | tb | 2018-05-19 | 5 | -18/+22 |
* | The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(), | tb | 2018-05-18 | 4 | -28/+24 |
* | Add const qualifiers to the 'name', 'sname' and 'X509_PURPOSE *' | tb | 2018-05-18 | 2 | -15/+15 |
* | Add const to the 'name', 'value', and 'section' arguments of | tb | 2018-05-13 | 2 | -48/+61 |
* | Add const qualifiers to the char *zone and char *user arguments of | tb | 2018-05-13 | 2 | -8/+13 |
* | Add const to functions in asn1/asn1.h as they did in OpenSSL. | tb | 2018-04-25 | 3 | -7/+7 |
* | If X509_check_{host,email}() are called with a length of zero, use strlen() | jsing | 2018-03-20 | 1 | -3/+7 |
* | Allow leading . in nameConstraints. from openssl via jabberwock. ok jsing | tedu | 2017-07-20 | 1 | -2/+2 |
* | Distinguish between self-issued certificates and self-signed certificates. | jsing | 2017-06-22 | 2 | -30/+40 |
* | the XXXfree functions being called accept NULL, so don't check first. | deraadt | 2017-05-02 | 3 | -26/+14 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 20 | -256/+167 |
* | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | jsing | 2017-01-21 | 2 | -8/+38 |
* | Expand ASN1_ITEM_rptr macros - no change in preprocessor output. | jsing | 2016-12-30 | 1 | -3/+3 |
* | Expand ASN1_ITEM_ref and ASN1_ITEM_ptr macros - no change in generated | jsing | 2016-12-30 | 22 | -66/+66 |
* | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | jsing | 2016-12-27 | 1 | -7/+1 |
* | Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output. | jsing | 2016-12-27 | 1 | -6/+6 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 2 | -2/+9 |
* | Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when | miod | 2016-11-08 | 1 | -3/+9 |
* | Check BIO_new*() for failure. | miod | 2016-11-05 | 1 | -2/+4 |
* | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 2016-09-04 | 1 | -32/+128 |
* | Bring in functions used by stunnel and exim from BoringSSL - this brings | beck | 2016-09-03 | 2 | -2/+452 |
* | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc | 2016-03-11 | 1 | -3/+2 |
* | initialize ext_len to 0. | beck | 2015-12-14 | 1 | -2/+6 |
* | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | jsing | 2015-09-30 | 4 | -16/+16 |
* | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | jsing | 2015-09-30 | 3 | -9/+9 |
* | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | jsing | 2015-09-30 | 2 | -10/+10 |
* | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to | jsing | 2015-09-29 | 1 | -4/+4 |
* | Use ASN1_item_dup() instead of ASN1_dup(). | jsing | 2015-09-26 | 1 | -3/+2 |
* | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | jsing | 2015-07-29 | 19 | -228/+588 |
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 5 | -12/+12 |
* | Expand ASN.1 template macros that got missed in the last pass - only change | jsing | 2015-07-25 | 3 | -11/+31 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-25 | 13 | -141/+806 |
* | Remove case that can never happen. | doug | 2015-07-19 | 1 | -5/+1 |
* | Fix leak found by coverity, issue 78897 - which also brough to | beck | 2015-07-18 | 3 | -25/+33 |
* | Memory leak; Coverity CID 78836 | miod | 2015-07-15 | 1 | -6/+8 |
* | Unchecked allocations, and make sure we do not leak upon error. Fixes | miod | 2015-07-15 | 1 | -21/+36 |
* | Avoid leaking objects upon error; tweaks & ok doug@ | miod | 2015-07-15 | 1 | -18/+18 |
* | Memory leak in error path. Coverity CID 78822. | miod | 2015-02-17 | 1 | -8/+9 |
* | Check ASN1_OCTET_STRING_new() for failure. Coverity CID 78904 | miod | 2015-02-15 | 1 | -6/+8 |
* | Memory leak in `should not happen' condition; Coverity CID 78889. | miod | 2015-02-14 | 1 | -4/+4 |
* | Memory leak upon error; Coverity CID 78857 | miod | 2015-02-14 | 1 | -1/+4 |
* | Don't leak memory on errors - fixes coverity issues 105353 105253 | beck | 2015-02-13 | 1 | -4/+9 |
* | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | jsing | 2015-02-10 | 5 | -2695/+3 |
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 3 | -10/+3 |
* | The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into | jsing | 2015-02-10 | 2 | -8/+2 |
* | Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible | jsing | 2015-02-10 | 3 | -7/+51 |
* | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | jsing | 2015-02-09 | 12 | -43/+787 |