|
SSL_dup_CA_list(3)
Contents
|
SSL_dup_CA_list - Duplicate the list of CAs
#include <openssl/ssl.h>
STACK_OF(X509_NAME) *SSL_dup_CA_list(
STACK_OF(X509_NAME) *sk );
The SSL_dup_CA_list() function duplicates the specified
list of CAs and return an address of the newly created
list of CAs.
The SSL_dup_CA_list() function returns the following values:
List of CA names copied from the specified list of CA
names. This function failed to duplicate a list of CAs.
Functions: SSL_dup(3)
SSL_dup_CA_list(3)
[ Back ] |