mbedTLS
MBEDTLS_SSL_SECURE_RENEGOTIATION
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_SSL_SECURE_RENEGOTIATION
MBEDTLS_SSL_SECURE_RENEGOTIATION macro
Syntax
Show:
Summary
Declaration
from
ssl.h:302
#define
MBEDTLS_SSL_SECURE_RENEGOTIATION
1
Examples
References
from
examples
Code
Location
#define
MBEDTLS_SSL_SECURE_RENEGOTIATION
1
ssl.h:302
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_tls12_client.c:650
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_SECURE_RENEGOTIATION
&&
ssl_tls12_client.c:1633
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_tls12_server.c:133
ssl
->
secure_renegotiation
=
MBEDTLS_SSL_SECURE_RENEGOTIATION
;
ssl_tls12_server.c:1542
if
(
ssl
->
secure_renegotiation
!=
MBEDTLS_SSL_SECURE_RENEGOTIATION
&&
ssl_tls12_server.c:1550
ssl
->
secure_renegotiation
==
MBEDTLS_SSL_SECURE_RENEGOTIATION
&&
ssl_tls12_server.c:1557
if
(
ssl
->
secure_renegotiation
!=
MBEDTLS_SSL_SECURE_RENEGOTIATION
)
{
ssl_tls12_server.c:1834
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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