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:
6f68a52
)
Add a TLS1.3 TODO for setting of sig algs
author
Matt Caswell
<matt@openssl.org>
Fri, 30 Dec 2016 15:25:47 +0000
(15:25 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000
(23:02 +0000)
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 fb7821740e56cf01e93d08eb56800aae034b9307..4d755e4d56be811024fe9eb8d1c336a85d885618 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-1791,6
+1791,7
@@
int tls1_set_sigalgs_list(CERT *c, const char *str, int client)
return tls1_set_sigalgs(c, sig.sigalgs, sig.sigalgcnt, client);
}
+/* TODO(TLS1.3): Needs updating to allow setting of TLS1.3 sig algs */
int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, int client)
{
unsigned int *sigalgs, *sptr;