zeek/scripts/base/files/x509
Johanna Amann 9fd7816501 Allow File analyzers to direcly pass mime type.
This makes it much easier for protocols where the mime type is known in
advance like, for example, TLS. We now do no longer have to perform deep
script-level magic.
2017-02-10 17:03:33 -08:00
..
__load__.bro OCSP: rewrite events and data structures. 2017-02-10 17:03:18 -08:00
main.bro Allow File analyzers to direcly pass mime type. 2017-02-10 17:03:33 -08:00
ocsp.bro OCSP: split into two analysers in scriptland. 2017-02-10 17:03:27 -08:00
README Make OCSP analyzer part of the X.509 analyzer 2017-02-10 17:02:15 -08:00

Support for X509 certificates with the file analysis framework.
Also supposrts OCSP requests and responses.