summaryrefslogtreecommitdiff
path: root/crypto/x509/v3_utl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_v3 symbolsShane Lontis2021-03-181-6/+6
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-21/+15
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* RFC 8398: EAI comparisonDmitry Belyavskiy2020-08-261-2/+16
* crypto/x509/v3_utl.c: Fix IPv6 output in ipaddr_to_asc()Richard Levitte2020-08-261-3/+11
* Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb2020-08-041-3/+3
* Correct confusing X509V3 conf error output by removing needless 'section:<NUL...Dr. David von Oheimb2020-08-041-2/+3
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-051-17/+58
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-3/+3
* Rename internal function name_cmp() to v3_name_cmp()Richard Levitte2019-10-171-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-4/+5
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-0/+1239