-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce cookie data for better DTLS 1.3 compatibility.
According RFC6347, 4.2.1. the parameter values (version, random, session_id, cipher_suites, compression_method) are the relevant ones, though the client MUST same values for them. The HelloExtensions are not mentioned. They may vary using DTLS 1.3, which then causes frequently new HelloVerifyRequest being send. Reducing the data included in the cookie prevents this and fails/aborts such an handshake without such coolkie retries Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
- Loading branch information
Showing
1 changed file
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters