pub unsafe extern "C" fn mbedtls_ssl_conf_cert_profile(
    conf: *mut mbedtls_ssl_config,
    profile: *const mbedtls_x509_crt_profile
)
Expand description

\brief Set the X.509 security profile used for verification

\note The restrictions are enforced for all certificates in the chain. However, signatures in the handshake are not covered by this setting but by \b mbedtls_ssl_conf_sig_hashes().

\param conf SSL configuration \param profile Profile to use