Searched refs:ver_max (Results 1 – 1 of 1) sorted by relevance
93 int ver_min, ver_max, ok; in tls_setup_handshake() local114 if (DTLS_VERSION_LE(ver_max, DTLS1_VERSION)) in tls_setup_handshake()117 if (ver_max <= TLS1_1_VERSION) in tls_setup_handshake()163 } else if (ver_max >= c->min_tls && ver_max <= c->max_tls) { in tls_setup_handshake()1896 int ret, ver_min, ver_max, real_max, origv; in ssl_choose_client_version() local1959 real_max = ver_max; in ssl_choose_client_version()2130 int ver_min, ver_max, ret; in ssl_set_client_hello_version() local2144 s->version = ver_max; in ssl_set_client_hello_version()2147 if (!SSL_IS_DTLS(s) && ver_max > TLS1_2_VERSION) in ssl_set_client_hello_version()2148 ver_max = TLS1_2_VERSION; in ssl_set_client_hello_version()[all …]
Completed in 6 milliseconds