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

Use 'encryption' less often #1708

Merged
merged 2 commits into from Aug 28, 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
7 changes: 4 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -1008,9 +1008,10 @@ Packet numbers are divided into 3 spaces in QUIC:
As described in {{QUIC-TLS}}, each packet type uses different protection keys.

Conceptually, a packet number space is the context in which a packet can be
processed and ACKed. Initial packets can only be sent with Initial encryption
keys and ACKed in packets which are also Initial packets. Similarly, Handshake
packets can only be sent and acknowledged in Handshake packets.
processed and acknowledged. Initial packets can only be sent with Initial
packet protection keys and acknowledged in packets which are also Initial
packets. Similarly, Handshake packets are sent at the Handshake encryption
level and can only be acknowledged in Handshake packets.

This enforces cryptographic separation between the data sent in the different
packet sequence number spaces. Each packet number space starts at packet number
Expand Down