Return the CA names offered for client authentication on this connection.

Synopsis

Declared in <openssl/ssl.h>

stack_st_X509_NAME*
SSL_get_client_CA_list(SSL const* s);

Return Value

Stack of X509_NAME objects (do not free), or NULL if none are available.

Parameters

Name

Description

s

SSL connection to query (typically a client that received CertificateRequest).

Created with MrDocs