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?

Thanks,
Tyrel

Reply via email to