Return the CA names offered for client authentication on this connection.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
stack_st_X509_NAME* SSL_get_client_CA_list(SSL const* s);
Stack of X509_NAME objects (do not free), or NULL if none are available.