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. wrote: > On Tue, 21 May 2013 16:12:45 +0530 > Abhijit

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 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: > > = > > 217450134:error:2507606A:DSO support rou

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 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 dumpbin, exactly. Namesp

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

2013-05-21 Thread Abhijit Ray Chaudhury
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: = 217450134:error:2507606A:DSO support routines:WIN32_BIND_FUNC:could not bind to the requested symbol name:.\crypto\dso\dso_w