mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/johanna/dtls13'
* topic/johanna/dtls13: DTLS1.3 - address review feedback DTLS 1.3: Update test baseline DTLS 1.3: finish implementation, add connection_id extension Add basic DTLSv1.3 support SSL: Fix logging of Hello Retry Requests
This commit is contained in:
commit
3d257e52e2
19 changed files with 489 additions and 199 deletions
4
NEWS
4
NEWS
|
@ -242,6 +242,10 @@ New Functionality
|
|||
- The ``ip4_hdr`` record was extended by ``DF``, ``MF``, ``offset`` and ``sum``
|
||||
to aid packet-level analysis use-cases.
|
||||
|
||||
- Zeek now supports parsing the recently standardized DTLS 1.3. Besides the protocol
|
||||
messages being correctly parsed and raising the typical SSL/TLS events, the biggest
|
||||
visible change is the newly added ``ssl_extension_connection_id`` event.
|
||||
|
||||
- The NTP analyzer now recognizes when client and server mode messages disagree
|
||||
with the notion of "originator" and "responder" and flips the connection. This
|
||||
can happen in packet loss or packet re-ordering scenarios. Such connections will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue