Commit 710eb47f authored by Matt Caswell's avatar Matt Caswell
Browse files

Add a TLS1.3 TODO for setting of sig algs

parent 6f68a52e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;