Hi,
I am running openssl 0.9.8. I have code to verify signature The code works fine on about every major Unix platform. However, they are all 32-bit platforms. When I tried to run it on Suse Linux x86-64 machines it failed.
I have set my target to linux-x86_64 and turned off assembly with "no_asm" option and also changed options for this target to "-O0" from "-O3". Still couldn't get it to work.
Does anyone know how well this code works on 64-bit platforms, and if there are any patches needed
Thanks,
Terry