mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-01-30 05:00:46 +00:00
Update WelsonJS.Augmented/Catswords.TlsReport/Tls12OfflineInspector.cs
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
This commit is contained in:
parent
599daffb3b
commit
e99a2a46a9
|
|
@ -398,7 +398,7 @@ namespace Catswords.TlsReport
|
|||
|
||||
var funcs = ReadMultiStringHKLM(k, "Functions");
|
||||
if (funcs == null)
|
||||
return Warn("Cipher suite policy Functions", "Functions value not readable or not set.");
|
||||
return Fail("Cipher suite policy Functions", "Policy key exists, but Functions value is missing, unreadable, or not REG_MULTI_SZ. This can block TLS handshakes.");
|
||||
if (funcs.Length == 0)
|
||||
return Fail("Cipher suite policy Functions", "Functions list is empty. This can block TLS handshakes.");
|
||||
return Info("Cipher suite policy Functions", "Functions count=" + funcs.Length);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user