mbedtls_x509_crt_verify_info() function
Returns an informational string about the verification status of a certificate.
Syntax
int mbedtls_x509_crt_verify_info( char *buf,
size_t size,
const char *prefix,
uint32_t flags );
Arguments
size
Maximum size of buffer
flags
Verification flags created by mbedtls_x509_crt_verify()
Return value
The length of the string written (not including the terminated nul byte), or a negative error code.
Examples
mbedtls_x509_crt_verify_info() is referenced by 3 libraries and example projects: