Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 23, 2024
1 parent f00263b commit 0983c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test_certs_r3_with_acvp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ test_ta () {
if [[ $(expr match "$supportedMLDSA_OIDs_json" ".*\"$oid\".*") != 0 ]]; then
# this is a supported ML-DSA
printf "\nTesting %s\n" $tafile >> $logfile
test_output=$(dotnet $dilithiumTestDir/test NIST.CVP.ACVTS.Libraries.Crypto.Dilithium.Tests.csproj 2>&1)
test_output=$(dotnet $dilithiumTestDir/test NIST.CVP.ACVTS.Libraries.Crypto.Dilithium.Tests.csproj $tafile 2>&1)
test_status=$?
elif [[ $(expr match "$supportedSLHDSA_OIDs_json" ".*\"$oid\".*") != 0 ]]; then
# this is a supported SLH-DSA
printf "\nTesting %s\n" $tafile >> $logfile
test_output=$(dotnet $slhdsaTestDir/test NIST.CVP.ACVTS.Libraries.Crypto.SLHDSA.Tests.csproj 2>&1)
test_output=$(dotnet $slhdsaTestDir/test NIST.CVP.ACVTS.Libraries.Crypto.SLHDSA.Tests.csproj $tafile 2>&1)
test_status=$?
else
# this is not supported
Expand Down

0 comments on commit 0983c48

Please sign in to comment.