Load a stack of X.509 certificates from a PEM file for TSA configuration.
Synopsis
Declared in <openssl/ts.h>
stack_st_X509*
TS_CONF_load_certs(char const* file);
Return Value
New STACK_OF(X509), or NULL on error.
Parameters
Name |
Description |
file |
Path to a PEM file containing one or more certificates. |
Created with MrDocs