Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_get_version.pod25 protocol version advertised by the client in the legacy_version field of the
H A DSSL_CTX_set_msg_callback.pod63 version/legacy_version field of the record header.
/openssl/ssl/statem/
H A Dstatem_srvr.c1543 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()
H A Dstatem_lib.c2154 int client_version = hello->legacy_version; in ssl_choose_server_version()
/openssl/ssl/
H A Dssl_local.h647 unsigned int legacy_version; member
H A Dssl_lib.c6666 return sc->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()

Completed in 73 milliseconds