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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_context::secure_renegotiation
mbedtls_ssl_context::secure_renegotiation field
Syntax
Show:
Summary
Declaration
from
ssl.h:1914
int
MBEDTLS_PRIVATE
(
secure_renegotiation
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
secure_renegotiation
)
;
/*!< does peer support legacy or
ssl.h:1914
(
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_LEGACY_RENEGOTIATION
&&
ssl_msg.c:5677
ssl_tls12_handle_hs_message_post_handshake()
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_LEGACY_RENEGOTIATION
;
ssl_tls.c:1559
mbedtls_ssl_session_reset_int()
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_tls12_client.c:650
ssl_parse_renegotiation_info()
if
(
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_LEGACY_RENEGOTIATION
&&
ssl_tls12_client.c:1624
ssl_parse_server_hello()
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_SECURE_RENEGOTIATION
&&
ssl_tls12_client.c:1633
ssl_parse_server_hello()
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_LEGACY_RENEGOTIATION
&&
ssl_tls12_client.c:1639
ssl_parse_server_hello()
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_LEGACY_RENEGOTIATION
&&
ssl_tls12_client.c:1645
ssl_parse_server_hello()
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_tls12_server.c:133
ssl_parse_renegotiation_info()
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_tls12_server.c:1542
ssl_parse_client_hello()
if
(
ssl
->
secure_renegotiation
!=
MBEDTLS_SSL_SECURE_RENEGOTIATION
&&
ssl_tls12_server.c:1550
ssl_parse_client_hello()
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_SECURE_RENEGOTIATION
&&
ssl_tls12_server.c:1557
ssl_parse_client_hello()
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_LEGACY_RENEGOTIATION
&&
ssl_tls12_server.c:1562
ssl_parse_client_hello()
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_LEGACY_RENEGOTIATION
&&
ssl_tls12_server.c:1567
ssl_parse_client_hello()
if
(
ssl
->
secure_renegotiation
!=
MBEDTLS_SSL_SECURE_RENEGOTIATION
)
{
ssl_tls12_server.c:1834
ssl_write_renegotiation_ext()
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 4 functions:
mbedtls_ssl_session_reset_int()
ssl_parse_renegotiation_info()
ssl_parse_renegotiation_info()
ssl_parse_client_hello()
All items filtered out
mbedtls_ssl_context::secure_renegotiation
ssl_tls12_handle_hs_message_post_handshake()
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