We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94b590f + 95d7acf commit d255039Copy full SHA for d255039
1 file changed
testssl.sh
@@ -17295,7 +17295,7 @@ find_openssl_binary() {
17295
HAS_CURVES=true
17296
for curve in "${curves_ossl[@]}"; do
17297
# Same as above, we just don't need a port for invalid.
17298
- $OPENSSL s_client -curves $curve -connect $NXCONNECT </dev/null 2>&1 | grep -Eiaq "Error with command|unknown option"
+ $OPENSSL s_client -curves $curve -connect $NXCONNECT </dev/null 2>&1 | grep -Eiaq "Error with command|unknown option|Call to SSL_CONF_cmd(.*) failed"
17299
[[ $? -ne 0 ]] && OSSL_SUPPORTED_CURVES+=" $curve "
17300
done
17301
fi
0 commit comments