mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() 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. |
||
---|---|---|
.. | ||
basic.test | ||
certificate_request.zeek | ||
common_name.test | ||
comp_methods.test | ||
cve-2015-3194.test | ||
dhe.test | ||
dpd.test | ||
dtls-13.test | ||
dtls-no-dtls.test | ||
dtls-stun-dpd.test | ||
dtls.test | ||
ecdhe.test | ||
ecdsa.test | ||
fragment.test | ||
handshake-events.test | ||
keyexchange.test | ||
ocsp-http-get.test | ||
ocsp-request-only.test | ||
ocsp-request-response.test | ||
ocsp-response-only.test | ||
ocsp-revoked.test | ||
ocsp-stapling.test | ||
prevent-disable-analyzer.test | ||
signed_certificate_timestamp.test | ||
tls-1.2-ciphers.test | ||
tls-1.2-handshake-failure.test | ||
tls-1.2-random.test | ||
tls-1.2.test | ||
tls-extension-events.test | ||
tls1_1.test | ||
tls13-experiment.test | ||
tls13-version.test | ||
tls13.test | ||
tls13_encrypted_handshake_events.test | ||
x509-invalid-extension.test | ||
x509_extensions.test |