mbedTLS
mbedtls_ssl_handshake_params::sni_ca_crl
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_handshake_params::sni_ca_crl
mbedtls_ssl_handshake_params::sni_ca_crl field
trusted CAs CRLs from SNI
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:831
mbedtls_x509_crl
*
sni_ca_crl
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_crl
*
sni_ca_crl
;
/*!< trusted CAs CRLs from SNI */
ssl_misc.h:831
ssl
->
handshake
->
sni_ca_crl
=
ca_crl
;
ssl_tls.c:1919
mbedtls_ssl_set_hs_ca_chain()
ca_crl
=
ssl
->
handshake
->
sni_ca_crl
;
ssl_tls.c:9836
mbedtls_ssl_verify_certificate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::sni_ca_crl
is written by 1 function and is read by 1 function:
mbedtls_ssl_set_hs_ca_chain()
All items filtered out
mbedtls_ssl_handshake_params::sni_ca_crl
mbedtls_ssl_verify_certificate()
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