Re: authEnvelopedData

2019-06-09 Thread Jakub Zelenka
> > 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

authEnvelopedData

2019-06-06 Thread Tobias.Wolf
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