I added the /fixed and it worked at first. >From the command line I called: openssl version -a "Warning: can't open config file: /usr/local/ssl/openssl.cnf" . . . It displays other config settings.
Then I call: set OPENSSL_FIPS=1 openssl md5 README Output: "5320:error:2D06B06F:FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not match:.\fips\fips.c:229:" Now, when I call "openssl version -a" again Output: "3604:error:2D06B06F:FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not match:.\fips\fips.c:229:" On Tue, Mar 6, 2012 at 8:53 AM, Dr. Stephen Henson <st...@openssl.org>wrote: > On Tue, Mar 06, 2012, Jacob White wrote: > > > I am using Windows 7 Professional Service Pack 1 with Visual Studio 2010 > > (So, VC++ 2010). > > > > When building the FIPS capable OpenSSL after ms\do_nasm edit the makefile > ms\ntdll.mak and try adding /fixed to the line with LFLAGS on it. > > 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 >