Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1591 int protverr; in tls_early_post_process_client_hello() local
1644 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello()
1647 protverr = SSL_R_VERSION_TOO_LOW; in tls_early_post_process_client_hello()
1649 protverr = 0; in tls_early_post_process_client_hello()
1652 if (protverr) { in tls_early_post_process_client_hello()
1657 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, protverr); in tls_early_post_process_client_hello()
1688 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello()
1689 if (protverr != 0) { in tls_early_post_process_client_hello()
1691 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, protverr); in tls_early_post_process_client_hello()
H A Dstatem_clnt.c1097 int i, protverr; in tls_construct_client_hello() local
1105 protverr = ssl_set_client_hello_version(s); in tls_construct_client_hello()
1106 if (protverr != 0) { in tls_construct_client_hello()
1107 SSLfatal(s, SSL_AD_INTERNAL_ERROR, protverr); in tls_construct_client_hello()