SSL_CTX_get0_CA_list

Return the list of CA names the context will advertise to peers.

Synopsis

Declared in <openssl/ssl.h>

stack_st_X509_NAME const*
SSL_CTX_get0_CA_list(SSL_CTX const* ctx);

Return Value

Internal stack of X509_NAME (do not free), or NULL if unset.

Parameters

NameDescription
ctxSSL context to query.