[#SSL_CTX_get_client_CA_list] = SSL_CTX_get_client_CA_list :mrdocs: Return the stack of CA names the context will send when requesting a client certificate. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_X509_NAME.adoc[stack_st_X509_NAME]* SSL_CTX_get_client_CA_list(xref:SSL_CTX.adoc[SSL_CTX] const* s); ---- == Return Value Stack of X509_NAME objects (do not free), or NULL if none are configured. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#