mbedtls_ssl_config::allow_legacy_renegotiation is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_ssl_config::allow_legacy_renegotiation

mbedtls_ssl_config::allow_legacy_renegotiation field

MBEDTLS_LEGACY_XXX

Syntax

unsigned int allow_legacy_renegotiation : 2;

References

LocationReferrerText
ssl.h:984
unsigned int allow_legacy_renegotiation : 2 ; /*!< MBEDTLS_LEGACY_XXX */
ssl_cli.c:1942ssl_parse_server_hello()
ssl->conf->allow_legacy_renegotiation == MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE )
ssl_srv.c:1916ssl_parse_client_hello()
ssl->conf->allow_legacy_renegotiation == MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE )
ssl_tls.c:7673mbedtls_ssl_conf_legacy_renegotiation()
conf->allow_legacy_renegotiation = allow_legacy;

Data Use

Functions writing mbedtls_ssl_config::allow_legacy_renegotiation
Functions reading mbedtls_ssl_config::allow_legacy_renegotiation
mbedtls_ssl_config::allow_legacy_renegotiation