Skip to content

Commit

Permalink
Update and rename test_certs_r3.sh to test_certs_r3_with_oqs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 22, 2024
1 parent ffb66a0 commit 45cd953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_certs_r3.sh → src/test_certs_r3_with_oqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test_ta () {
printf "\nTesting %s\n" $tafile
printf "\nTesting %s\n" $tafile >> $logfile

# openssl always exits with 0, so we can't use exit status to tell if the cert was valid :/
# The actual openssl command that is the heart of this script
ossl_output=$(openssl verify -check_ss_sig -verbose -CAfile $tafile $tafile 2>&1)
ossl_status=$?

Expand Down

0 comments on commit 45cd953

Please sign in to comment.