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