Searched refs:legacy_version (Results 1 – 5 of 5) sorted by relevance
23 client in the legacy_version field of the ClientHello when initiating the
1447 if (!PACKET_get_net_2(pkt, &clienthello->legacy_version)) { in tls_process_client_hello() 1626 if (clienthello->legacy_version == SSL2_VERSION in tls_early_post_process_client_hello() 1627 || (clienthello->legacy_version & 0xff00) in tls_early_post_process_client_hello() 1637 s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello() 1646 DTLS_VERSION_LT((int)clienthello->legacy_version, s->version)) { in tls_early_post_process_client_hello() 1655 s->version = s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()
1764 int client_version = hello->legacy_version; in ssl_choose_server_version()
726 unsigned int legacy_version; member
5407 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()