Re: FIPS enabled OpenSSL fails to load libeay32.dll in Windows CE 6

2013-05-23 Thread Abhijit Ray Chaudhury
Hi William, Thanks a lot. Found the problem , it was loading another libeay32.dll which does not have fips. I changed the name of my library now it finds the symbol. Thanks again, -Abhijit On Thu, May 23, 2013 at 3:22 AM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On Tue, 21 May 2013

Re: FIPS enabled OpenSSL fails to load libeay32.dll in Windows CE 6

2013-05-22 Thread William A. Rowe Jr.
On Tue, 21 May 2013 16:12:45 +0530 Abhijit Ray Chaudhury abhijit.ray.chaudh...@gmail.com wrote: Hi, I have compiled openssl-fips and openssl in Windows CE 6. But when I run fips_premain_dso.exe libeay32.dll in target environment I get following error: =

Re: FIPS enabled OpenSSL fails to load libeay32.dll in Windows CE 6

2013-05-21 Thread William A. Rowe Jr.
On Tue, 21 May 2013 16:12:45 +0530 Abhijit Ray Chaudhury abhijit.ray.chaudh...@gmail.com wrote: Which means GetProcAddress is failing for symbol name FINGERPRINT_premain. But if I do dumpbin /exports libeay32.dll, I can see the symbol FINGERPRINT_premain exported. Quote that output line from