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

View File

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