From 02488884bb37d72d1f47fe7dd9b76bc4b4a5a7fa Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 1 Jul 2017 10:11:34 +0200 Subject: [PATCH] added experimental label for MySQL STARTTLS protocol --- testssl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 51195c7..81ae26e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -12139,8 +12139,9 @@ determine_service() { fi grep -q '^Server Temp Key' $TMPFILE && HAS_DH_BITS=true # FIX #190 out " Service set:$CORRECT_SPACES STARTTLS via " - fileout "service" "INFO" "$protocol" out "$(toupper "$protocol")" + [[ "$protocol" == mysql ]] && out " -- attention, this is experimental" + fileout "service" "INFO" "$protocol" [[ -n "$XMPP_HOST" ]] && out " (XMPP domain=\'$XMPP_HOST\')" outln ;;