Searched refs:legacy_version (Results 1 – 6 of 6) sorted by relevance
25 protocol version advertised by the client in the legacy_version field of the
63 version/legacy_version field of the record header.
1543 if (!PACKET_get_net_2(pkt, &clienthello->legacy_version)) { in tls_process_client_hello()1724 if (clienthello->legacy_version == SSL2_VERSION in tls_early_post_process_client_hello()1725 || (clienthello->legacy_version & 0xff00) in tls_early_post_process_client_hello()1735 s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()1744 s->version = s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()
2154 int client_version = hello->legacy_version; in ssl_choose_server_version()
647 unsigned int legacy_version; member
6666 return sc->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()
Completed in 54 milliseconds