mbedtls_x509_crl_parse_der() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_x509_crl_parse_der() function

Parse a DER-encoded CRL and append it to the chained list

Syntax

int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,     const unsigned char *buf,     size_t buflen );

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

References

LocationText
x509_crl.h:109
int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,