Skip to content

Commit

Permalink
Adding bc automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Aug 29, 2024
1 parent 8af8046 commit c3483f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_certs_r3_with_bc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ for providerdir in $(ls -d $inputdir/*/); do
printf "Unziping %s to %s\n" $zip $unzipdir
unzip -o $zip -d $unzipdir

resultsfile=${outputdir}/${provider}_oqs-provider.csv
resultsfile=${outputdir}/${provider}_bc.csv
echo "key_algorithm_oid,test_result" > $resultsfile # CSV header row

alreadyTestedOIDs=";" # for a guard to skip testing the same cert multiple times
Expand Down

0 comments on commit c3483f4

Please sign in to comment.