From 858f00304c308de1f2557c139539ddb166119a64 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 2 Jun 2023 16:57:47 +0200 Subject: [PATCH] tiny clarification in debug mode --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 849006c..67f6efb 100755 --- a/testssl.sh +++ b/testssl.sh @@ -12156,7 +12156,7 @@ parse_sslv2_serverhello() { elif [[ $v2_hello_initbyte != "8" ]] || [[ $v2_hello_handshake != "04" ]]; then ret=1 if [[ $DEBUG -ge 2 ]]; then - echo "no correct server hello" + echo "no correct (SSLv2) ServerHello" echo "SSLv2 server init byte: 0x0$v2_hello_initbyte" echo "SSLv2 hello handshake : 0x$v2_hello_handshake" fi