summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-10 13:45:24 +0000
committerMatt Caswell <matt@openssl.org>2017-01-10 23:02:51 +0000
commit42ab22300074eeaf1283ccb983ae0b3830758293 (patch)
treeb17859006ed3888132ef767d97a53c9d4b43c75d
parent0cc092f8a3bcfd437de76f88b3e4a8c5eca136cc (diff)
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)
-rw-r--r--ssl/t1_lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 7878538444..7b10d108f4 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -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