Load certificate subjects from an OSSL_STORE URI into a name stack.
Declared in <openssl/ssl.h>
int
SSL_add_store_cert_subjects_to_stack(
stack_st_X509_NAME* stackCAs,
char const* uri);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| stackCAs | Destination stack of X509_NAME subject names. |
| uri | OSSL_STORE URI identifying a directory, file, or other cert collection. |