On Tue, Mar 19, 2013, Cipher wrote:

> I am cross compiling FIPS object module as per FIPS user guide 2.0.  After
> creating fipscanister.o, i tried *make build_tests* to generate
> *fips_test_suite file*, which i could run successfully(both in build system
> and target system).
> 
> But When i try running *perl fipsalgtest.pl --dir=fips-2.0-testvectors/*  in
> the Target system, 
> I get this: 
> 
> fips-2.0-testvectors//OSF_2464_OE4/SHA/resp/SHA224LongMsg.tst
> No FIPS_SHA support
> ERROR: can't open output file

That test runs the fips_shatest program. Make sure you haven't installed an
invalid version or another versions on your PATH isn't being called instead.

Try running fips_shatest manually too: to see if you get that error message.
If it appears to hang (it's reading from standard input) it's probably OK.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to