Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_lib.c141 int ver_min, ver_max, ok; in tls_setup_handshake() local
2301 int ret, ver_min, ver_max, real_max, origv; in ssl_choose_client_version() local
2357 || ssl_version_cmp(s, s->version, ver_max) > 0) { in ssl_choose_client_version()
2364 real_max = ver_max; in ssl_choose_client_version()
2537 int ver_min, ver_max, ret; in ssl_set_client_hello_version() local
2551 s->version = ver_max; in ssl_set_client_hello_version()
2554 if (ver_max == DTLS1_BAD_VER) { in ssl_set_client_hello_version()
2562 if (!ssl_set_record_protocol_version(s, ver_max)) in ssl_set_client_hello_version()
2565 } else if (ver_max > TLS1_2_VERSION) { in ssl_set_client_hello_version()
2567 ver_max = TLS1_2_VERSION; in ssl_set_client_hello_version()
[all …]

Completed in 47 milliseconds