RE: Compiling openssl fips in Windows

2013-11-12 Thread arthurtsang
btw, you just have to do nmake -f ms\ntdll.mak install under openssl-fips, it'll copy files to \usr\local\ssl\fips-2.0 in the correct file structure. -- View this message in context: http://openssl.6102.n7.nabble.com/Compiling-openssl-fips-in-Windows-tp43439p47313.html Sent from the OpenSSL -

Re: FIPS Failure on newer 32-bit Windows platforms.

2013-11-12 Thread arthurtsang
I'm compiling and linking dynamic library and adding both /DYNAMICBASE:NO and /FIXED to LFLAGS in ms\ntdll.mak doesn't work for me. I've to add /FIXED to this line $(FIPSLINK) $(MLFLAGS) /map /fixed /base:$(BASEADDR) /out:$(O_CRYPTO) /def:ms/LIBEAY32.def @<< $(SHLIB_EX_OBJ) $(CRYPTOOBJ) $(O_FIPSC