Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Dec 23, 2024
1 parent c5c69d3 commit 026383e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/openssl.test
Original file line number Diff line number Diff line change
Expand Up @@ -1231,11 +1231,11 @@ IFS="$OIFS" #restore separator
# Test for RSA-PSS certs
echo -e "Doing interop RSA-PSS test"

generate_port
server_port=$port
openssl s_server -accept $server_port -key ${CERT_DIR}/rsapss/server-rsapss-priv.pem -cert ${CERT_DIR}/rsapss/server-rsapss.pem &
server_pid=$?
servers="$servers wolfSSL_RSA_PSS:$server_pid:$server_port"
key_file=${CERT_DIR}/rsapss/server-rsapss-priv.pem
cert_file=${CERT_DIR}/rsapss/server-rsapss.pem
ca_file=${CERT_DIR}/ca-cert.pem
openssl_suite="RSAPSS"
start_openssl_server

cert=""
key=""
Expand Down

0 comments on commit 026383e

Please sign in to comment.