[#SSL_get0_peer_CA_list] = SSL_get0_peer_CA_list :mrdocs: Return the list of CA names the peer advertised for client authentication. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_X509_NAME.adoc[stack_st_X509_NAME] const* SSL_get0_peer_CA_list(xref:SSL.adoc[SSL] const* s); ---- == Return Value Internal STACK_OF(X509_NAME) (do not free), or NULL if none was received. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to query (typically on the client after CertificateRequest). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#