esp_idf_svc::sys

Function mbedtls_x509_crl_info

Source
pub unsafe extern "C" fn mbedtls_x509_crl_info(
    buf: *mut u8,
    size: usize,
    prefix: *const u8,
    crl: *const mbedtls_x509_crl,
) -> i32
Expand description

\brief Returns an informational string about the CRL.

\param buf Buffer to write to \param size Maximum size of buffer \param prefix A line prefix \param crl The X509 CRL to represent

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