The Solaris version fails on test_sha. I thought perhaps this was a problem with the SUN toolchain, so I rebuilt it using gcc 3.4.6 but it still fails:

make[1]: *** [test_sha] Error 1

Items were built as:

tar xvf openssl-fips-1.1.1.tar
cd  openssl-fips-1.1.1
./config fips --prefix=/usr/local/ssl-fips
make
make install

THEN

tar xvf openssl-0.9.7m.tar

cd openssl-0.9.7m
./config fips --with-fipslibdir=/usr/local/ssl-fips/lib \
--openssldir=/usr/local/openssl-0.9.7m --prefix=/usr/local/OpenSSL-fips
make
make test


LE


David Schwartz wrote:
I built OpenSSL with the FIPS module, and after a few issues built it
successfully on Solaris 10 (using Sun cc) and on Windows using MinGW.
Each works fine on its own platform, but if I encrypt on Solaris 10, I
get decryption errors on Windows, and vice versa.

Any ideas?

Did you do a 'make test' on both platforms? Also, are you testing in FIPS
mode (setting the OPENSSL_FIPS evironment variable if you're using the
command line application)?

DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to