zeek/scripts/base/protocols/ssl
Matthias Vallentin 9e81342c92 Implement delay-token style SSL logging.
This commit moves the notary script into the policy directory, along with some
architectural changes: the main SSL script now has functionality to add and
remove tokens for a given record. When adding a token, the script delays the
logging until the token has been removed or until the record exceeds a maximum
delay time.

As before, the base SSL script stores all records sequentially and buffers even
non-delayed records for the sake of having an ordered log file. If this turns
out to be not so important, we can easily revert to a simpler logic.

(This is still WiP, some debuggin statements still linger.)
2012-12-22 20:30:17 -08:00
..
__load__.bro Implement delay-token style SSL logging. 2012-12-22 20:30:17 -08:00
consts.bro Add two more TLS extension values that we see in live traffic. 2012-04-27 16:18:14 -07:00
main.bro Implement delay-token style SSL logging. 2012-12-22 20:30:17 -08:00
mozilla-ca-list.bro Mozilla's current certificate bundle. 2012-07-13 22:24:34 -04:00