Re: openssl-0.9.8d - Compiler error on Win32

2006-10-27 Thread K.S.Sreeram
Riccardo Raccuglia wrote: > o perl Configure VC-WIN32 --prefix=c:\openssl-0.9.8d Try using forward slash (c:/openssl-0.9.8d) [sreeram;] signature.asc Description: OpenPGP digital signature

RSA sign/verify padding modes

2006-07-03 Thread K.S.Sreeram
Hi All I'm trying to use RSA_private_encrypt/RSA_public_decrypt for low level access to sign/verify operations. The documentation for these functions state that RSA_PKCS1_PADDING and RSA_NO_PADDING are the only supported padding modes, whereas when i look at the source code (0.9.8b:crypto\rsa\rsa