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