We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94ff896 + 5c7e7bc commit ffa3e19Copy full SHA for ffa3e19
1 file changed
testssl.sh
@@ -20505,7 +20505,7 @@ find_openssl_binary() {
20505
HAS_CURVES=true
20506
for curve in "${curves_ossl[@]}"; do
20507
# Same as above, we just don't need a port for invalid.
20508
- $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"
20509
[[ $? -ne 0 ]] && OSSL_SUPPORTED_CURVES+=" $curve "
20510
done
20511
fi
0 commit comments