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.
This commit is contained in:
Johanna Amann 2024-01-11 16:31:01 +00:00
parent 28b33b5c0d
commit 46e54bab76
3 changed files with 26 additions and 24 deletions

View file

@ -1 +1 @@
43766922ec10cb7cf41d6b15156a8b5984808a44
f1ed3ca7dc6599d7d07ff55b8654c31c6438a6a3