Searched refs:protverr (Results 1 – 2 of 2) sorted by relevance
1168 int i, protverr; in tls_construct_client_hello() local1177 protverr = ssl_set_client_hello_version(s); in tls_construct_client_hello()1178 if (protverr != 0) { in tls_construct_client_hello()1179 SSLfatal(s, SSL_AD_INTERNAL_ERROR, protverr); in tls_construct_client_hello()
1687 int protverr; in tls_early_post_process_client_hello() local1738 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello()1740 if (protverr) { in tls_early_post_process_client_hello()1745 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, protverr); in tls_early_post_process_client_hello()
Completed in 30 milliseconds