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
Name |
Description |
a |
TSTInfo to query. |
Created with MrDocs