Hi, I have a problem with RSA padding. I'm trying to generate a "low level" signature with a smart card using the functions RSA_private_encrypt. I think the Smart card RSA padding is wrong because the decryption (RSA_public_decrypt() ) not return the exact value of the digest but it returns a buffer with digest and padding bytes: a pudded buffer of 128 byte. How can I get only the right value of the hash from the function RSA_public_decrypt() ? Is this a padding error?
Thank you very much ! Regards, Emanuele ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]