Skip to content

Commit

Permalink
more concise timing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Dec 12, 2019
1 parent 66edd7d commit 9ca3414
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,8 @@ and ignoring any outstanding Initial packets.
### Discarding Handshake Keys

An endpoint MUST discard its handshake keys when the TLS handshake is confirmed
({{handshake-confirmed}}). The server MUST send a HANDSHAKE_DONE frame when the
handshake completes. Most application protocols will send data after the
handshake. A server might want to minimize the number of packets sent by
bundling the HANDSHAKE_DONE frame with other data. It MAY delay sending of the
HANDSHAKE_DONE frame by no more than one round-trip.
({{handshake-confirmed}}). The server MUST send a HANDSHAKE_DONE frame within
one round-trip time of handshake completion.


### Discarding 0-RTT Keys
Expand Down

0 comments on commit 9ca3414

Please sign in to comment.