TS_CONF_load_certs

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

NameDescription
filePath to a PEM file containing one or more certificates.