mirror of
https://github.com/openssl/openssl.git
synced 2024-12-18 06:23:58 +08:00
Add some missing sigalgs
The SHA1 sigalgs were inadvertently missed off in the sigalgs refactor. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2157)
This commit is contained in:
parent
0cc092f8a3
commit
42ab223000
@ -735,6 +735,10 @@ static const unsigned int tls12_sigalgs[] = {
|
||||
TLSEXT_SIGALG_rsa_pkcs1_sha384,
|
||||
TLSEXT_SIGALG_rsa_pkcs1_sha512,
|
||||
|
||||
TLSEXT_SIGALG_ecdsa_sha1,
|
||||
TLSEXT_SIGALG_rsa_pkcs1_sha1,
|
||||
TLSEXT_SIGALG_dsa_sha1,
|
||||
|
||||
TLSEXT_SIGALG_dsa_sha256,
|
||||
TLSEXT_SIGALG_dsa_sha384,
|
||||
TLSEXT_SIGALG_dsa_sha512
|
||||
|
Loading…
Reference in New Issue
Block a user