Skip to content

Commit 858f003

Browse files
committed
tiny clarification in debug mode
1 parent 6e2b9ae commit 858f003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12156,7 +12156,7 @@ parse_sslv2_serverhello() {
1215612156
elif [[ $v2_hello_initbyte != "8" ]] || [[ $v2_hello_handshake != "04" ]]; then
1215712157
ret=1
1215812158
if [[ $DEBUG -ge 2 ]]; then
12159-
echo "no correct server hello"
12159+
echo "no correct (SSLv2) ServerHello"
1216012160
echo "SSLv2 server init byte: 0x0$v2_hello_initbyte"
1216112161
echo "SSLv2 hello handshake : 0x$v2_hello_handshake"
1216212162
fi

0 commit comments

Comments
 (0)