Re: CMS and GCM

2019-06-10 Thread Jakub Zelenka
Hi, On Mon, May 13, 2019 at 12:50 AM Dr. Pala wrote: > Hi All, > > I am having issues using AES GCM in EnvelopedData - in particular if I use > AES CBC, that is ok, but when I try to use the GCM mode, I simply cannot > finalize the data. > > If you want to use AES GCM, then you need AuthEnvelop

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 adds support for it: ht

Re: [openssl-users] AES-GCM failing from Command Line Interface

2015-02-20 Thread Jakub Zelenka
Hi, On Tue, Feb 10, 2015 at 3:31 PM, Sec_Aficionado wrote: > Matt, > > Thanks for keeping me honest! I see it now, but I totally missed it > before. I must have just played with the cli and not read the full page. > > Can you please confirm that EVP is the way to go? I'll create my own > little