mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
remove add_tls_offered
This commit is contained in:
parent
485bcc1888
commit
05c90d4c3a
@ -5182,7 +5182,6 @@ run_protocols() {
|
|||||||
5) prln_svrty_high "CVE-2015-3197: $supported_no_ciph2";
|
5) prln_svrty_high "CVE-2015-3197: $supported_no_ciph2";
|
||||||
fileout "$jsonID" "HIGH" "offered, no cipher" "CVE-2015-3197" "CWE-310"
|
fileout "$jsonID" "HIGH" "offered, no cipher" "CVE-2015-3197" "CWE-310"
|
||||||
add_proto_offered ssl2 yes
|
add_proto_offered ssl2 yes
|
||||||
add_tls_offered ssl2 yes
|
|
||||||
set_grade_cap "F" "SSLv2 is offered"
|
set_grade_cap "F" "SSLv2 is offered"
|
||||||
;;
|
;;
|
||||||
7) prln_local_problem "$OPENSSL doesn't support \"s_client -ssl2\""
|
7) prln_local_problem "$OPENSSL doesn't support \"s_client -ssl2\""
|
||||||
@ -5211,7 +5210,6 @@ run_protocols() {
|
|||||||
latest_supported_string="SSLv3"
|
latest_supported_string="SSLv3"
|
||||||
fi
|
fi
|
||||||
add_proto_offered ssl3 yes
|
add_proto_offered ssl3 yes
|
||||||
add_tls_offered ssl3 yes
|
|
||||||
set_grade_cap "B" "SSLv3 is offered"
|
set_grade_cap "B" "SSLv3 is offered"
|
||||||
;;
|
;;
|
||||||
1) prln_svrty_best "not offered (OK)"
|
1) prln_svrty_best "not offered (OK)"
|
||||||
|
Loading…
Reference in New Issue
Block a user