mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
added experimental label for MySQL STARTTLS protocol
This commit is contained in:
parent
152c5c225c
commit
02488884bb
@ -12139,8 +12139,9 @@ determine_service() {
|
|||||||
fi
|
fi
|
||||||
grep -q '^Server Temp Key' $TMPFILE && HAS_DH_BITS=true # FIX #190
|
grep -q '^Server Temp Key' $TMPFILE && HAS_DH_BITS=true # FIX #190
|
||||||
out " Service set:$CORRECT_SPACES STARTTLS via "
|
out " Service set:$CORRECT_SPACES STARTTLS via "
|
||||||
fileout "service" "INFO" "$protocol"
|
|
||||||
out "$(toupper "$protocol")"
|
out "$(toupper "$protocol")"
|
||||||
|
[[ "$protocol" == mysql ]] && out " -- attention, this is experimental"
|
||||||
|
fileout "service" "INFO" "$protocol"
|
||||||
[[ -n "$XMPP_HOST" ]] && out " (XMPP domain=\'$XMPP_HOST\')"
|
[[ -n "$XMPP_HOST" ]] && out " (XMPP domain=\'$XMPP_HOST\')"
|
||||||
outln
|
outln
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user