Commit 4b1043ef authored by Matt Caswell's avatar Matt Caswell
Browse files

Provide partial support for fragmented DTLS ClientHellos



The recently rewriten DTLSv1_listen code does not support fragmented
ClientHello messages because fragment reassembly requires server state
which is against the whole point of DTLSv1_listen. This change adds some
partial support for fragmented ClientHellos. It requires that the cookie
must be within the initial fragment. That way any non-initial ClientHello
fragments can be dropped and fragment reassembly is not required.

Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
parent 7d1d48a2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment