Re: RSA sign/verify padding modes

2006-07-03 Thread Marek Marcola
Hello, > Also i'm planning to add support for other padding modes like > RSA_PKCS1_OAEP_PADDING by manually adding the padding and using > RSA_NO_PADDING when calling the function. Are there any security > implications of doing this? No, this is the way of doing this, but security implications shou

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