Skip to content

Commit

Permalink
Line length fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Mar 9, 2020
1 parent a5f6205 commit da24edb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,10 @@ bytes to be sent, they are appended to the current flow. Any packet that
includes the CRYPTO frame is protected using keys from the corresponding
encryption level. Four encryption levels are used, producing keys for Initial,
0-RTT, Handshake, and 1-RTT packets. CRYPTO frames are carried in just three of
these levels, omitting the 0-RTT level. These four levels correspond to three packet
number spaces: Initial and Handshake encrypted packets use their own separate
spaces; 0-RTT and 1-RTT packets use the application data packet number space.
these levels, omitting the 0-RTT level. These four levels correspond to three
packet number spaces: Initial and Handshake encrypted packets use their own
separate spaces; 0-RTT and 1-RTT packets use the application data packet number
space.

QUIC takes the unprotected content of TLS handshake records as the content of
CRYPTO frames. TLS record protection is not used by QUIC. QUIC assembles
Expand Down

0 comments on commit da24edb

Please sign in to comment.