Return all CMS_SignerInfo structures from a SignedData ContentInfo.
Synopsis
Declared in <openssl/cms.h>
stack_st_CMS_SignerInfo*
CMS_get0_SignerInfos(CMS_ContentInfo* cms);
Return Value
Internal stack of SignerInfos (do not free), or NULL if none / not SignedData.
Parameters
Name |
Description |
cms |
ContentInfo expected to contain SignedData. |
Created with MrDocs