Home
last modified time | relevance | path

Searched refs:renegotiating (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_client.c382 int renegotiating = 0; in ssl_write_client_hello_cipher_suites() local
384 renegotiating = (ssl->renego_status != MBEDTLS_SSL_INITIAL_HANDSHAKE); in ssl_write_client_hello_cipher_suites()
386 if (!renegotiating) { in ssl_write_client_hello_cipher_suites()
830 int renegotiating = 0; in ssl_prepare_client_hello() local
833 renegotiating = 1; in ssl_prepare_client_hello()
836 if (!renegotiating) { in ssl_prepare_client_hello()
H A Dssl_tls12_server.c495 MBEDTLS_SSL_DEBUG_MSG(3, ("ticket rejected: renegotiating")); in ssl_parse_session_ticket_ext()
913 int renegotiating; in ssl_parse_client_hello() local
919 * If renegotiating, then the input was read with mbedtls_ssl_read_record(), in ssl_parse_client_hello()
926 renegotiating = 0; in ssl_parse_client_hello()
928 renegotiating = (ssl->renego_status != MBEDTLS_SSL_INITIAL_HANDSHAKE); in ssl_parse_client_hello()
930 if (!renegotiating && !ssl->keep_current_message) { in ssl_parse_client_hello()
/third_party/node/test/parallel/
H A Dtest-tls-server-verify.js262 // If renegotiating - session might be resumed and openssl won't request
282 console.error(`${prefix}- connected, renegotiating`);

Completed in 12 milliseconds