summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove prototypes with no matching functionjsg2024-05-191-2/+1
* Eliminate the timegm(3) dependency in libcryptotb2023-11-131-3/+4
* Allow IP addresses to be specified in a URI.beck2023-09-291-2/+2
* Stop relying on x509_verify.h being publictb2023-01-281-3/+2
* Refactor x509v3_cache_extensionsjob2023-01-201-2/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Revert "Check certificate extensions in trusted certificates"beck2022-11-171-2/+1
* Check certificate extensions in trusted certificates.beck2022-11-131-1/+2
* Start CBS-ifying the name constraints code.beck2022-11-111-6/+6
* Allow security_level to mestastasize into the verifiertb2022-06-271-1/+2
* Rework ownership handling in x509_constraints_validate()tb2022-03-141-2/+3
* Add x509_constraints_validate() to x509_internal.htb2022-03-131-1/+3
* 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