Skip to content

Commit

Permalink
tiny clarification in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
drwetter committed Jun 2, 2023
1 parent 6e2b9ae commit 858f003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 858f003

Please sign in to comment.