Re: [1.0.2 beta 1] double free when using CMS with OAEP

2014-05-12 Thread Kevin Le Gouguec
ubject: Re: [1.0.2 beta 1] double free when using CMS with OAEP On Mon, May 12, 2014, Kevin Le Gouguec wrote: > (This is on 1.0.2 beta 1 as found on openssl.org/source) > > I'm getting a double free error when building a CMS EnvelopedData with RSA > OAEP. Here's how I'm se

Re: [1.0.2 beta 1] double free when using CMS with OAEP

2014-05-12 Thread Dr. Stephen Henson
On Mon, May 12, 2014, Kevin Le Gouguec wrote: > (This is on 1.0.2 beta 1 as found on openssl.org/source) > > I'm getting a double free error when building a CMS EnvelopedData with RSA > OAEP. Here's how I'm setting things up (error checking left out for brevity): > > > unsigned char oaep_lab

[1.0.2 beta 1] double free when using CMS with OAEP

2014-05-12 Thread Kevin Le Gouguec
(This is on 1.0.2 beta 1 as found on openssl.org/source) I'm getting a double free error when building a CMS EnvelopedData with RSA OAEP. Here's how I'm setting things up (error checking left out for brevity): int flags = CMS_BINARY | CMS_USE_KEYID | CMS_PARTIAL | CMS_KEY_PARAM; CMS_Content