Home
last modified time | relevance | path

Searched refs:supported_sig_algs (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/statem/
H A Dextensions_srvr.c283 PACKET supported_sig_algs; in tls_parse_ctos_sig_algs_cert() local
285 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs_cert()
286 || PACKET_remaining(&supported_sig_algs) == 0) { in tls_parse_ctos_sig_algs_cert()
291 if (!s->hit && !tls1_save_sigalgs(s, &supported_sig_algs, 1)) { in tls_parse_ctos_sig_algs_cert()
302 PACKET supported_sig_algs; in tls_parse_ctos_sig_algs() local
304 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs()
305 || PACKET_remaining(&supported_sig_algs) == 0) { in tls_parse_ctos_sig_algs()
310 if (!s->hit && !tls1_save_sigalgs(s, &supported_sig_algs, 0)) { in tls_parse_ctos_sig_algs()

Completed in 7 milliseconds