TS_TST_INFO_get_exts

Return the extension stack from a TSTInfo structure.

Synopsis

Declared in <openssl/ts.h>

stack_st_X509_EXTENSION*
TS_TST_INFO_get_exts(TS_TST_INFO* a);

Return Value

Internal STACK_OF(X509_EXTENSION), or NULL if none are present.

Parameters

NameDescription
aTSTInfo to query.