Thanks for the suggestions.

The problem ended up being that we did not understand that you needed to MD5
hash the clear text before you use the RSA_sign call.  We assumed since you
told the function you were using MD5 hashing that it would hash the data
instead of just putting a header on it and padding it before signing the
data.   Similarly the RSA_verify function also requires input of the MD5
hashed clear text.

Thanks!
Lisa Marie
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to