mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-4598'
* origin/topic/johanna/gh-4598: Only pass session ticket data in ssl_session_ticket_handshake event
This commit is contained in:
commit
14e801a709
6 changed files with 34 additions and 2 deletions
5
NEWS
5
NEWS
|
@ -70,6 +70,11 @@ Breaking Changes
|
|||
on the host machine. We haven't heard from anyone that this is the case with the
|
||||
arguments in their currently-broken state.
|
||||
|
||||
- The parsing of data for the ``ssl_session_ticket_handshake`` event was fixed.
|
||||
In the past, the data contained two extra bytes before the session ticket
|
||||
data. The event now contains only the session ticket data. You might have to
|
||||
adjust your scripts if you manually worked around this bug in the past.
|
||||
|
||||
New Functionality
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue