zeek/scripts
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
..
base OCSP: rewrite events and data structures. 2017-02-10 17:03:18 -08:00
broxygen Fix Broxygen coverage. 2015-03-13 14:53:11 -05:00
policy OCSP: a bunch of whitespace fixes 2017-02-10 17:03:04 -08:00
site Add a new site policy script local-logger.bro 2016-10-31 20:43:50 -05:00
CMakeLists.txt Add a new site policy script local-logger.bro 2016-10-31 20:43:50 -05:00
test-all-policy.bro Merge remote-tracking branch 'origin/master' into topic/seth/smb 2016-08-08 15:46:49 -04:00