Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dssl_srv.c181 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
971 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION;
1050 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION &&
1744 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION;
1752 if( ssl->secure_renegotiation != MBEDTLS_SSL_SECURE_RENEGOTIATION &&
1760 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION &&
1767 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION &&
1774 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION &&
1981 if( ssl->secure_renegotiation != MBEDTLS_SSL_SECURE_RENEGOTIATION )
Dssl_cli.c1092 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION;
1821 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION &&
1829 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION &&
1836 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION &&
1843 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION &&
Dssl_tls.c5474 ssl->secure_renegotiation = MBEDTLS_SSL_LEGACY_RENEGOTIATION; in ssl_session_reset_int()
6624 ( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in mbedtls_ssl_read()
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dssl.h892 int secure_renegotiation; /*!< does peer support legacy or member