Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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()
Dssl_tls12_server.c915 int renegotiating; in ssl_parse_client_hello() local
928 renegotiating = 0; in ssl_parse_client_hello()
930 renegotiating = (ssl->renego_status != MBEDTLS_SSL_INITIAL_HANDSHAKE); in ssl_parse_client_hello()
932 if (!renegotiating && !ssl->keep_current_message) { in ssl_parse_client_hello()
/mbedtls-latest/
DChangeLog3905 * Parse signature algorithm extension when renegotiating. Previously,