On Tue, Jul 17, 2007, Elia, Leonard F. wrote:

> 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
> 

That isn't the approved build procedure. You must do:

./config fips

and *nothing* else otherwise it is a violation of the security policy.

Though that isn't the cause of the problem. When you build from validated
sources what does:

test/fips_test_suite

produce?

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to