SSL_add_store_cert_subjects_to_stack

Load certificate subjects from an OSSL_STORE URI into a name stack.

Synopsis

Declared in <openssl/ssl.h>

int
SSL_add_store_cert_subjects_to_stack(
    stack_st_X509_NAME* stackCAs,
    char const* uri);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
stackCAsDestination stack of X509_NAME subject names.
uriOSSL_STORE URI identifying a directory, file, or other cert collection.