mbedTLS
mbedtls_ssl_config::allow_legacy_renegotiation
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_config::allow_legacy_renegotiation
mbedtls_ssl_config::allow_legacy_renegotiation field
Syntax
Show:
Summary
Declaration
from
ssl.h:1430
uint8_t
MBEDTLS_PRIVATE
(
allow_legacy_renegotiation
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
MBEDTLS_PRIVATE
(
allow_legacy_renegotiation
)
;
/*!< MBEDTLS_LEGACY_XXX */
ssl.h:1430
ssl
->
conf
->
allow_legacy_renegotiation
==
ssl_msg.c:5678
ssl_tls12_handle_hs_message_post_handshake()
conf
->
allow_legacy_renegotiation
=
allow_legacy
;
ssl_tls.c:2966
mbedtls_ssl_conf_legacy_renegotiation()
ssl
->
conf
->
allow_legacy_renegotiation
==
ssl_tls12_client.c:1625
ssl_parse_server_hello()
ssl
->
conf
->
allow_legacy_renegotiation
==
ssl_tls12_client.c:1640
ssl_parse_server_hello()
ssl
->
conf
->
allow_legacy_renegotiation
==
MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE
)
{
ssl_tls12_server.c:1551
ssl_parse_client_hello()
ssl
->
conf
->
allow_legacy_renegotiation
==
MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION
)
{
ssl_tls12_server.c:1563
ssl_parse_client_hello()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::allow_legacy_renegotiation
is written by 1 function and is read by 3 functions:
mbedtls_ssl_conf_legacy_renegotiation()
All items filtered out
mbedtls_ssl_config::allow_legacy_renegotiation
ssl_tls12_handle_hs_message_post_handshake()
ssl_parse_server_hello()
ssl_parse_client_hello()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out