hi,
i was getting the block type not 01 because i was not reading the complete data send. one should not use string functions when trying to receive data as the encoded data with rsa encryption may contain '\0' in the middle of the string.
the way i over the problem is by hexifying the data before sending. and unhexifying the data at the receiving end.
you could also use other methods like uuencode/decode or base64...
hope this helps.
let me know if it works.
Cheers,
ganesh
On Fri, 06 Dec 2002 Gabe Geisendorfer wrote :
Hello,
I noticed your posting on the openssl group. I was wondering if you have managed to fix this issue? I'm in a the same scenario and I haven't been able to find much information. If you have resolved the issue, any pointers to the fix would be greatly appreciated.
Thanks,
Gabe Geisendorfer
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]