Hi, I'm getting the following failure when trying to build FIPS capable openssl in windows:
ectest Curve defined by Weierstrass equation y^2 = x^3 + a*x + b (mod 0x17) a = 0x1 b = 0x1 Point is not on curve: x = 0xD, y = 0xFFFFA41E .\crypto\ec\ectest.c:318: ABORT problems..... The operating system I'm in Windows 7 and following are the steps I did: 1) ms\do_fips no-asm 2) perl Configure VC-WIN32 fips --with-fipslibdir=c:\fips\path 3) ms\do_nasm 4) ms\do_nt 5) nmake -f ms\nt.mak 6) cd out32 ..\ms\test The crypto test passes if do the normal build. That is changing step 2: to :perl Configure VC-WIN32 I'm kinda lost with this and thought would get some help from the user group. Thanks Raghav