Add a few more insecure versions

This commit is contained in:
Taus Brock-Nannestad
2019-01-07 15:17:47 +01:00
parent 1af503ab84
commit 9ac50186f6

View File

@@ -28,6 +28,8 @@ string insecure_version_name() {
// For the `ssl` module
result = "PROTOCOL_SSLv2" or
result = "PROTOCOL_SSLv3" or
result = "PROTOCOL_SSLv23" or
result = "PROTOCOL_TLS" or
result = "PROTOCOL_TLSv1"
}