Home
last modified time | relevance | path

Searched refs:isv2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1538 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer); in tls_process_client_hello()
1541 if (clienthello->isv2) { in tls_process_client_hello()
1583 if (clienthello->isv2) { in tls_process_client_hello()
1757 if (clienthello->isv2) { in tls_early_post_process_client_hello()
1818 clienthello->isv2) in tls_early_post_process_client_hello()
1820 &scsvs, clienthello->isv2, 1)) { in tls_early_post_process_client_hello()
1898 …if (clienthello->isv2 || (s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTI… in tls_early_post_process_client_hello()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h642 unsigned int isv2; member
H A Dssl_lib.c6737 return sc->clienthello->isv2; in SSL_client_hello_isv2()