mbedTLS
mbedtls_ssl_context::secure_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_context::secure_renegotiation
mbedtls_ssl_context::secure_renegotiation field
does peer support legacy or secure renegotiation
Syntax
Show:
Summary
Declaration
from
ssl.h:1172
int
secure_renegotiation
;
Examples
References
from
examples
Code
Location
Referrer
int
secure_renegotiation
;
/*!< does peer support legacy or
ssl.h:1172
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_cli.c:1143
ssl_parse_renegotiation_info()
if
(
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_LEGACY_RENEGOTIATION
&&
ssl_cli.c:1941
ssl_parse_server_hello()
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_srv.c:182
ssl_parse_renegotiation_info()
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_srv.c:1907
ssl_parse_client_hello()
if
(
ssl
->
secure_renegotiation
!=
MBEDTLS_SSL_SECURE_RENEGOTIATION
&&
ssl_srv.c:1915
ssl_parse_client_hello()
if
(
ssl
->
secure_renegotiation
!=
MBEDTLS_SSL_SECURE_RENEGOTIATION
)
ssl_srv.c:2164
ssl_write_renegotiation_ext()
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_LEGACY_RENEGOTIATION
;
ssl_tls.c:6959
ssl_session_reset_int()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::secure_renegotiation
is written by 4 functions and is read by 3 functions:
ssl_parse_renegotiation_info()
ssl_parse_renegotiation_info()
ssl_parse_client_hello()
ssl_session_reset_int()
All items filtered out
mbedtls_ssl_context::secure_renegotiation
ssl_parse_server_hello()
ssl_parse_client_hello()
ssl_write_renegotiation_ext()
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