File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -754,7 +754,8 @@ keys.
754
754
755
755
After a key update (see {{key-update}}), the 1-RTT secrets are updated using a
756
756
variant of the QHKDF-Expand function. The QHKDF-Update function uses the same
757
- basic definition as QHKDF-Expand, but it does not include a connection ID.
757
+ basic definition as QHKDF-Expand, but it includes a zero-length in place of a
758
+ connection ID.
758
759
759
760
~~~
760
761
QHKDF-Update(Secret, Label, Length) =
Original file line number Diff line number Diff line change @@ -606,9 +606,8 @@ A Retry packet uses long headers with a type value of 0x7E. It carries
606
606
cryptographic handshake messages and acknowledgments. It is used by a server
607
607
that wishes to perform a stateless retry (see {{stateless-retry}}).
608
608
609
- The connection ID field echoes the corresponding fields from the triggering
610
- client packet. This allows a client to correlate a Retry with the Initial
611
- packet that it sends that the server received its packet.
609
+ The connection ID field echoes the corresponding field from the triggering
610
+ client packet.
612
611
613
612
A Retry packet includes the packet number from the client's Initial packet
614
613
number. This is obscured as normal.
@@ -645,11 +644,8 @@ server and client.
645
644
The connection ID field in a Handshake packet contains a connection ID
646
645
that is chosen by the server (see {{connection-id}}).
647
646
648
- The first Handshake packet sent by a server contains a packet number of 0. This
649
- value is increased for each subsequent packet sent by the server as described in
650
- {{packet-numbers}}. The client increments the packet number from its previous
651
- packet by one for each packet that it sends (which might be an
652
- Initial, 0-RTT Protected, or Handshake packet).
647
+ The first Handshake packet sent by a server contains a packet number of 0.
648
+ Packet numbers are incremented normally for other Handshake packets.
653
649
654
650
The payload of this packet contains STREAM frames and could contain PADDING and
655
651
ACK frames.
You can’t perform that action at this time.
0 commit comments