Searched refs:dn_hints (Results 1 – 3 of 3) sorted by relevance
2466 if (ssl->handshake->dn_hints != NULL) { in ssl_write_certificate_request()2467 crt = ssl->handshake->dn_hints; in ssl_write_certificate_request()2470 if (ssl->conf->dn_hints != NULL) { in ssl_write_certificate_request()2471 crt = ssl->conf->dn_hints; in ssl_write_certificate_request()
1014 const mbedtls_x509_crt *dn_hints; /*!< acceptable client cert issuers */ member
1720 ssl->handshake->dn_hints = crt; in mbedtls_ssl_set_hs_dn_hints()
Completed in 61 milliseconds