Bonjour Dr Stephen N. Henson,

Your reply was very helpful to me. I got FIPS compliant OpenSSL exe lib and
dll files. Thanks :)

I am also sharing the end to end steps as reference for some new users for
their help.

======================================================
End to end steps to Compile FIPS compliant OpenSSL 
======================================================

==========================
1. Compile openssl-fips2.0
==========================
Open Visual Studio 2008 Command Prompt.
cd openssl-fips2.0\
ms\do_fips [no-asm]
        
Compiled FIPS module is located at C:\usr\local\ssl\fips-2.0    
        
=======================================================
2. Integrate compiled openssl-fips2.0 in openssl-1.0.1e
=======================================================
Open Visual Studio 2008 Command Prompt.
cd openssl-1.0.1e\
perl Configure VC-WIN32 fips --with-fipslibdir=C:\usr\local\ssl\fips-2.0
ms\do_nasm
nmake -f ms\nt.mak
nmake -f ms\nt.mak install
        
Compiled FIPS compliant OpenSSL exe is located at
C:\usr\local\ssl\bin\openssl.exe
Compiled FIPS compliant OpenSSL libeay32.lib & ssleay32.lib are located at
C:\usr\local\ssl\lib\
Compiled FIPS compliant OpenSSL libeay32.dll & ssleay32.dll are located at
C:\usr\local\ssl\bin\

=================================================================================================
=================================================================================================



--
View this message in context: 
http://openssl.6102.n7.nabble.com/Help-regarding-Compile-FIPS-compliant-OpenSSL-on-Windows-platform-tp48672p48731.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to