Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_srvr.c1601 int protverr; in tls_early_post_process_client_hello() local
1656 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello()
1659 protverr = SSL_R_VERSION_TOO_LOW; in tls_early_post_process_client_hello()
1661 protverr = 0; in tls_early_post_process_client_hello()
1664 if (protverr) { in tls_early_post_process_client_hello()
1669 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, protverr); in tls_early_post_process_client_hello()
1701 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello()
1702 if (protverr != 0) { in tls_early_post_process_client_hello()
1704 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, protverr); in tls_early_post_process_client_hello()
H A Dstatem_clnt.c1105 int i, protverr; in tls_construct_client_hello() local
1114 protverr = ssl_set_client_hello_version(s); in tls_construct_client_hello()
1115 if (protverr != 0) { in tls_construct_client_hello()
1116 SSLfatal(s, SSL_AD_INTERNAL_ERROR, protverr); in tls_construct_client_hello()

Completed in 23 milliseconds