mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-19 06:59:30 +01:00
Negotiated protocol showed no warning for TLS 1.1/1.0
.. whereas the protocol section did that. This fixes the inconsistency.
This commit is contained in:
parent
a45e9f52d5
commit
4defa95d0b
@ -6419,12 +6419,12 @@ run_server_preference() {
|
||||
fileout "$jsonID" "OK" "Default protocol TLS1.2"
|
||||
;;
|
||||
*TLSv1.1)
|
||||
prln_svrty_good $default_proto
|
||||
fileout "$jsonID" "OK" "Default protocol TLS1.1"
|
||||
prln_svrty_low $default_proto
|
||||
fileout "$jsonID" "LOW" "Default protocol TLS1.1"
|
||||
;;
|
||||
*TLSv1)
|
||||
outln $default_proto
|
||||
fileout "$jsonID" "INFO" "Default protocol TLS1.0"
|
||||
prln_svrty_low $default_proto
|
||||
fileout "$jsonID" "LOW" "Default protocol TLS1.0"
|
||||
;;
|
||||
*SSLv2)
|
||||
prln_svrty_critical $default_proto
|
||||
|
Loading…
Reference in New Issue
Block a user