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

Explain TLS/QUIC key update differences #4576

Merged
merged 2 commits into from Jan 11, 2021
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 @@ -1452,7 +1452,7 @@ without needing to receive the first packet that triggered the change. An
endpoint that notices a changed Key Phase bit updates keys and decrypts the
packet that contains the changed value.

Initiating a key updates results in both endpoints updating keys. This differs
Initiating a key update results in both endpoints updating keys. This differs
from TLS where endpoints can update keys independently.

This mechanism replaces the key update mechanism of TLS, which relies on
Expand Down