zeek/testing/btest/scripts/base
Johanna Amann a8e84c6192 DTLS 1.3: finish implementation, add connection_id extension
This commit adds support for the connection_id extension, adds a trace
that uses DTLS 1.3 connection IDs, and adds parsing for the DTLS 1.3
unified header, in case connection IDs are not used.

In case connection IDs are used, parsing of the DTLS 1.3 unified header
is skipped. This is due to the fact, that the header then contains a
variable length element, with the length of the element not given in the
header. Instead, the length is given in the client/server hello message
of the opposite side of the connection (which we might have missed).

Furthermore, parsing is not of a high importance, since we are not
passing the connection ID, or any of the other parsed values of the
unified header into scriptland.
2023-05-10 11:17:24 +01:00
..
files log-caching-cluster: Wait for X509::known_log_certs to populate 2023-04-18 15:19:12 +02:00
frameworks Merge remote-tracking branch 'jgras/topic/jgras/cluster-init-tests' 2023-04-28 09:37:25 +02:00
misc Add scripts.base.misc.installation btest 2022-05-23 14:16:59 -07:00
protocols DTLS 1.3: finish implementation, add connection_id extension 2023-05-10 11:17:24 +01:00
utils Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00