mbedTLS
esp_crt_verify_callback()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
esp_crt_verify_callback()
esp_crt_verify_callback() function
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:216
int
esp_crt_verify_callback
(
void
*
buf
,
mbedtls_x509_crt
*
const
crt
,
const
int
depth
,
uint32_t
*
const
flags
)
;
Arguments
Argument
Declared as
buf
void
*
crt
mbedtls_x509_crt
*
const
depth
const
int
flags
uint32_t
*
const
Examples
References
from
examples
Code
Location
Referrer
int
esp_crt_verify_callback
(
void
*
buf
,
mbedtls_x509_crt
*
const
crt
,
const
int
depth
,
uint32_t
*
const
flags
)
esp_crt_bundle.c:216
mbedtls_ssl_conf_verify
(
ssl_conf
,
esp_crt_verify_callback
,
NULL
)
;
esp_crt_bundle.c:353
esp_crt_bundle_attach()
Call Tree
from
examples
esp_crt_verify_callback()
calls 11 functions:
All items filtered out
esp_crt_verify_callback()
esp_log_timestamp()
esp_log_write()
esp_crt_find_cert()
esp_crt_get_key_len()
esp_crt_get_key()
esp_crt_get_certcount()
esp_crt_check_signature()
malloc()
free()
esp_crt_get_name_len()
esp_crt_get_name()
All items filtered out
Data Use
from
examples
esp_crt_verify_callback()
reads 10 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
mbedtls_x509_crt::issuer_raw
mbedtls_asn1_buf::len
mbedtls_asn1_buf::p
TAG
s_crt_bundle
All items filtered out
esp_crt_verify_callback()
esp_crt_bundle_attach()
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