summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-12/+19
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-6/+3
* X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb2021-11-111-2/+16
* Avoid freeing the conf lhashes in X509_V3_EXT*_add_confTomas Mraz2021-08-061-0/+5
* Add NCONF_get_section_names()Tomas Mraz2021-06-021-15/+41
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb2021-01-201-6/+2
* X509V3_EXT_CRL_add_nconf(): Fix mem leak on error and simplify itDr. David von Oheimb2021-01-161-19/+19
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-131-2/+32
* X509V3_EXT_add_nconf_sk(): Improve description and use of 'sk' arg, which may...Dr. David von Oheimb2020-12-101-3/+3
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-17/+13
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-14/+13
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Add 'section=...' info in error output of X509V3_EXT_nconf() as far as approp...Dr. David von Oheimb2020-08-041-12/+31
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-0/+511