Extract the TSTInfo content from a PKCS#7 time‐stamp token.
Synopsis
Declared in <openssl/ts.h>
TS_TST_INFO*
PKCS7_to_TS_TST_INFO(PKCS7* token);
Return Value
Newly allocated TS_TST_INFO, or NULL on error.
Parameters
Name |
Description |
token |
Signed PKCS#7 ContentInfo expected to encapsulate id‐ct‐TSTInfo. |
Created with MrDocs