From 7d0e5067c76ce5f3719cb203a1b692f78b64eecf Mon Sep 17 00:00:00 2001 From: Bernhard Amann Date: Sun, 27 Apr 2014 16:25:32 -0700 Subject: [PATCH] fix broxygen errors --- scripts/policy/protocols/ssl/weak-keys.bro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/policy/protocols/ssl/weak-keys.bro b/scripts/policy/protocols/ssl/weak-keys.bro index f8a7b504b3..a6f96bfd53 100644 --- a/scripts/policy/protocols/ssl/weak-keys.bro +++ b/scripts/policy/protocols/ssl/weak-keys.bro @@ -32,9 +32,9 @@ export { const notify_dh_length_shorter_cert_length = T &redef; } -## 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). - +# 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). +# event ssl_established(c: connection) &priority=3 { # If there are no certificates or we are not interested in the server, just return.