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

Name

Description

sk

Source STACK_OF(X509_NAME), or NULL.

Created with MrDocs