Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce handshake message ordering #25

Open
bifurcation opened this issue Mar 15, 2016 · 1 comment
Open

Enforce handshake message ordering #25

bifurcation opened this issue Mar 15, 2016 · 1 comment

Comments

@bifurcation
Copy link
Owner

Handshake messages are required to arrive in a particular order (with some messages optional): ClientHello, ServerHello, EncryptedExtensions?, etc. Right now, we will read the servers messages in any order. We should enforce that they come in the proper order.

@ekr
Copy link
Collaborator

ekr commented Feb 19, 2018

@bifurcation I don't think this is true. The state machine should enforce correct ordering at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants