mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add very basic ocsp stapling support.
This only allows access to the ocsp stapling response data. No verification or anything else at the moment.
This commit is contained in:
parent
9b7eb293f1
commit
c24629abf4
7 changed files with 41 additions and 2 deletions
|
@ -81,5 +81,6 @@
|
|||
# Detect SHA1 sums in Team Cymru's Malware Hash Registry.
|
||||
@load frameworks/files/detect-MHR
|
||||
|
||||
# Load heartbleed detection. Only superficially tested, might contain bugs.
|
||||
@load policy/protocols/ssl/heartbleed
|
||||
# Uncomment the following line to enable detection of the heartbleed attack. Enabling
|
||||
# this might impact performance a bit.
|
||||
# @load policy/protocols/ssl/heartbleed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue