mbedTLS
mbedtls_ssl_handshake_params::cli_exts
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_handshake_params::cli_exts
mbedtls_ssl_handshake_params::cli_exts field
client extension presence
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:645
uint8_t
cli_exts
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
cli_exts
;
/*!< client extension presence*/
ssl_misc.h:645
ssl
->
handshake
->
cli_exts
|=
MBEDTLS_TLS_EXT_ECJPAKE_KKPP_OK
;
ssl_tls12_server.c:332
ssl_parse_ecjpake_kkpp()
(
ssl
->
handshake
->
cli_exts
&
MBEDTLS_TLS_EXT_ECJPAKE_KKPP_OK
)
==
0
)
{
ssl_tls12_server.c:823
ssl_ciphersuite_match()
ssl
->
handshake
->
cli_exts
|=
MBEDTLS_TLS_EXT_SUPPORTED_POINT_FORMATS_PRESENT
;
ssl_tls12_server.c:1389
ssl_parse_client_hello()
if
(
(
ssl
->
handshake
->
cli_exts
&
ssl_tls12_server.c:1901
ssl_write_supported_point_formats_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::cli_exts
is written by 2 functions and is read by 4 functions:
ssl_parse_ecjpake_kkpp()
ssl_parse_client_hello()
All items filtered out
mbedtls_ssl_handshake_params::cli_exts
ssl_parse_ecjpake_kkpp()
ssl_ciphersuite_match()
ssl_parse_client_hello()
ssl_write_supported_point_formats_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