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
Mutliple CRLs are accepted only if using PEM format