mirror of https://github.com/wolfSSL/wolfssl.git
only run RSA-PSS interop test if cipher suites with ephemeral keys are available
parent
1ae0f7c66f
commit
af4b5c2097
|
@ -1247,7 +1247,7 @@ done
|
||||||
IFS="$OIFS" #restore separator
|
IFS="$OIFS" #restore separator
|
||||||
|
|
||||||
# Skip RSA-PSS interop test when RSA-PSS is not supported
|
# 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
|
then
|
||||||
# Test for RSA-PSS certs interop
|
# Test for RSA-PSS certs interop
|
||||||
# Was running into alert sent by openssl server with version 1.1.1 released
|
# Was running into alert sent by openssl server with version 1.1.1 released
|
||||||
|
|
Loading…
Reference in New Issue