Return the RecipientInfo structures from a CMS EnvelopedData message.
Synopsis
Declared in <openssl/cms.h>
stack_st_CMS_RecipientInfo*
CMS_get0_RecipientInfos(CMS_ContentInfo* cms);
Return Value
Stack of CMS_RecipientInfo entries, or NULL on error.
Parameters
Name |
Description |
cms |
CMS ContentInfo expected to contain EnvelopedData (or AuthEnvelopedData). |
Created with MrDocs