From 5e27404a156893678870a0844e09dc421d5e31ed Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 15 Apr 2017 08:49:00 -0400 Subject: [PATCH] Add missing sha2 and sha3 test file names sha2.txt and sha3.txt are just collections of other files, so they don't take up much space. This commit stens from and exception when running 'cryptest.exe tv sha2' and 'cryptest.exe tv sha3'. Its not obvious the name of the file to be run sha2_224_fips_180.txt. Users should not have to hunt for the reason sha2 and sha3 do not work. --- TestVectors/sha2.txt | 6 ++++++ TestVectors/sha3.txt | 6 ++++++ cryptest.vcxproj | 1 + cryptest.vcxproj.filters | 6 ++++++ 4 files changed, 19 insertions(+) create mode 100644 TestVectors/sha2.txt create mode 100644 TestVectors/sha3.txt diff --git a/TestVectors/sha2.txt b/TestVectors/sha2.txt new file mode 100644 index 00000000..0348265d --- /dev/null +++ b/TestVectors/sha2.txt @@ -0,0 +1,6 @@ +AlgorithmType: FileList +Name: SHA2 FIPS 180 collection +Test: TestVectors/sha2_224_fips_180.txt +Test: TestVectors/sha2_256_fips_180.txt +Test: TestVectors/sha2_384_fips_180.txt +Test: TestVectors/sha2_512_fips_180.txt diff --git a/TestVectors/sha3.txt b/TestVectors/sha3.txt new file mode 100644 index 00000000..fa6259bb --- /dev/null +++ b/TestVectors/sha3.txt @@ -0,0 +1,6 @@ +AlgorithmType: FileList +Name: SHA3 FIPS 202 collection +Test: TestVectors/sha3_224_fips_202.txt +Test: TestVectors/sha3_256_fips_202.txt +Test: TestVectors/sha3_384_fips_202.txt +Test: TestVectors/sha3_512_fips_202.txt diff --git a/cryptest.vcxproj b/cryptest.vcxproj index 33e1a553..adc836df 100644 --- a/cryptest.vcxproj +++ b/cryptest.vcxproj @@ -256,6 +256,7 @@ + diff --git a/cryptest.vcxproj.filters b/cryptest.vcxproj.filters index 1241089d..5adb263b 100644 --- a/cryptest.vcxproj.filters +++ b/cryptest.vcxproj.filters @@ -111,6 +111,12 @@ TestVectors + + TestVectors + + + TestVectors + TestVectors