Return the client-certificate callback installed on an SSL_CTX.
Declared in <openssl/ssl.h>
int(*
SSL_CTX_get_client_cert_cb(SSL_CTX* ctx))(SSL*, X509**, EVP_PKEY**);
Callback that supplies a client certificate and key, or NULL if unset.
| Name | Description |
|---|---|
| ctx | SSL context to query. |