summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapse the x509v3 directory into x509.jsing2020-06-0437-13636/+0
* initialize safestack pointersbcook2019-05-083-6/+6
* Add error checking to i2v_POLICY_MAPPINGS().tb2019-04-221-9/+26
* Add error checking to i2v_POLICY_CONSTRAINTS().tb2019-04-221-5/+19
* Add error checking to i2v_EXTENDED_KEY_USAGE().tb2019-04-221-8/+23
* Add error checking to i2v_ASN1_BIT_STRING().tb2019-04-221-4/+18
* Add error checking to i2v_BASIC_CONSTRAINTS().tb2019-04-221-3/+18
* Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replacetb2019-04-221-19/+27
* Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()tb2019-04-222-6/+22
* Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()tb2019-04-212-32/+80
* The noop v2i_PKEY_USAGE_PERIOD() has been commented out since becktb2019-04-211-14/+2
* Fix awful whitespace in OBJ_bsearch_ext()tb2019-04-211-5/+6
* KNF: use proper wrapping of function return type and nametb2019-04-213-9/+9
* fix some style nits to reduce noise in an upcoming difftb2019-04-211-9/+8
* Rewrite & fix X509V3_add_value()tb2019-04-161-17/+24
* indent err: labelstb2019-04-161-7/+7
* wrap an overlong line and kill a space before a tabtb2019-04-161-3/+4
* Move function types to their own lines; rewrap.tb2019-04-161-30/+40
* Fix previous: I forgot to rename the bn_to_string() prototype.tb2019-04-141-2/+2
* Avoid quadratic behavior of decimal BIGNUM conversiontb2019-04-131-9/+36
* Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2019-03-131-2/+2
* Add a const qualifier to the aint argument of X509V3_add_value_int()tb2018-05-192-4/+4
* Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments oftb2018-05-193-8/+10
* Add a const qualifier to the 'key' argument of i2o_ECPublicKey() andtb2018-05-195-18/+22
* The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(),tb2018-05-184-28/+24
* Add const qualifiers to the 'name', 'sname' and 'X509_PURPOSE *'tb2018-05-182-15/+15
* Add const to the 'name', 'value', and 'section' arguments oftb2018-05-132-48/+61
* Add const qualifiers to the char *zone and char *user arguments oftb2018-05-132-8/+13
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-253-7/+7
* If X509_check_{host,email}() are called with a length of zero, use strlen()jsing2018-03-201-3/+7
* Allow leading . in nameConstraints. from openssl via jabberwock. ok jsingtedu2017-07-201-2/+2
* Distinguish between self-issued certificates and self-signed certificates.jsing2017-06-222-30/+40
* the XXXfree functions being called accept NULL, so don't check first.deraadt2017-05-023-26/+14
* Send the function codes from the error functions to the bit bucket,beck2017-01-2920-256/+167
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-212-8/+38
* Expand ASN1_ITEM_rptr macros - no change in preprocessor output.jsing2016-12-301-3/+3
* Expand ASN1_ITEM_ref and ASN1_ITEM_ptr macros - no change in generatedjsing2016-12-3022-66/+66
* Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenjsing2016-12-271-7/+1
* Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output.jsing2016-12-271-6/+6
* Explicitly export a list of symbols from libcrypto.jsing2016-12-212-2/+9
* Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places whenmiod2016-11-081-3/+9
* Check BIO_new*() for failure.miod2016-11-051-2/+4
* Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing2016-09-041-32/+128
* Bring in functions used by stunnel and exim from BoringSSL - this bringsbeck2016-09-032-2/+452
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-3/+2
* initialize ext_len to 0.beck2015-12-141-2/+6
* Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2015-09-304-16/+16
* Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Samejsing2015-09-303-9/+9
* Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing2015-09-302-10/+10
* Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls tojsing2015-09-291-4/+4