From 3b85f53d52e4fbd7aa12d438cdf850cb34117298 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 7 Sep 2024 16:15:03 +0200 Subject: [PATCH] added an accidently erased char --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index c9c66b4..f35949d 100755 --- a/testssl.sh +++ b/testssl.sh @@ -22973,7 +22973,7 @@ run_rating() { c1_worst=80 elif [[ $(has_server_protocol "tls1") -eq 0 ]]; then c1_worst=90 - elif [[ $(as_server_protocol "tls1_1") -eq 0 ]]; then + elif [[ $(has_server_protocol "tls1_1") -eq 0 ]]; then c1_worst=95 else # TLS1.2 and TLS1.3 both give 100 points c1_worst=100