Commit 255cfeac authored by Matt Caswell's avatar Matt Caswell
Browse files

Reject out of context empty records



Previously if we received an empty record we just threw it away and
ignored it. Really though if we get an empty record of a different content
type to what we are expecting then that should be an error, i.e. we should
reject out of context empty records. This commit makes the necessary changes
to achieve that.

RT#4395

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 0aac3a6b
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