Commit 77cd04bd authored by Matt Caswell's avatar Matt Caswell
Browse files

Fail if an unrecognised record type is received



TLS1.0 and TLS1.1 say you SHOULD ignore unrecognised record types, but
TLS 1.2 says you MUST send an unexpected message alert. We swap to the
TLS 1.2 behaviour for all protocol versions to prevent issues where no
progress is being made and the peer continually sends unrecognised record
types, using up resources processing them.

Issue reported by 郭志攀

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(cherry picked from commit 436a2a01)
parent bfca0515
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