summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_purp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Introduce an internal version of X509_check_issued()Matt Caswell2020-04-161-3/+9
* Add manpage entry for X509_check_purpose()Jake Maynard2020-04-111-1/+3
* Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz2020-04-061-3/+7
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-301-15/+17
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-29/+68
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre2019-08-011-0/+14
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-0/+909