Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_version.pod23 client in the legacy_version field of the ClientHello when initiating the
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1447 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()
H A Dstatem_lib.c1764 int client_version = hello->legacy_version; in ssl_choose_server_version()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h726 unsigned int legacy_version; member
H A Dssl_lib.c5407 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()