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
/
libssl
/
ssl_sigalgs.c
Age
Commit message (
Expand
)
Author
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2021-03-10
Improve internal version handling.
Joel Sing
2020-10-11
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
Philip Guenther
2020-05-09
Forcibly ensure that only PSS may be used with RSA in TLS 1.3.
Bob Beck
2019-04-01
Correct subtle bug in sigalgs, only care about curve_nid if we are
Bob Beck
2019-03-25
Strip out all of the pkey to sigalg and sigalg to pkey linkages.
Joel Sing
2019-03-25
Defer sigalgs selection until the certificate is known.
Joel Sing
2019-03-19
Avoid an internal 2 byte overread in ssl_sigalgs().
Joel Sing
2019-01-24
Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
Bob Beck
2019-01-23
Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1
Bob Beck
2019-01-23
Modify sigalgs extension processing to accomodate TLS 1.3.
Bob Beck
2019-01-23
revert previous, accidentally contained another diff in addition
Bob Beck
2019-01-23
Modify sigalgs extension processing for TLS 1.3.
Bob Beck
2018-11-16
Unbreak legacy ciphers for prior to 1.1 by setting having a legacy
Bob Beck
2018-11-14
In TLS1.2 we use evp_sha1 if we fall back this far, not evp_md5_sha1 as in 1.1
Bob Beck
2018-11-13
Temporary workaround for breakage seen in www.videolan.org with curve mismatch
Bob Beck
2018-11-13
Fix pkey_ok to be less strange, and add cuve checks required for the EC ones
Bob Beck
2018-11-11
Add check function to verify that pkey is usable with a sigalg.
Bob Beck
2018-11-11
Convert signatures and verifcation to use the EVP_DigestXXX api
Bob Beck
2018-11-10
Remove dead code
Bob Beck
2018-11-10
Stop keeping track of sigalgs by guessing it from digest and pkey,
Bob Beck
2018-11-09
Ensure we only choose sigalgs from our prefernce list, not the whole list
Bob Beck
2018-11-09
Add the ability to have a separate priority list for sigalgs.
Bob Beck
2018-11-09
Reimplement the sigalgs processing code into a new implementation
Bob Beck