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

The "quic " label is used for key update #1899

Merged
merged 7 commits into from Oct 23, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-quic-tls.md
Expand Up @@ -994,7 +994,7 @@ packet with a matching KEY_PHASE.

A receiving endpoint detects an update when the KEY_PHASE bit does not match what
it is expecting. It creates a new secret (see Section 7.2 of {{!TLS13}}) and
the corresponding read key and IV. This uses the same variation on HKDF as
the corresponding read key and IV using the same variation on HKDF as
defined in {{protection-keys}}; that is, the prefix "quic " is used in place of
"tls13 ".

Expand Down