mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
fix broxygen errors
This commit is contained in:
parent
ef5b021e77
commit
7d0e5067c7
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ export {
|
||||||
const notify_dh_length_shorter_cert_length = T &redef;
|
const notify_dh_length_shorter_cert_length = T &redef;
|
||||||
}
|
}
|
||||||
|
|
||||||
## We check key lengths only for DSA or RSA certificates. For others, we do
|
# We check key lengths only for DSA or RSA certificates. For others, we do
|
||||||
## not know what is safe (e.g. EC is safe even with very short key lengths).
|
# not know what is safe (e.g. EC is safe even with very short key lengths).
|
||||||
|
#
|
||||||
event ssl_established(c: connection) &priority=3
|
event ssl_established(c: connection) &priority=3
|
||||||
{
|
{
|
||||||
# If there are no certificates or we are not interested in the server, just return.
|
# If there are no certificates or we are not interested in the server, just return.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue