Skip to content

Commit

Permalink
Restore implementation advice
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 10, 2019
1 parent b35a5e4 commit c131d08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,10 @@ IV to protect all subsequent packets.
An endpoint MUST NOT initiate a key update prior to having received an
acknowledgment for a packet that it sent protected with keys from the current
key phase. This ensures that keys are available to both peers before another
can be initiated.
can be initiated. This can be implemented by tracking the lowest packet number
sent with each key phase, and the highest acknowledged packet number in the
1-RTT space: once the latter is higher than or equal to the former, another key
update can be initiated.

Note:

Expand Down

0 comments on commit c131d08

Please sign in to comment.