pub unsafe extern "C" fn mbedtls_ssl_set_hs_dn_hints(
    ssl: *mut mbedtls_ssl_context,
    crt: *const mbedtls_x509_crt
)
Expand description

\brief Set DN hints sent to client in CertificateRequest message

\note Same as \c mbedtls_ssl_conf_dn_hints() but for use within the SNI callback or the certificate selection callback.

\param ssl SSL context \param crt crt chain whose subject DNs are issuer DNs of client certs from which the client should select client peer certificate.