SSLHandshakeCallbacks.clientCertificateRequested

Called on an SSL client when the server requests (or requires a certificate). The client can respond by using SSL_use_certificate and SSL_use_PrivateKey to set a certificate if has an appropriate one available, similar to how the server provides its certificate.

@param keyTypes key types supported by the server, convertible to strings with #keyType @param asn1DerEncodedX500Principals CAs known to the server

interface SSLHandshakeCallbacks
void
clientCertificateRequested

Meta