CMS_get0_SignerInfos

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

NameDescription
cmsContentInfo expected to contain SignedData.