mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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)
This commit is contained in:
parent
6f68a52ebf
commit
710eb47fdd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user