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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_config::allow_legacy_renegotiation
mbedtls_ssl_config::allow_legacy_renegotiation field
MBEDTLS_LEGACY_XXX
Syntax
Show:
Summary
Declaration
from
ssl.h:984
unsigned
int
allow_legacy_renegotiation
:
2
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
allow_legacy_renegotiation
:
2
;
/*!< MBEDTLS_LEGACY_XXX */
ssl.h:984
ssl
->
conf
->
allow_legacy_renegotiation
==
MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE
)
ssl_cli.c:1942
ssl_parse_server_hello()
ssl
->
conf
->
allow_legacy_renegotiation
==
MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE
)
ssl_srv.c:1916
ssl_parse_client_hello()
conf
->
allow_legacy_renegotiation
=
allow_legacy
;
ssl_tls.c:7673
mbedtls_ssl_conf_legacy_renegotiation()
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 2 functions:
mbedtls_ssl_conf_legacy_renegotiation()
All items filtered out
mbedtls_ssl_config::allow_legacy_renegotiation
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