Re: Applying the RSASSA-PSS patch

2010-02-25 Thread Martin Kaiser
Hi Erwann, thanks for testing my patch and giving feedback. Thus wrote Erwann ABALEA (erwann.aba...@keynectis.com): > I need to be able to verify different "real world" certificates, some > of them signed using sha{1,256}withRSA, some using > ecdsa-with-SHA{1,256}, and some using rsassaPss. > F

Re: VMS build of the oncomming 0.9.8 release

2010-02-25 Thread Steven M. Schweda
From: Richard Levitte > I'll have a look at the no-copy variant you had a long time ago. Not quickly enough, apparently. From: open...@master.openssl.org (OpenSSL) >OpenSSL version 0.9.8m released Not entirely satisfactory on VMS. (Believe it or not.) Test problem --

Re: Applying the RSASSA-PSS patch

2010-02-25 Thread Martin Kaiser
Hi Steve, all, Thus wrote Dr. Stephen Henson (st...@openssl.org): > I haven't had time to review the patch in much detail but I suspected > some things like that might happen due to the way some > AlgorithmIdentifiers were handled. I'm fairly sure it wouldn't work > with a PSS only key too (which

Re: Applying the RSASSA-PSS patch

2010-02-25 Thread Dr. Stephen Henson
On Thu, Feb 25, 2010, Erwann ABALEA wrote: > Bonjour, > > I need to be able to verify different "real world" certificates, some > of them signed using sha{1,256}withRSA, some using > ecdsa-with-SHA{1,256}, and some using rsassaPss. > > For the "sha*withRSA" ones, the stable branch is OK. > For t

Applying the RSASSA-PSS patch

2010-02-25 Thread Erwann ABALEA
Bonjour, I need to be able to verify different "real world" certificates, some of them signed using sha{1,256}withRSA, some using ecdsa-with-SHA{1,256}, and some using rsassaPss. For the "sha*withRSA" ones, the stable branch is OK. For the "ecdsa-with-SHA256" ones, I needed to download a developm