only run RSA-PSS interop test if cipher suites with ephemeral keys are available

pull/8263/head
JacobBarthelmeh 2024-12-28 11:34:17 -08:00
parent 1ae0f7c66f
commit af4b5c2097
1 changed files with 1 additions and 1 deletions

View File

@ -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