Searched refs:legacy_version (Results 1 – 6 of 6) sorted by relevance
23 client in the legacy_version field of the ClientHello when initiating the
1459 if (!PACKET_get_net_2(pkt, &clienthello->legacy_version)) { in tls_process_client_hello()1652 if (clienthello->legacy_version == SSL2_VERSION in tls_early_post_process_client_hello()1653 || (clienthello->legacy_version & 0xff00) in tls_early_post_process_client_hello()1665 s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()1674 DTLS_VERSION_LT((int)clienthello->legacy_version, s->version)) { in tls_early_post_process_client_hello()1683 s->version = s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()
1760 int client_version = hello->legacy_version; in ssl_choose_server_version()
582 // legacy_version = false (the default) uses (margin - d)^2 as proposed in the584 // legacy_version = true uses (margin - d^2). This is kept to support /586 optional bool legacy_version = 2 [default = false]; field
674 unsigned int legacy_version; member
5128 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()