Function esp_idf_hal::sys::mbedtls_x509_crt_is_revoked

source ยท
pub unsafe extern "C" fn mbedtls_x509_crt_is_revoked(
    crt: *const mbedtls_x509_crt,
    crl: *const mbedtls_x509_crl,
) -> i32
Expand description

\brief Verify the certificate revocation status

\param crt a certificate to be verified \param crl the CRL to verify against

\return 1 if the certificate is revoked, 0 otherwise