Create an empty CMS EnvelopedData ContentInfo for cipher (default library context).
Declared in <openssl/cms.h>
CMS_ContentInfo*
CMS_EnvelopedData_create(EVP_CIPHER const* cipher);
New EnvelopedData ContentInfo, or NULL on error; free with CMS_ContentInfo_free.
| Name | Description |
|---|---|
| cipher | Content-encryption cipher whose ASN.1 parameters will be encoded. |