Add case in cipher order for TLS != 1.3

This commit is contained in:
Dirk Wetter 2019-10-29 19:03:36 +01:00 committed by GitHub
parent 2f9bcea5e6
commit 9a5c8c08d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6292,6 +6292,10 @@ run_server_preference() {
out " -- TLS 1.3 and below" out " -- TLS 1.3 and below"
fileout "$jsonID" "OK" "server" fileout "$jsonID" "OK" "server"
fi fi
else
# we don't have TLS 1.3 at all
pr_svrty_best "yes (OK)"
fileout "$jsonID" "OK" "server"
fi fi
fi fi
outln outln