From fd7cd54ca15cce9914886e9b0b4c72b71c96c7cb Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 20 Dec 2016 14:26:12 +0100 Subject: [PATCH] - unify timeout msgs on the console --- testssl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testssl.sh b/testssl.sh index 694e6a5..30f7569 100755 --- a/testssl.sh +++ b/testssl.sh @@ -6559,7 +6559,7 @@ run_ccs_injection(){ fi ret=1 fi - [[ $retval -eq 3 ]] && out " (timed out)" + [[ $retval -eq 3 ]] && out ", timed out" outln close_socket @@ -6634,7 +6634,7 @@ run_renego() { echo R | $OPENSSL s_client $OPTIMAL_PROTO $BUGS $legacycmd $STARTTLS -msg -connect $NODEIP:$PORT $addcmd $PROXY >$TMPFILE 2>>$ERRFILE & wait_kill $! $HEADER_MAXSLEEP if [[ $? -eq 3 ]]; then - pr_done_good "likely not vulnerable (OK)"; outln " (timed out)" # it hung + pr_done_good "likely not vulnerable (OK)"; outln " timed out" # it hung fileout "sec_client_renego" "OK" "Secure Client-Initiated Renegotiation : likely not vulnerable (OK) (timed out)" sec_client_renego=1 else @@ -9075,4 +9075,4 @@ fi exit $? -# $Id: testssl.sh,v 1.564 2016/12/11 17:21:40 dirkw Exp $ +# $Id: testssl.sh,v 1.565 2016/12/20 13:26:11 dirkw Exp $