SSL_dup_CA_list

Deep-copy a stack of CA subject names.

Synopsis

Declared in <openssl/ssl.h>

stack_st_X509_NAME*
SSL_dup_CA_list(stack_st_X509_NAME const* sk);

Return Value

Newly allocated duplicate stack, or NULL on failure / when sk is NULL.

Parameters

NameDescription
skSource STACK_OF(X509_NAME), or NULL.