On Sun Sep 20 22:51:21 2015, steve wrote: > > In more detail I just tried a build from sources. I did this: > > set FIPSDIR=X:\some\for\fips\module\installation > cd <fips source dir> > ms\do_fips > cd <openssl 1.0.2d source dir> > perl Configure VC-WIN32 fips > nmake -f ms\ntdll.mak > > With no problems. I'd suggest you try that as a starting point and let > me know > of any errors you get. You will need to install nasm for that to work. >
I've tried a newer version of VC++ and I also get the "No Applink" error when it is trying to embed the fingerprint in libeay32.dll. I'll see if this can be fixed. There are a couple of workarounds. One is to use the msincore script. You do: set FIPS_SIG=perl X:\<path_to_fips_source>\util\msincore The wont affect the validation as you aren't modifying the FIPS module sources and the use of an alternative script to generate the fingerprint is permitted (it is normally used for cross compilation). Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev