diff --git a/testssl.sh b/testssl.sh index bd4c897..c5c206b 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4801,10 +4801,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