mbedtls_x509_crt_parse_file() is only used within mbedTLS.
 
Symbols
loading (3/5)...
Files
mbedTLS
esp_crt_bundle
mbedtls
3rdparty
include
mbedtls
psa
library
port
ESP-IDF
FreeRTOS
cJSON
lwIP
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

0 if all certificates parsed successfully, a positive number if partly successful or a specific X509 or PEM error code

Notes

If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto subsystem must have been initialized by calling psa_crypto_init() before calling this function.

References