summaryrefslogtreecommitdiff
path: root/crypto/x509/v3_cpols.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-45/+61
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-6/+6
* Fix POLICYINFO printing to not assume NUL terminated stringsMatt Caswell2021-08-241-3/+6
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_v3 symbolsShane Lontis2021-03-181-3/+3
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-5/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-25/+21
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-2/+0
* Correct confusing X509V3 conf error output by removing needless 'section:<NUL...Dr. David von Oheimb2020-08-041-9/+11
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Rename internal function name_cmp() to v3_name_cmp()Richard Levitte2019-10-171-2/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-0/+498