Function esp_idf_sys::esp_crt_bundle_in_use

source ·
pub unsafe extern "C" fn esp_crt_bundle_in_use(
    ca_chain: *const mbedtls_x509_crt,
) -> bool
Expand description

@brief Check if the given CA certificate chain is the default “dummy” certificate chain attached by the esp_crt_bundle

@param ca_chain A pointer to the CA chain. @return true if the ca_chain is the dummy CA chain attached by esp_crt_bundle @return false otherwise