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

Make end of early data marker an handshake message #91

Merged
merged 1 commit into from
Dec 18, 2016
Merged

Make end of early data marker an handshake message #91

merged 1 commit into from
Dec 18, 2016

Conversation

ghedo
Copy link
Member

@ghedo ghedo commented Dec 18, 2016

As per recent TLS 1.3 update.

@@ -232,7 +232,7 @@ A simplified TLS 1.3 handshake with 0-RTT application data is shown in

ClientHello
(0-RTT Application Data)
(end_of_early_data) -------->
(EndOfEarlyData) -------->

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This goes with Finished in the second flight now which, handily, matches the QUIC version of the diagram below.

Copy link
Member Author

@ghedo ghedo Dec 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, missed that. Should be fixed now.

@martinthomson martinthomson merged commit f93c600 into quicwg:master Dec 18, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants