Create an empty CMS AuthEnvelopedData ContentInfo for an AEAD cipher.
Declared in <openssl/cms.h>
CMS_ContentInfo*
CMS_AuthEnvelopedData_create(EVP_CIPHER const* cipher);
New AuthEnvelopedData ContentInfo, or NULL on error.
| Name | Description |
|---|---|
| cipher | Symmetric AEAD cipher to use (currently AES-GCM variants); must encode ASN.1 parameters. |