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
Name |
Description |
ctx |
SSL context to query. |
Created with MrDocs