On Mon, Oct 31, 2011, Tyrel Haveman wrote: > I've been having a problem for a while now but haven't been able to look at > it until now. Here's what I do on Linux: > > Download the latest fips-2.0 snapshot (openssl-fips-2.0-test-20111031 > currently), and extract, then CD into the dir. > > $ export FIPSDIR=~/fipstemp > $ ./config > $ make > $ make install > $ cd fips > $ perl fipsalgtest.pl --dir=/path/to/testvectors/ > ERROR: can't find executable ../test/fips_aesavs > ERROR: can't find executable ../test/fips_cmactest > ERROR: can't find executable ../test/fips_desmovs > ERROR: can't find executable ../test/fips_drbgvs > ERROR: can't find executable ../test/fips_dssvs > ERROR: can't find executable ../test/fips_ecdhvs > ERROR: can't find executable ../test/fips_ecdsavs > ERROR: can't find executable ../test/fips_gcmtest > ERROR: can't find executable ../test/fips_hmactest > ERROR: can't find executable ../test/fips_rngvs > ERROR: can't find executable ../test/fips_rsagtest > ERROR: can't find executable ../test/fips_rsastest > ERROR: can't find executable ../test/fips_rsavtest > ERROR: can't find executable ../test/fips_shatest > FATAL ERROR: executables missing > > I looked through the log of make and indeed it appears that nothing in > "test" is ever actually getting built. Can someone look into this? >
This is a deliberate change to separate the module building from the test utility building. Now you need an explicit command: make build_tests The README.FIPS file was updated to mention this. 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