[#PKCS7_to_TS_TST_INFO] = PKCS7_to_TS_TST_INFO :mrdocs: Extract the TSTInfo content from a PKCS#7 time‐stamp token. == Synopsis Declared in `<openssl/ts.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TS_TST_INFO.adoc[TS_TST_INFO]* PKCS7_to_TS_TST_INFO(xref:PKCS7.adoc[PKCS7]* token); ---- == Return Value Newly allocated TS_TST_INFO, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *token* | Signed PKCS#7 ContentInfo expected to encapsulate id‐ct‐TSTInfo. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#