>
> I need to create a “authEnvelopedData“ (
> https://tools.ietf.org/html/rfc5083#2.1) ASN1 structure but I know how to
> archive this. I tried with “PKCS7_encrypt” but here I got only
> “envelopedData”.
>
This is not currently supported. I created a PR some time ago that a
Hi everyone,
I need to create a "authEnvelopedData"
(https://tools.ietf.org/html/rfc5083#2.1) ASN1 structure but I know how to
archive this. I tried with "PKCS7_encrypt" but here I got only "envelopedData".
I`ll try next with CMS_encrypt and to mod