diff --git a/testssl.sh b/testssl.sh index 7196282..1deb5a7 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4795,10 +4795,19 @@ locally_supported() { # run_prototest_openssl() { local -i ret=0 + local protos proto # check whether the protocol being tested is supported by $OPENSSL $OPENSSL s_client "$1" -connect x 2>&1 | grep -aq "unknown option" && return 7 - $OPENSSL s_client $(s_client_options "-state $1 $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI") >$TMPFILE 2>&1 $TMPFILE 2>&1 $TMPFILE 2>&1 $TMPFILE 2>&1