Skip to content

Commit

Permalink
More text
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 14, 2018
1 parent 3dcfe95 commit ab5c19f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion draft-ietf-quic-tls.md
Expand Up @@ -457,7 +457,11 @@ Although TLS only uses one encryption level at a time, QUIC may use more than
one level. For instance, after sending its Finished message (using a CRYPTO
frame at the Handshake encryption level) an endpoint can send STREAM data (in
1-RTT encryption). If the Finished message is lost, the endpoint uses the
Handshake encryption level to retransmit the lost message.
Handshake encryption level to retransmit the lost message. Reordering or loss
of packets can mean that QUIC will need to handle packets at multiple encryption
levels. During the handshake, this means potentially handling of packets at
higher and lower encryption levels than the current encryption level used by
TLS.

In particular, server implementations need to be able to read packets at the
Handshake encryption level before the final TLS handshake message at the 0-RTT
Expand Down

0 comments on commit ab5c19f

Please sign in to comment.