Searched refs:new_session (Results 1 – 7 of 7) sorted by relevance
1492 s->new_session = 1; in tls_process_client_hello()1865 (s->new_session && in tls_early_post_process_client_hello()
292 if (!s->new_session && s->session != NULL in tls_construct_ctos_session_ticket()
1456 s->new_session = 0; in tls_finish_handshake()
1260 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello()
1253 int new_session; member
2859 sc->new_session = 1; in SSL_renegotiate()2874 sc->new_session = 0; in SSL_renegotiate_abbreviated()
16049 To avoid this problem, we now set s->new_session to 2 instead of
Completed in 98 milliseconds