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
Age
Commit message (
Expand
)
Author
2022-12-26
Prepare to provide X509_CRL_get0_sigalg()
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-01
Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused
Theo Buehler
2022-12-01
Retire X509_V_FLAG_CB_ISSUER_CHECK
Theo Buehler
2022-12-01
Getters and setters for the check_issued() callback
Theo Buehler
2022-11-29
Remove a few doubled spaces and wrap an overlong line
Theo Buehler
2022-11-29
Sort a few outliers by increasing error number to match x509_vfy.h
Theo Buehler
2022-11-29
Fix includes
Theo Buehler
2022-11-29
Add missing X509_V_ERR_UNSPECIFIED case
Theo Buehler
2022-11-29
Fix some KNF issues
Theo Buehler
2022-11-29
Make X509_verify_cert_error_string() thread safe
Theo Buehler
2022-11-28
Fix NULL dereference in x509_constraints_uri_host()
Theo Buehler
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
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-14
Hide public symbols in libcrypto/x509 .c files
Bob Beck
2022-11-13
Fix comment style
Theo Buehler
2022-11-13
Check certificate extensions in trusted certificates.
Bob Beck
2022-11-12
Hide symbols in libcrypto/pkcs7
Bob Beck
2022-11-11
Start CBS-ifying the name constraints code.
Bob Beck
2022-11-10
Allow explicit cert trusts or distrusts for EKU any
Bob Beck
2022-11-07
White space KNF, no code change:
Ingo Schwarze
2022-10-17
Store errors that result from leaf certificate verification.
Joel Sing
2022-09-03
Prepare to provide OPENSSL_cleanup.
Joel Sing
2022-08-31
Switch loop bounds from size_t to int in check_hosts()
Theo Buehler
2022-08-18
Allow empty attribute sets in CSRs
Theo Buehler
2022-08-15
Add missing RCS tag and zap a trailing space
Theo Buehler
2022-08-05
Remove overly aggressive trust check in legacy verifier that breaks
Bob Beck
2022-07-30
Untangle two logic chains in x509_asid.c into something more readable.
Theo Buehler
2022-07-24
Plug leak in X509V3_add1_i2d()
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-07-07
Expose new API in headers.
Theo Buehler
2022-07-05
Add missing X509_V_ERR_ strings using the ones from OpenSSL.
Theo Buehler
2022-07-04
Prepare to provide X509_VERIFY_PARAM_get_time()
Theo Buehler
2022-06-28
Take away bogus error assignment before callback call.
Bob Beck
2022-06-28
Fix the legacy verifier callback behaviour for untrusted certs.
Bob Beck
2022-06-27
Correct misleading comment for URI parsing
Bob Beck
2022-06-27
Add function to free all of the issuer cache.
Bob Beck
2022-06-27
Allow security_level to mestastasize into the verifier
Theo Buehler
2022-06-27
Prepare to provide X509_VERIFY_PARAM_set_auth_level()
Theo Buehler
2022-06-26
Fix URI name constraints, allow for URI's with no host part.
Bob Beck
2022-06-26
whitespace
Theo Buehler
2022-06-25
Move leaf certificate checks to the last thing after chain validation.
Bob Beck
2022-05-25
Remove an unnecessary XXX comment. The suggested check is part of
Theo Buehler
2022-05-20
Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-17
Rewrite make_addressRange() using CBS
Theo Buehler
2022-05-17
Simplify make_addressPrefix()
Theo Buehler
2022-05-12
Small readability tweak suggested by jsing
Theo Buehler
2022-05-12
Rewrite and fix X509v3_asid_subset()
Theo Buehler
2022-05-10
X509_check_ca() has 5 return values but still can't fail
Theo Buehler
[next]