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

Name

Description

stackCAs

Destination stack of X509_NAME subject names.

uri

OSSL_STORE URI identifying a directory, file, or other cert collection.

Created with MrDocs