提交 52cc46a2 编写于 作者: B Bodo Möller

Detect SSL error code mishandling.

上级 a07b4dc0
...@@ -205,6 +205,13 @@ while (($hdr, $lib) = each %libinc) ...@@ -205,6 +205,13 @@ while (($hdr, $lib) = each %libinc)
} }
} }
if ($lib eq "SSL") {
if ($rmax{$lib} >= 1000) {
print STDERR "!! ERROR: SSL error codes 1000+ are reserved for alerts.\n";
print STDERR "!! Any new alerts must be added to $config.\n";
print STDERR "\n";
}
}
close IN; close IN;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册