I've managed to build/install openssl 098j+fips12 on
(1) a PPC mac, running OSX 10.5.6
uname -a
Darwin mac 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST
2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh
(2) a shared, Debian host,
uname -a
Linux cobra 2.6.24.5-serf-xeon-c6.1-grsec #1 SMP Tue Oct 7 06:18:04
PDT 2008 x86_64 GNU/Linux
&
(3) am OpenSuse 11.0, x86_64 Xen server
uname -a
Linux server 2.6.25.18-0.2-xen #1 SMP 2008-10-21 16:30:26 +0200
x86_64 x86_64 x86_64 GNU/Linux
all using the same procedure, and all -- finally -- without error.
'make test' in all cases passes all tests.
One box, however, is failing 'make test'.
Running OpenSuse 11.1, on an old(er) i586,
uname -a
Linux ds.local 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100
i686 i686 i386 GNU/Linux
Using a build target = "linux-generic32",
'config', 'make depend' & 'make' are all ok, but
make test
fails at,
...
Testing SHA-512 ... passed.
Testing SHA-384 ... passed.
if [ -n "libcrypto" ]; then \
../util/shlib_wrap.sh ./fips_shatest < SHAmix.r | diff -w
SHAmix.x - ; \
fi
ERROR:2d06c071:lib=45,func=108,reason=113:file=fips.c:line=274:
1,129d0
< [L = 64]
<
< Len = 16
< Msg = 98a1
...
< MD = 2cbc07b9b9c819b8fd38d8a614a8a9c3fa7e40ee
make[1]: *** [test_sha] Error 1
make[1]: Leaving directory `/usr/local/src/openssl/openssl-0.9.8j/test'
make: *** [tests] Error 2
I note the ERROR, but no ideas as yet ... Any hints as to why, on this
one box, there's a problem?
Thanks.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [email protected]