Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dssl.h741 unsigned int disable_renegotiation : 1; /*!< disable renegotiation? */ member
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dssl_tls.c6110 conf->disable_renegotiation = renegotiation; in mbedtls_ssl_conf_renegotiation()
6486 ssl->conf->disable_renegotiation == MBEDTLS_SSL_RENEGOTIATION_DISABLED ) in ssl_check_ctr_renegotiate()
6623 if( ssl->conf->disable_renegotiation == MBEDTLS_SSL_RENEGOTIATION_DISABLED || in mbedtls_ssl_read()