Commit 44efb88a authored by Matt Caswell's avatar Matt Caswell
Browse files

Address feedback on SSLv2 ClientHello processing



Feedback on the previous SSLv2 ClientHello processing fix was that it
breaks layering by reading init_num in the record layer. It also does not
detect if there was a previous non-fatal warning.

This is an alternative approach that directly tracks in the record layer
whether this is the first record.

GitHub Issue #1298

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