summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In some situations, the verifier would discard the error on an unvalidatedbeck2021-11-241-2/+2
* Cache sha512 hash and parsed not_before and not_after with X509 cert.beck2021-11-041-3/+3
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Validate Subject Alternate Names when they are being added to certificates.beck2021-10-261-1/+3
* Call the callback on success in new verifier in a compatible waybeck2021-09-031-1/+2
* Get rid of historical code to extract the roots in the legacy case.beck2021-08-281-3/+2
* Remove the "dump_chain" flag and code. This was a workaround for a problem wherebeck2021-08-281-2/+1
* Pull roots out of the trust store in the legacy xsc when building chainsbeck2021-08-191-1/+2
* Add a bunch of workarond in the verifier to support partial chains andbeck2021-07-101-1/+4
* Fix checks of memory caps of constraints namestb2021-03-121-3/+4
* Gracefully handle root certificates being both trusted and untrusted.jsing2021-01-051-1/+2
* KNF (whitespace)tb2020-11-181-3/+3
* Handle additional certificate error cases in new X.509 verifier.jsing2020-11-111-1/+2
* Deduplicate the time validation code between the legacy and newbeck2020-09-151-1/+4
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-1/+36
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-111-0/+90