RE: Compatibility between RSA_sign and RSA_public_decrypt

2005-08-26 Thread Steven Reddie
andra Sekhar Sent: Friday, 26 August 2005 7:47 PM To: openssl-users@openssl.org Subject: Compatibility between RSA_sign and RSA_public_decrypt Hi all, I understand that RSA_sign() uses PKCS#1v1.5 padding for signing. If I sign using RSA_sign, can this signature be verified using RSA_public_decrypt()

Compatibility between RSA_sign and RSA_public_decrypt

2005-08-26 Thread Suram Chandra Sekhar
Hi all, I understand that RSA_sign() uses PKCS#1v1.5 padding for signing. If I sign using RSA_sign, can this signature be verified using RSA_public_decrypt() which uses PKCS#1 v1.0. In other words is it possible to have compatibility between these two versions. Awaiting your valuable respo