Return the list of CA names the context will advertise to peers.
Declared in <openssl/ssl.h>
stack_st_X509_NAME const*
SSL_CTX_get0_CA_list(SSL_CTX const* ctx);
Internal stack of X509_NAME (do not free), or NULL if unset.
| Name | Description |
|---|---|
| ctx | SSL context to query. |