[#SSL_CTX_get0_CA_list] = SSL_CTX_get0_CA_list :mrdocs: Return the list of CA names the context will advertise to peers. == 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_CTX_get0_CA_list(xref:SSL_CTX.adoc[SSL_CTX] const* ctx); ---- == Return Value Internal stack of X509_NAME (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#