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