projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc092f
)
Add some missing sigalgs
author
Matt Caswell
<matt@openssl.org>
Tue, 10 Jan 2017 13:45:24 +0000
(13:45 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 10 Jan 2017 23:02:51 +0000
(23:02 +0000)
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)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 7878538444d76d2de8f0a21f807d524c772e6d8e..7b10d108f4bee33eb0cc06f2338ffc52cdb49bd8 100644
(file)
--- 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