Return the list of CA names the peer advertised for client authentication.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
stack_st_X509_NAME const* SSL_get0_peer_CA_list(SSL const* s);
Internal STACK_OF(X509_NAME) (do not free), or NULL if none was received.