summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_ncons.c
AgeCommit message (Expand)Author
2023-03-14Update copyright yearMatt Caswell
2023-02-07Fix type confusion in nc_match_single()Viktor Dukhovni
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2021-09-13Fix nc_email to check ASN1 strings with NULL byte in the middleNikita Ivanov
2021-08-24Fix the name constraints code to not assume NUL terminated stringsMatt Caswell
2021-06-04Check that we got the expected name type when verifying name constraintsMatt Caswell
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_v3 symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-08-26RFC 8398: Name constraints validationDmitry Belyavskiy
2020-05-22Coverity 1463258: Incorrect expression (EVALUATION_ORDER)Pauli
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte