Home
last modified time | relevance | path

Searched refs:secure_renegotiation (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/kssl/
H A Dksslrec.c561 ssl->secure_renegotiation = B_TRUE; in kssl_handle_client_hello()
568 if (suite_found && ssl->secure_renegotiation) in kssl_handle_client_hello()
596 ssl->secure_renegotiation = B_TRUE; in kssl_handle_client_hello()
606 (ssl->secure_renegotiation || (i > 0))) in kssl_handle_client_hello()
760 ssl->secure_renegotiation = B_TRUE; in kssl_handle_client_hello()
985 if (ssl->secure_renegotiation) in kssl_send_server_hello()
1029 if (ssl->secure_renegotiation) { in kssl_send_server_hello()
1372 if (ssl->secure_renegotiation) in kssl_send_certificate_and_server_hello_done()
1632 if (ssl->secure_renegotiation) in kssl_send_finished()
2164 ssl->secure_renegotiation = B_TRUE; in kssl_handle_v2client_hello()
[all …]
H A Dksslproto.h323 boolean_t secure_renegotiation; member