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-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
Bump minors after symbol addition
Theo Buehler
2021-03-31
Expose various DTLSv1.2 specific functions and defines
Theo Buehler
2021-03-31
Provide missing prototype for d2i_DSAPrivateKey_fp(3)
Theo Buehler
2021-03-31
Document EVP_PKEY_new_CMAC_key(3)
Theo Buehler
2021-03-31
Provide EVP_PKEY_new_CMAC_key(3)
Theo Buehler
2021-03-29
Prepare documenting EVP_PKEY_new_CMAC_key(3)
Theo Buehler
2021-03-29
Prepare to provide EVP_PKEY_new_CMAC_key()
Theo Buehler
2021-03-25
Avoid mangled output in BIO_debug_callback
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-03-12
spelling: refenece -> reference
Jason McIntyre
2021-03-12
spelling
Jonathan Gray
2021-03-07
LibreSSL 3.3.2
Brent Cook
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-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
[next]