From 05c90d4c3ad5f63776fe227ed2f0e3a330f64603 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 2 May 2020 18:37:02 +0200 Subject: [PATCH] remove add_tls_offered --- testssl.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 6520366..ba67b8e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -5182,7 +5182,6 @@ run_protocols() { 5) prln_svrty_high "CVE-2015-3197: $supported_no_ciph2"; fileout "$jsonID" "HIGH" "offered, no cipher" "CVE-2015-3197" "CWE-310" add_proto_offered ssl2 yes - add_tls_offered ssl2 yes set_grade_cap "F" "SSLv2 is offered" ;; 7) prln_local_problem "$OPENSSL doesn't support \"s_client -ssl2\"" @@ -5211,7 +5210,6 @@ run_protocols() { latest_supported_string="SSLv3" fi add_proto_offered ssl3 yes - add_tls_offered ssl3 yes set_grade_cap "B" "SSLv3 is offered" ;; 1) prln_svrty_best "not offered (OK)"