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
Age
Commit message (
Expand
)
Author
2021-02-18
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
Theo Buehler
2021-02-12
Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@
Stuart Henderson
2021-02-11
KNF
Theo Buehler
2021-02-03
Add OID for draft-ietf-opsawg-finding-geofeeds
job
2021-02-02
Add a bunch of RPKI OIDs
job
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
2021-01-05
double word fix; from martin vahlensieck
Jason McIntyre
2020-12-16
Remove two reduntat memset calls.
Theo Buehler
2020-12-16
Avoid potential use of uninitialized in ASN1_time_parse
Theo Buehler
2020-12-16
Fix some KNF issues
Theo Buehler
2020-12-08
LibreSSL 3.3.1
Brent Cook
2020-12-08
Fix a NULL dereference in GENERAL_NAME_cmp()
Theo Buehler
2020-12-04
Move point-on-curve check to set_affine_coordinates
Theo Buehler
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Jason McIntyre
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-18
bump to 3.3.0
Brent Cook
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-11
Update getentropy on Windows to use Cryptography Next Generation (CNG).
Brent Cook
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-11-02
typo: ASN1_parse_time -> ASN1_time_parse
Theo Buehler
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-10-21
Stop documenting some functions as macros.
Theo Buehler
2020-10-12
make fixed-sized fixed-value mib[] arrays be const
Theo de Raadt
2020-10-09
Fix leak or double free with OCSP_request_add0_id()
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-25
bump to LibreSSL 3.2.2 ahead of lock
Brent Cook
2020-09-25
KNF for a few comments and indent a label
Theo Buehler
2020-09-25
Remove some dangling elses for consistency with the rest of the file
Theo Buehler
2020-09-25
Simplify UI_new_method()
Theo Buehler
2020-09-25
Move variable declaration to the top of UI_set_result and ditch
Theo Buehler
2020-09-25
The default branch of a switch somehow got moved inside of a pointless
Theo Buehler
2020-09-25
Simplify call to ERR_print_errors_cb()
Theo Buehler
2020-09-24
Error out if ok_chars and cancel_chars overlap
Theo Buehler
2020-09-24
Fix a number of leaks in the UI_dup_* functions
Theo Buehler
[next]