zeek/testing/btest/Baseline/scripts.policy.protocols.ssl.ssl-log-ext
Johanna Amann 46e54bab76 Fix ssl-log-ext omitting data in some cases
ssl-log-ext had a bug that caused data present in the SSL connection to
not be logged in some cases. Specifically, the script relied on the base
ssl script to initialize some data structures; however, this means that
protocol messages that arrive before a message is handled by the base
ssl script are not logged.

This commit changes the ssl-log-ext script to also initialize the data
structures; now messages are correctly included in the log in all cases.
2024-01-11 17:12:33 +00:00
..
ssl-all.log Fix ssl-log-ext omitting data in some cases 2024-01-11 17:12:33 +00:00