From 710eb47fdd01e9955151868b07e135c563bf4b76 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 30 Dec 2016 15:25:47 +0000 Subject: [PATCH] Add a TLS1.3 TODO for setting of sig algs Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2157) --- ssl/t1_lib.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1