mbedtls_x509_crl_parse_der() function
Parse a DER-encoded CRL and append it to the chained list
Arguments
chain
points to the start of the chain
buf
buffer holding the CRL data in 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
If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto subsystem must have been initialized by calling psa_crypto_init() before calling this function.
![]()
if ((ret = mbedtls_x509_crl_parse_der(chain,
mbedtls_x509_crl_parse_der() is called by 1 function and calls 13 functions:
![]()
mbedtls_x509_crl_parse_der()
mbedtls_x509_crl_parse_der() reads 8 variables and writes 4 variables:
![]()
mbedtls_x509_crl_parse_der()