summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_purp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* X509_check_ca() has 5 return values but still can't failtb2022-05-101-3/+1
* Avoid expensive RFC 3779 checks during cert verificationtb2022-04-211-1/+5
* Fix X509_get_extension_flags()tb2022-04-211-2/+2
* Cache sha512 hash and parsed not_before and not_after with X509 cert.beck2021-11-041-4/+6
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Actually error in X509_check_purpose() if x509v3_cache_extensions()tb2021-10-291-2/+2
* Prepare to provide X509_get_extension_flags()tb2021-10-231-1/+11
* Prepare to provide X509_get_{extended_,}key_usage()tb2021-10-221-1/+27
* Add XKU_ANYEKU #define and use it to cache the anyExtendedKeyUsagetb2021-10-211-1/+5
* In X509_check_issued() do the same dance around x509v3_cache_extensions()claudio2021-09-131-3/+11
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-021-1/+14
* Delete some code from X509_PURPOSE_cleanup(3) that had no effect:schwarze2021-07-231-5/+1
* Fix copy-paste error in previoustb2021-03-191-2/+2
* Use EXFLAG_INVALID to handle out of memory and parse errors intobhe2021-03-131-10/+40
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-3/+3
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+893