zeek/scripts/base/files
Johanna Amann e1bcc4509f OCSP: rewrite events and data structures.
Instead of having a big event, that tries to parse all the data into a
huge datastructure, we do the more common thing and use a series of
smaller events to parse requests and responses.

The new events are:

ocsp_request -> raised for an ocsp request, giving version and requestor

ocsp_request_certificate -> raised n times per request, once per cert

ocsp_response_status -> raised for each ocsp response, giving status

ocsp_response_bytes -> raised for each ocsp response with information

ocsp_response_certificate -> raised for each cert in an ocsp response
2017-02-10 17:03:18 -08:00
..
extract Extend file extraction log. 2017-01-25 01:16:46 -05:00
hash Add more script package README files 2013-10-23 16:36:14 -05:00
pe Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00
unified2 Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
x509 OCSP: rewrite events and data structures. 2017-02-10 17:03:18 -08:00