Searched refs:tls_choose_sigalg (Results 1 – 4 of 4) sorted by relevance
2847 int tls_choose_sigalg(SSL_CONNECTION *s, int fatalerrs);
3897 int tls_choose_sigalg(SSL_CONNECTION *s, int fatalerrs) in tls_choose_sigalg() function
3658 if (!tls_choose_sigalg(s, 0) || s->s3.tmp.sigalg == NULL) in ssl3_check_client_certificate()
2321 if (!tls_choose_sigalg(s, 1)) { in tls_post_process_client_hello()
Completed in 42 milliseconds