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