zeek/scripts/base
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
..
files OCSP: rewrite events and data structures. 2017-02-10 17:03:18 -08:00
frameworks New file types sigs from Keith Lehigh. 2017-01-31 23:33:58 -05:00
misc Version parsing scripts now supports several beta versions. 2016-11-01 11:19:14 -07:00
protocols Add new TLS extension type (cached_info) 2017-01-19 13:22:34 -08:00
utils Fix to_json() to not lose precision for values of type double 2017-02-02 13:03:05 -06:00
init-bare.bro OCSP: rewrite events and data structures. 2017-02-10 17:03:18 -08:00
init-default.bro Make OCSP analyzer part of the X.509 analyzer 2017-02-10 17:02:15 -08:00