mbedtls_x509_crl_parse_file() function
Load one or more CRLs and append them to the chained list
Arguments
chain
points to the start of the chain
path
filename to read the CRLs from (in PEM or DER encoding)
Return value
0 if successful, or a specific X509 or PEM error code
Notes
Multiple CRLs are accepted only if using PEM format If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto subsystem must have been initialized by calling psa_crypto_init() before calling this function.
mbedtls_x509_crl_parse_file() calls 3 functions:
![]()
mbedtls_x509_crl_parse_file()
mbedtls_x509_crl_parse_file():
![]()
mbedtls_x509_crl_parse_file()