Skip to content

Commit 75606ba

Browse files
committed
Mike's editorial comments
1 parent e451864 commit 75606ba

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

draft-ietf-quic-tls.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,8 @@ keys.
754754

755755
After a key update (see {{key-update}}), the 1-RTT secrets are updated using a
756756
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.
758759

759760
~~~
760761
QHKDF-Update(Secret, Label, Length) =

draft-ietf-quic-transport.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,8 @@ A Retry packet uses long headers with a type value of 0x7E. It carries
606606
cryptographic handshake messages and acknowledgments. It is used by a server
607607
that wishes to perform a stateless retry (see {{stateless-retry}}).
608608

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.
612611

613612
A Retry packet includes the packet number from the client's Initial packet
614613
number. This is obscured as normal.
@@ -645,11 +644,8 @@ server and client.
645644
The connection ID field in a Handshake packet contains a connection ID
646645
that is chosen by the server (see {{connection-id}}).
647646

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.
653649

654650
The payload of this packet contains STREAM frames and could contain PADDING and
655651
ACK frames.

0 commit comments

Comments
 (0)