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

mbedtls_x509_crl_info() function

Returns an informational string about the CRL.

Syntax

int mbedtls_x509_crl_info( char *buf,     size_t size,     const char *prefix,     const mbedtls_x509_crl *crl );

Arguments

buf

Buffer to write to

size

Maximum size of buffer

prefix

A line prefix

crl

The X509 CRL to represent

Return value

The length of the string written (not including the terminated nul byte), or a negative error code.

References

LocationText
x509_crl.h:150
int mbedtls_x509_crl_info( char *buf, size_t size, const char *prefix,