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
2020-11-18
Move freeing of the verify context to its natural place instead of
Theo Buehler
2020-11-18
KNF (whitespace)
Theo Buehler
2020-11-16
Use X509_V_OK instead of 0.
Joel Sing
2020-11-16
Add back an X509_STORE_CTX error code assignment.
Joel Sing
2020-11-15
Return the specific failure for a "self signed certificate" in the chain
Bob Beck
2020-11-11
Handle additional certificate error cases in new X.509 verifier.
Joel Sing
2020-11-03
Fix bad indent.
Joel Sing
2020-11-03
Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.
Joel Sing
2020-10-26
Add a safety net to ensure that we set an error on the store context.
Theo Buehler
2020-10-26
If x509_verify() fails, ensure that the error is also set on the store
Theo Buehler
2020-10-26
Make sure that x509_vfy_check_id() failure also sets ctx->error, not only
Theo Buehler
2020-09-26
Ensure leaf is set up on X509_STORE_CTX before verification.
Joel Sing
2020-09-26
jumping into the x509 fray with a bunch of whitespace repair
Theo de Raadt
2020-09-23
Ensure chain is set on the X509_STORE_CTX before triggering callback.
Joel Sing
2020-09-21
Fix some line wrapping and other whitespace issues.
Theo Buehler
2020-09-21
Move freeing and zeroing up to right after the while loop.
Theo Buehler
2020-09-20
Avoid memleak caused by shadowing
Theo Buehler
2020-09-20
KNF/whitespace nits
Theo Buehler
2020-09-20
Correct a 1 byte read overflow in x509_contraints_uri and add
Bob Beck
2020-09-20
Fix a memory leak in x509_constraints_extract_names
Theo Buehler
2020-09-19
remove superfluous NULL check
Bob Beck
2020-09-18
Fix potential overflow in CN subject line parsing, thanks to
Bob Beck
2020-09-16
revert my putting this on a diet. sadly the NAME_CONSTRAINTS_check
Bob Beck
2020-09-16
noop NAME_CONSTRAINTS_check stub
Kinichiro Inoguchi
2020-09-16
Make check in x509_verify_ctx_set_max_signatures() consistent with others.
Joel Sing
2020-09-16
Dedup code in x509_verify_ctx_new_from_xsc().
Joel Sing
2020-09-15
set error_depth and current_cert to make more legacy callbacks that don't check
Bob Beck
2020-09-15
Deduplicate the time validation code between the legacy and new
Bob Beck
2020-09-15
ifdef out code that is no longer used in here. once we are certain
Bob Beck
2020-09-14
Set error if we are given an NULL ctx in x509_verify, and set error
Bob Beck
2020-09-14
nuke a stray space
Theo Buehler
2020-09-14
Fix potential leak when tmpext fails to be added to
Bob Beck
2020-09-14
remove unneeded variable "type".
Bob Beck
2020-09-14
Don't leak names on success
Bob Beck
2020-09-14
remove unneded variable "time1"
Bob Beck
2020-09-14
remove unneded variable "time"
Bob Beck
2020-09-14
fix bug introduced on review where refactor made it possible to
Bob Beck
2020-09-14
re-enable new x509 chain verifier as the default
Bob Beck
2020-09-14
Correctly fix double free introduced on review.
Bob Beck
2020-09-14
Fix double free - review moved the pop_free of roots to x509_verify_ctx_free
Bob Beck
2020-09-14
revert previous, need to fix a problem
Bob Beck
2020-09-14
Enable the use of the new x509 chain validator by default.
Bob Beck
2020-09-13
Add new x509 certificate chain validator in x509_verify.c
Bob Beck
2020-09-12
Change over to use the new x509 name constraints verification.
Bob Beck
2020-09-11
Add x509_constraints.c - a new implementation of x509 name constraints, with
Bob Beck
2020-09-11
Add issuer cache, to be used by upcoming changes to validation code.
Bob Beck
2020-06-05
Remove remaining error *_str_functs[]
Joel Sing
2020-06-05
One error file per directory is plenty.
Joel Sing
2020-06-04
Collapse the x509v3 directory into x509.
Joel Sing
2020-05-31
When building a chain look for non-expired certificates first.
Joel Sing
[next]