We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2b9ae commit 858f003Copy full SHA for 858f003
1 file changed
testssl.sh
@@ -12156,7 +12156,7 @@ parse_sslv2_serverhello() {
12156
elif [[ $v2_hello_initbyte != "8" ]] || [[ $v2_hello_handshake != "04" ]]; then
12157
ret=1
12158
if [[ $DEBUG -ge 2 ]]; then
12159
- echo "no correct server hello"
+ echo "no correct (SSLv2) ServerHello"
12160
echo "SSLv2 server init byte: 0x0$v2_hello_initbyte"
12161
echo "SSLv2 hello handshake : 0x$v2_hello_handshake"
12162
fi
0 commit comments