[#CMS_EnvelopedData_create] = CMS_EnvelopedData_create :mrdocs: Create an empty CMS EnvelopedData ContentInfo for `cipher` (default library context). == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CMS_ContentInfo.adoc[CMS_ContentInfo]* CMS_EnvelopedData_create(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher); ---- == Return Value New EnvelopedData ContentInfo, or NULL on error; free with CMS_ContentInfo_free. == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Content‐encryption cipher whose ASN.1 parameters will be encoded. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#