Re: RSA signature and padding

2009-01-12 Thread Chevalier Dev
Hello Mounir: Agreed: your version appears cleaner and more to the point. The EVP_* interfaces are not so easy to understand, but maybe this is just me :-) Thanks again for helping -- Chev On Fri, Jan 9, 2009 at 3:03 AM, Mounir IDRASSI mounir.idra...@idrix.net wrote: As far as I know, it's

Re: RSA signature and padding

2009-01-08 Thread Chevalier Dev
Hi Mounir: Thanks a lot for the sample code, it answers all my questions! Do you know if PSS is going to be part of the next release for RSA signatures? Cheers -- Chev __ OpenSSL Project

RSA signature and padding

2009-01-07 Thread Chevalier Dev
Dear all: I have just implemented an RSA signature using openssl. What I observe is that signing the same data (a SHA-256 hash) multiple times with the same RSA key always yields the same signature. I thought the data to be signed would be padded with random bits to avoid this. My search on the