Hi All,
After building the FIPS capable OpenSSL with the latest from the snapshot
directory, while running the make test on solaris I am getting this error.
ERROR:2d072065:lib=45,func=114,reason=101:file=fips_rand_selftest.c:line=364:
Platform: - SunOS 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Fire-V240
Compiler:- cc: Sun C 5.8 2005/10/13
Configure option chose to build fips capable openssl:- ./Configure fips
--with-fipslibdir=/usr/local/ssl/fips-1.0/lib solaris-sparcv9-cc no-shared
Error log while running "make test"
------------------------------------------------------------------------------------
Testing SHA-256 ... passed.
Testing SHA-224 ... passed.
../util/shlib_wrap.sh ./sha512t
Testing SHA-512 ... passed.
Testing SHA-384 ... passed.
if [ -n "libcrypto" ]; then \
../util/shlib_wrap.sh ./fips_shatest < SHAmix.req | diff -w SHAmix.fax - ; \
fi
ERROR:2d072065:lib=45,func=114,reason=101:file=fips_rand_selftest.c:line=364:
1,129d0
< [L = 64]
<
< Len = 16
< Msg = 98a1
< MD =
74d78642f70ca830bec75fc60a585917e388cfa4cd1d23daab1c4d9ff1010cac3e67275df64db5a6a7c7d0fda24f1fc3eb272678a7c8becff6743ee812129078
<
------------------------------------------------------------
If I write a small application and use the linking with FIPSLD when calling
FIPS_mode_set() I get the same error.
{ 10635:error:2D072065:FIPS routines:FIPS_selftest_rng:selftest
failed:fips_rand_selftest.c:364: }
What could have gone wrong...?
Thanks,
Justin