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:
Johanna Amann 2017-02-08 10:57:30 -08:00
parent dfc871f831
commit c670613996
16 changed files with 13 additions and 47 deletions

View file

@ -1 +0,0 @@
Support for ocsp file analysis framework.

View file

@ -1 +0,0 @@
@load ./main

View file

@ -1 +1,2 @@
Support for X509 certificates with the file analysis framework.
Also supposrts OCSP requests and responses.

View file

@ -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 {

View file

@ -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