Commit 91d13f1a authored by Matt Caswell's avatar Matt Caswell
Browse files

DTLS handshake message fragments musn't span packets



It should not be possible for DTLS message fragments to span multiple
packets. However previously if the message header fitted exactly into one
packet, and the fragment body was in the next packet then this would work.
Obviously this would fail if packets get re-ordered mid-flight.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent b821df5f
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