From af4b5c209757f6ece200112a8edb95dd470079c6 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Sat, 28 Dec 2024 11:34:17 -0800 Subject: [PATCH] only run RSA-PSS interop test if cipher suites with ephemeral keys are available --- scripts/openssl.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openssl.test b/scripts/openssl.test index 6077eb585a..f797a9ff8d 100755 --- a/scripts/openssl.test +++ b/scripts/openssl.test @@ -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