Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dssl.h721 unsigned int allow_legacy_renegotiation : 2 ; /*!< MBEDTLS_LEGACY_XXX */ member
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dssl_srv.c1051 ssl->conf->allow_legacy_renegotiation == MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE )
1753 ssl->conf->allow_legacy_renegotiation == MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE )
1768 ssl->conf->allow_legacy_renegotiation == MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION )
Dssl_cli.c1822 ssl->conf->allow_legacy_renegotiation == MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE )
1837 ssl->conf->allow_legacy_renegotiation == MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION )
Dssl_tls.c6104 conf->allow_legacy_renegotiation = allow_legacy; in mbedtls_ssl_conf_legacy_renegotiation()
6625 ssl->conf->allow_legacy_renegotiation == in mbedtls_ssl_read()