zeek/scripts/zeekygen
Florian Wilkens 2d950ffde9 ssl: rudimentary decryption for TLS 1.2
Several limitations still apply:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 is the only supported cipher suite
- Some tests are broken due to a failing assertion regarding bytestring
- No newly written tests for decryption (the patch was tested extensively for our paper)
- Several small open technical questions marked with FIXME
- Architecture in the ssl module might not be optimal
2021-04-19 17:38:02 +02:00
..
__load__.zeek ssl: rudimentary decryption for TLS 1.2 2021-04-19 17:38:02 +02:00
example.zeek Fix misassociation of Zeekygen-style comments within function scopes 2020-12-04 19:29:11 -08:00
README Rename Zeexygen to Zeekygen 2019-05-02 21:39:21 -07:00

This package is loaded during the process which automatically generates
reference documentation for all Zeek scripts (i.e. "Zeekygen").  Its only
purpose is to provide an easy way to load all known Zeek scripts plus any
extra scripts needed or used by the documentation process.