summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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