Return the extension stack from a time‐stamp request.
Synopsis
Declared in <openssl/ts.h>
stack_st_X509_EXTENSION*
TS_REQ_get_exts(TS_REQ* a);
Return Value
Internal STACK_OF(X509_EXTENSION), or NULL if none are present.
Parameters
Name |
Description |
a |
Request to query. |
Created with MrDocs