summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509_internal.h
AgeCommit message (Expand)Author
2024-05-19remove prototypes with no matching functionJonathan Gray
2023-11-13Eliminate the timegm(3) dependency in libcryptoTheo Buehler
2023-09-29Allow IP addresses to be specified in a URI.Bob Beck
2023-01-28Stop relying on x509_verify.h being publicTheo Buehler
2023-01-20Refactor x509v3_cache_extensionsJob Snijders
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-17Revert "Check certificate extensions in trusted certificates"Bob Beck
2022-11-13Check certificate extensions in trusted certificates.Bob Beck
2022-11-11Start CBS-ifying the name constraints code.Bob Beck
2022-06-27Allow security_level to mestastasize into the verifierTheo Buehler
2022-03-14Rework ownership handling in x509_constraints_validate()Theo Buehler
2022-03-13Add x509_constraints_validate() to x509_internal.hTheo Buehler
2021-11-24In some situations, the verifier would discard the error on an unvalidatedBob Beck
2021-11-04Cache sha512 hash and parsed not_before and not_after with X509 cert.Bob Beck
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-10-26Validate Subject Alternate Names when they are being added to certificates.Bob Beck
2021-09-03Call the callback on success in new verifier in a compatible wayBob Beck
2021-08-28Get rid of historical code to extract the roots in the legacy case.Bob Beck
2021-08-28Remove the "dump_chain" flag and code. This was a workaround for a problem whereBob Beck
2021-08-19Pull roots out of the trust store in the legacy xsc when building chainsBob Beck
2021-07-10Add a bunch of workarond in the verifier to support partial chains andBob Beck
2021-03-12Fix checks of memory caps of constraints namesTheo Buehler
2021-01-05Gracefully handle root certificates being both trusted and untrusted.Joel Sing
2020-11-18KNF (whitespace)Theo Buehler
2020-11-11Handle additional certificate error cases in new X.509 verifier.Joel Sing
2020-09-15Deduplicate the time validation code between the legacy and newBob Beck
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck