mbedtls_x509_crl_parse() function
Parse one or more CRLs and append them to the chained list
Arguments
chain
points to the start of the chain
buf
buffer holding the CRL data in PEM or DER format
buflen
size of the buffer (including the terminating null byte for PEM data)
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.
![]()
ret = mbedtls_x509_crl_parse(chain, buf, n);
mbedtls_x509_crl_parse() is called by 1 function and calls 4 functions:
![]()
mbedtls_x509_crl_parse()
mbedtls_x509_crl_parse() reads 2 variables:
![]()
mbedtls_x509_crl_parse()