[#SSL_add_store_cert_subjects_to_stack] = SSL_add_store_cert_subjects_to_stack :mrdocs: Load certificate subjects from an OSSL_STORE URI into a name stack. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_add_store_cert_subjects_to_stack( xref:stack_st_X509_NAME.adoc[stack_st_X509_NAME]* stackCAs, char const* uri); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *stackCAs* | Destination stack of X509_NAME subject names. | *uri* | OSSL_STORE URI identifying a directory, file, or other cert collection. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#