CMS_get0_RecipientInfos

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

NameDescription
cmsCMS ContentInfo expected to contain EnvelopedData (or AuthEnvelopedData).