]> granicus.if.org Git - openssl/commit
Update fipsalgtest.pl to cope with changes in file names and format
authorDr. Stephen Henson <steve@openssl.org>
Fri, 24 Oct 2014 19:32:27 +0000 (20:32 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 24 Oct 2014 19:32:27 +0000 (20:32 +0100)
commit60cd2b72064235cb7a28a0d16b488ef7ea6848b3
treea18952660881bd653624c0cf34087b32ecb1ad5f
parent7fb7844f3b40b60c2df77e093398da55d7928e9d
Update fipsalgtest.pl to cope with changes in file names and format

X9.31 tests need to look in files for '9.31'
RSA-PSS tests may contain additonal text as well as "salt len: n".
We now just look at the start of a filename for a match.

Separate ECDSA2 test list.

Reorder test to handle new formats: for example PQGVer for DSA2 can be
detected based on file format but if this fails revert to PQGVER.

For future debugging add a --debug-detect option which prints out more
details of the test detection including the first few lines of each
request file.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Steve Marquess <marquess@openssl.org
fips/fipsalgtest.pl