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_FIPSCANISTER)
$(EX_LIBS) $(OBJ_D)\fips_premain.obj

to get that to work.  you can search for BASEADDR to find this line.



--
View this message in context: 
http://openssl.6102.n7.nabble.com/FIPS-Failure-on-newer-32-bit-Windows-platforms-tp43771p47312.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


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 - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org