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
2021-07-23
Similar to x509/x509_purp.c rev. 1.5:
Ingo Schwarze
2021-07-23
Delete some code from X509_PURPOSE_cleanup(3) that had no effect:
Ingo Schwarze
2021-07-12
Use the x509_verify_cert_cache_extensions fuction instead of manually
Bob Beck
2021-07-10
Add a bunch of workarond in the verifier to support partial chains and
Bob Beck
2021-04-28
Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new
Theo Buehler
2021-04-27
Relax SAN DNSname validation and constraints to permit non leading *
Bob Beck
2021-04-24
Enable the new verifier again so hopefully the remaining kinks get ironed
Theo Buehler
2021-04-15
Switch back to the legacy verifier for the release.
Theo Buehler
2021-04-05
Don't leak param->name in x509_verify_param_zero()
Theo Buehler
2021-03-31
Provide missing prototype for d2i_DSAPrivateKey_fp(3)
Theo Buehler
2021-03-19
Fix copy-paste error in previous
Theo Buehler
2021-03-13
Use EXFLAG_INVALID to handle out of memory and parse errors in
tobhe
2021-03-12
Zap a useless variable.
Theo Buehler
2021-03-12
Missing void in function definition
Theo Buehler
2021-03-12
Fix checks of memory caps of constraints names
Theo Buehler
2021-02-26
Set is_trusted in x509_verify_ctx_add_chain()
Theo Buehler
2021-02-25
Fix two bugs in the legacy verifier
Theo Buehler
2021-02-25
Rename depth to num_untrusted so it identifies what it actually represents.
Joel Sing
2021-02-25
Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.
Joel Sing
2021-02-24
Fix comment explaining last_untrusted. This should really be called
Theo Buehler
2021-02-24
Make the new validator check for EXFLAG_CRITICAL
Theo Buehler
2021-02-11
KNF
Theo Buehler
2021-01-09
Set chain on xsc on chain build failure.
Joel Sing
2021-01-09
Bail out early after finding an single chain if we are have been called from
Bob Beck
2021-01-08
search the intermediates only after searching the root certs, clarify
Bob Beck
2021-01-05
Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.
Joel Sing
2021-01-05
Gracefully handle root certificates being both trusted and untrusted.
Joel Sing
2020-12-16
Remove two reduntat memset calls.
Theo Buehler
2020-12-16
Fix some KNF issues
Theo Buehler
2020-12-08
Fix a NULL dereference in GENERAL_NAME_cmp()
Theo Buehler
2020-11-25
Avoid undefined behavior due to memcpy(NULL, NULL, 0)
Theo Buehler
2020-11-18
Plug leak in x509_verify_chain_dup()
Theo Buehler
2020-11-18
Plug a big memory leak in the new validator
Theo Buehler
2020-11-18
zap ugly empty line before closing brace
Theo Buehler
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
[next]