Return the stack of CA names the context will send when requesting a client certificate.
Declared in <openssl/ssl.h>
stack_st_X509_NAME*
SSL_CTX_get_client_CA_list(SSL_CTX const* s);
Stack of X509_NAME objects (do not free), or NULL if none are configured.
| Name | Description |
|---|---|
| s | SSL context to query. |