Skip to content

Commit

Permalink
Update test_certs_r3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 21, 2024
1 parent c5ac494 commit fe53f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test_certs_r3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test_ta () {
resultsfile=$2

printf "\nTesting %s\n" $tafile
printf "\nTesting %s\n" $tafile >> $outputdir}/oqs.log

# openssl always exits with 0, so we can't use exit status to tell if the cert was valid :/
ossl_output=$(openssl verify -check_ss_sig -verbose -CAfile $tafile $tafile 2>&1)
Expand Down

0 comments on commit fe53f03

Please sign in to comment.