index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
x509
/
x509_internal.h
Age
Commit message (
Expand
)
Author
2024-05-19
remove prototypes with no matching function
Jonathan Gray
2023-11-13
Eliminate the timegm(3) dependency in libcrypto
Theo Buehler
2023-09-29
Allow IP addresses to be specified in a URI.
Bob Beck
2023-01-28
Stop relying on x509_verify.h being public
Theo Buehler
2023-01-20
Refactor x509v3_cache_extensions
Job Snijders
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-17
Revert "Check certificate extensions in trusted certificates"
Bob Beck
2022-11-13
Check certificate extensions in trusted certificates.
Bob Beck
2022-11-11
Start CBS-ifying the name constraints code.
Bob Beck
2022-06-27
Allow security_level to mestastasize into the verifier
Theo Buehler
2022-03-14
Rework ownership handling in x509_constraints_validate()
Theo Buehler
2022-03-13
Add x509_constraints_validate() to x509_internal.h
Theo Buehler
2021-11-24
In some situations, the verifier would discard the error on an unvalidated
Bob Beck
2021-11-04
Cache sha512 hash and parsed not_before and not_after with X509 cert.
Bob Beck
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-10-26
Validate Subject Alternate Names when they are being added to certificates.
Bob Beck
2021-09-03
Call the callback on success in new verifier in a compatible way
Bob Beck
2021-08-28
Get rid of historical code to extract the roots in the legacy case.
Bob Beck
2021-08-28
Remove the "dump_chain" flag and code. This was a workaround for a problem where
Bob Beck
2021-08-19
Pull roots out of the trust store in the legacy xsc when building chains
Bob Beck
2021-07-10
Add a bunch of workarond in the verifier to support partial chains and
Bob Beck
2021-03-12
Fix checks of memory caps of constraints names
Theo Buehler
2021-01-05
Gracefully handle root certificates being both trusted and untrusted.
Joel Sing
2020-11-18
KNF (whitespace)
Theo Buehler
2020-11-11
Handle additional certificate error cases in new X.509 verifier.
Joel Sing
2020-09-15
Deduplicate the time validation code between the legacy and new
Bob Beck
2020-09-13
Add new x509 certificate chain validator in x509_verify.c
Bob Beck
2020-09-11
Add x509_constraints.c - a new implementation of x509 name constraints, with
Bob Beck