mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
tiny clarification in debug mode
This commit is contained in:
parent
6e2b9ae1c6
commit
858f00304c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user