diff --git a/Src/Report.cs b/Src/Report.cs index 24dadad..0e39961 100644 --- a/Src/Report.cs +++ b/Src/Report.cs @@ -472,6 +472,9 @@ internal void Analyse() if (suites.ContainsKey(M.SSLv30)) { warnings["PV003"] = "Server supports SSL 3.0."; } + if (suites.ContainsKey(M.TLSv10)) { + warnings["PV006"] = "Server supports TLS 1.0."; + } if (unknownSKE) { warnings["SK001"] = "Some Server Key Exchange messages" + " could not be processed.";