Fix a few failing tests

This commit is contained in:
Bernhard Amann 2014-04-24 14:45:06 -07:00
parent c24629abf4
commit 3d22692b6e
4 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,9 @@
module Heartbleed;
# Detect the TLS heartbleed attack. See http://heartbleed.com
# Detect the TLS heartbleed attack. See http://heartbleed.com/
@load base/protocols/ssl
@load base/frameworks/notice
module Heartbleed;
# Do not disable analyzers after detection - otherwhise we will not notice encrypted attacks
redef SSL::disable_analyzer_after_detection=F;