summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-12-30 15:25:47 +0000
committerMatt Caswell <matt@openssl.org>2017-01-10 23:02:50 +0000
commit710eb47fdd01e9955151868b07e135c563bf4b76 (patch)
tree6a2fb5aa0c683e621091adaf37ddaa8d3e7f5d25 /ssl
parent6f68a52ebf39ad854e277cd6d7bae3cb32ab7049 (diff)
Add a TLS1.3 TODO for setting of sig algs
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2157)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/t1_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index fb7821740e..4d755e4d56 100644
--- 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;