RE: RSA_verify question

2002-01-16 Thread Hylton Tregenza
--> Resent as mail did not arrive at list by 15/1/2002 Hi I have spent some more time on this and have been unable to find a solution. Has anyone been able to pass signed data from Windows to Linux and back and verify the data using RSA_Sign and RSA_Verify. If you have, your help is needed. I

RE: RSA_verify question

2002-01-16 Thread Hylton Tregenza
Hi I have found the answer. The data was revered between the 2 platforms. By reversing the string I am able to get RSA_verify to work. Hylton -Original Message- From: Hylton Tregenza Sent: 04 January 2002 11:11 To: [EMAIL PROTECTED] Subject: RSA_verify question Hi I am using

RE: RSA_verify question

2002-01-16 Thread Hylton Tregenza
resouces available to me. A detailed description is in the mail below. I may be able to attach some of the windows code if required. Thanks Hylton -Original Message- From: Hylton Tregenza Sent: 04 January 2002 11:11 To: [EMAIL PROTECTED] Subject: RSA_verify question Hi I am using

RSA_verify question

2002-01-07 Thread Hylton Tregenza
Hi I am using RSA_verify to verify that the signiture that I am getting with a message is correct The process that I am using is as follows. Get the user public key from file and put it in a RSA structure ERR_print_errors returns no error Get Server private key from file and put in another RSA