[#SSL_add_file_cert_subjects_to_stack] = SSL_add_file_cert_subjects_to_stack :mrdocs: Append subject names from PEM certificates in a file to an existing stack. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_add_file_cert_subjects_to_stack( xref:stack_st_X509_NAME.adoc[stack_st_X509_NAME]* stackCAs, char const* file); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *stackCAs* | Stack of X509_NAME subjects to append to. | *file* | Path to a PEM file of certificates. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#