On Sun, Mar 02, 2014, Scott Thomas wrote: > Bonjour Users, > > I am compiling fips enabled/compliant openssl with openssl-fips-2.0 & > openssl.1.0 from Visual studio 2008 on windows XP SP3. I am running the > commands as listed in the Article 4.3 (Building and Installing the FIPS > Object Module with OpenSSL on Windows) of "User Guide for the OpenSSL FIPS > Object Module v2.0" > > My commands are: > > Now i assume that the compiled FIPS module resides at > C:\usr\local\ssl\fips-2.0\lib\ > C:\openssl-1.0.0\ > perl Configure VC-WIN32 fips --with-fipslibdir=C:\usr\local\ssl\fips-2.0\lib\ > target already defined - VC-WIN32 (offending arg: fips) > ms\do_nasm >
You need OpenSSL 1.0.1 not 1.0.0. And you should use --with-fipddir=C:\usr\local\fips-2.0 or define the FIPSDIR environment variable. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org