Skip to content

Commit

Permalink
only run RSA-PSS interop test if cipher suites with ephemeral keys ar…
Browse files Browse the repository at this point in the history
…e available
  • Loading branch information
JacobBarthelmeh committed Dec 28, 2024
1 parent 1ae0f7c commit af4b5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/openssl.test
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ done
IFS="$OIFS" #restore separator

# Skip RSA-PSS interop test when RSA-PSS is not supported
if [ "$wolf_rsapss" != "" ]
if [ "$wolf_rsapss" != "" -a "$ecdhe_avail" = "yes" -a "$wolf_rsa" = "yes" ]
then
# Test for RSA-PSS certs interop
# Was running into alert sent by openssl server with version 1.1.1 released
Expand Down

0 comments on commit af4b5c2

Please sign in to comment.