mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Make OCSP analyzer part of the X.509 analyzer
This allows the easier integration of shared functionality. And it also makes logical sense, given that OCSP is not interesting without X.509.
This commit is contained in:
parent
dfc871f831
commit
c670613996
16 changed files with 13 additions and 47 deletions
|
@ -1 +0,0 @@
|
|||
Support for ocsp file analysis framework.
|
|
@ -1 +0,0 @@
|
|||
@load ./main
|
|
@ -1 +1,2 @@
|
|||
Support for X509 certificates with the file analysis framework.
|
||||
Also supposrts OCSP requests and responses.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
@load base/utils/paths
|
||||
@load base/utils/queue
|
||||
|
||||
# Note - this needs some cleaning up and is currently not loaded by default.
|
||||
|
||||
module OCSP;
|
||||
|
||||
export {
|
|
@ -77,7 +77,6 @@
|
|||
@load base/files/extract
|
||||
@load base/files/unified2
|
||||
@load base/files/x509
|
||||
@load base/files/ocsp
|
||||
|
||||
@load base/misc/find-checksum-offloading
|
||||
@load base/misc/find-filtered-trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue