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
4 changes: 2 additions & 2 deletions draft-ietf-quic-tls.md
Expand Up @@ -994,8 +994,8 @@ defined in {{protection-keys}}; that is, the prefix "quic " is used in place of
"tls13 ".

If the packet can be decrypted and authenticated using the updated key and IV,
then the keys it uses for packet protection are also updated. The next packet
sent by the endpoint will then use the new keys.
then the keys the endpoint uses for packet protection are also updated. The
next packet sent by the endpoint will then use the new keys.

An endpoint doesn't always need to send packets when it detects that its peer
martinthomson marked this conversation as resolved.
Show resolved Hide resolved
has updated keys. The next packet that it sends will simply use the new keys.
Expand Down