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

Update labels for -20 #642

Merged
merged 1 commit into from
Jun 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ parameter, as shown:

struct {
uint16 length = Length;
opaque label<10..255> = "TLS 1.3, " + Label;
opaque label<10..255> = "tls13 " + Label;
uint8 hashLength; // Always 0
} HkdfLabel;
~~~
Expand All @@ -719,7 +719,7 @@ For example, the client packet protection secret uses an info parameter of:

~~~
info = (HashLen / 256) || (HashLen % 256) || 0x21 ||
"TLS 1.3, QUIC client 1-RTT secret" || 0x00
"tls13 QUIC client 1-RTT secret" || 0x00
~~~


Expand Down