Sorry to revive very old thread.

I am also building fips for x86 enviornment on windows7(64 bit).

I tried compiling fipe canister, and openssl by follwing below insturction.
For FIPS

1) With Visual Studio Command Prompt (2010), SET PROCESSOR_ARCHITECTURE=x86
then run ms\do_fips no-asm

2) Then copied output from out32dll to openssl_fips_out folder

Now building openssl using pre-built fips

1)perl Configure VC-WIN32 fips --with-fipslibdir="..\openssl_fips_out"
--prefix="..\openssl_out"
2)ms\do_ms
3)nmake -f ms\ntdll.mak
4)nmake -f ms\ntdll.mak install
Got lib and dll. But still FIPS_mode_set(1); failing with return value 0.

I noticed while building openssl, fipsdir is used default
one(/usr/local.....). Not sure if openssl could embed fips code at all or
not?

Please help.

Thansk




--
View this message in context: 
http://openssl.6102.n7.nabble.com/Build-Error-on-1-0-1-with-FIPS-tp41525p50313.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to