Append subject names from PEM certificates in a file to an existing stack.
Declared in <openssl/ssl.h>
int
SSL_add_file_cert_subjects_to_stack(
stack_st_X509_NAME* stackCAs,
char const* file);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| stackCAs | Stack of X509_NAME subjects to append to. |
| file | Path to a PEM file of certificates. |