Re: [quicwg/base-drafts] Output of the discard keys design team (#2673)
Jana Iyengar <notifications@github.com> Sat, 11 May 2019 03:22 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 01D7B1201DB for <quic-issues@ietfa.amsl.com>; Fri, 10 May 2019 20:22:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level:
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9Z55hwzD0uTZ for <quic-issues@ietfa.amsl.com>; Fri, 10 May 2019 20:22:26 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C80512017C for <quic-issues@ietf.org>; Fri, 10 May 2019 20:22:26 -0700 (PDT)
Date: Fri, 10 May 2019 20:22:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1557544945; bh=Jq/ygR13KNgh+tXuPNt/9ih0oWBnAlm37qVENc+l1i4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ox9IAF9ndRE/SRpiRaHWThxHtMKjqn7P+yJl3leET7ICfYn8G0SWX7JPwQIhHgz17 Xt+OeDsuEZd9rVtx5lIVvspFGt85ZBCj2GlDUn1nyQPqFHyHY2VqJIGpwK+KFJoE8I UIhd0tlqtpYl+mdn1gjrNnr+lfCuah699OnOsZdk=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZPYAMAQQ7NFFYZJBV24NZHDEVBNHHBUUAEMU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2673/review/236358790@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2673@github.com>
References: <quicwg/base-drafts/pull/2673@github.com>
Subject: Re: [quicwg/base-drafts] Output of the discard keys design team (#2673)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5cd63ff15829c_6a293f9850acd9601472b1"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IjPI3eXAdzYN22SxXGArhlPZM0I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 11 May 2019 03:22:31 -0000
janaiyengar commented on this pull request. Great work, @DavidSchinazi ! A bunch of comments, but only minor editorial. > @@ -369,6 +369,29 @@ primary functions: Additional functions might be needed to configure TLS. +### Handshake Complete {#handshake-complete} + +In this document, the TLS handshake is considered complete when the TLS stack +has reported that the handshake is complete. This happens when the TLS stack +has both sent a Finished message and verified the peer's Finished message. +Verifying the peer's Finished provides endpoints with an assurance that ```suggestion Verifying the peer's Finished provides the endpoint with an assurance that ``` > @@ -369,6 +369,29 @@ primary functions: Additional functions might be needed to configure TLS. +### Handshake Complete {#handshake-complete} + +In this document, the TLS handshake is considered complete when the TLS stack +has reported that the handshake is complete. This happens when the TLS stack +has both sent a Finished message and verified the peer's Finished message. +Verifying the peer's Finished provides endpoints with an assurance that +previous handshake messages have not been modified. Note that the handshake +does not complete on both endpoints simultaneously, therefore any requirements ```suggestion does not complete at both endpoints simultaneously. Consequently, any requirement ``` > @@ -369,6 +369,29 @@ primary functions: Additional functions might be needed to configure TLS. +### Handshake Complete {#handshake-complete} + +In this document, the TLS handshake is considered complete when the TLS stack +has reported that the handshake is complete. This happens when the TLS stack +has both sent a Finished message and verified the peer's Finished message. +Verifying the peer's Finished provides endpoints with an assurance that +previous handshake messages have not been modified. Note that the handshake +does not complete on both endpoints simultaneously, therefore any requirements +placed on endpoints based on the completion of the handshake are specific to ```suggestion that is based on the completion of the handshake is based on the perspective of the endpoint in question. ``` > @@ -369,6 +369,29 @@ primary functions: Additional functions might be needed to configure TLS. +### Handshake Complete {#handshake-complete} + +In this document, the TLS handshake is considered complete when the TLS stack +has reported that the handshake is complete. This happens when the TLS stack +has both sent a Finished message and verified the peer's Finished message. +Verifying the peer's Finished provides endpoints with an assurance that +previous handshake messages have not been modified. Note that the handshake +does not complete on both endpoints simultaneously, therefore any requirements +placed on endpoints based on the completion of the handshake are specific to +the handshake being complete from the perspective of the endpoint in question. + + +### Handshake Confirmed {#handshake-confirmed} + +In this document, the TLS handshake is considered confirmed when both of the ```suggestion In this document, the TLS handshake is considered confirmed at an endpoint when the ``` > +### Handshake Complete {#handshake-complete} + +In this document, the TLS handshake is considered complete when the TLS stack +has reported that the handshake is complete. This happens when the TLS stack +has both sent a Finished message and verified the peer's Finished message. +Verifying the peer's Finished provides endpoints with an assurance that +previous handshake messages have not been modified. Note that the handshake +does not complete on both endpoints simultaneously, therefore any requirements +placed on endpoints based on the completion of the handshake are specific to +the handshake being complete from the perspective of the endpoint in question. + + +### Handshake Confirmed {#handshake-confirmed} + +In this document, the TLS handshake is considered confirmed when both of the +following two conditions are met: the handshake is complete and the endpoint ```suggestion following two conditions are met: the handshake is complete, and the endpoint ``` > +Verifying the peer's Finished provides endpoints with an assurance that +previous handshake messages have not been modified. Note that the handshake +does not complete on both endpoints simultaneously, therefore any requirements +placed on endpoints based on the completion of the handshake are specific to +the handshake being complete from the perspective of the endpoint in question. + + +### Handshake Confirmed {#handshake-confirmed} + +In this document, the TLS handshake is considered confirmed when both of the +following two conditions are met: the handshake is complete and the endpoint +has received an acknowledgment for a packet sent with 1-RTT keys. This second +condition can be implemented by tracking the lowest packet number sent with +1-RTT keys, and the highest value of the Largest Acknowledged field in any +received 1-RTT ACK frame: once the latter is higher than or equal to the +former, the handshake is confirmed. Suggested rephrase: "An endpoint can implement this second predicate by recording the lowest packet number sent with 1-RTT keys. When the largest acknowledged packet number in any received 1-RTT ACK frame matches or exceeds the recorded packet number, the handshake is confirmed." > @@ -724,6 +703,35 @@ This results in abandoning loss recovery state for the Initial encryption level and ignoring any outstanding Initial packets. +### Discarding Handshake Keys + +An endpoint MUST NOT discard its handshake keys until the TLS handshake is +confirmed ({{handshake-confirmed}}). An endpoint SHOULD discard its handshake +keys as soon as it has confirmed the handshake. Most application protocols +will send data after the handshake, generating acknowledgements and ensuring ```suggestion will send data after the handshake, resulting in acknowledgements that allow ``` The application is not ensuring anything about acks or handshake keys > @@ -724,6 +703,35 @@ This results in abandoning loss recovery state for the Initial encryption level and ignoring any outstanding Initial packets. +### Discarding Handshake Keys + +An endpoint MUST NOT discard its handshake keys until the TLS handshake is +confirmed ({{handshake-confirmed}}). An endpoint SHOULD discard its handshake +keys as soon as it has confirmed the handshake. Most application protocols +will send data after the handshake, generating acknowledgements and ensuring +that both endpoints can discard their handshake keys promptly. Endpoints that ```suggestion both endpoints to discard their handshake keys promptly. Endpoints that ``` > @@ -724,6 +703,35 @@ This results in abandoning loss recovery state for the Initial encryption level and ignoring any outstanding Initial packets. +### Discarding Handshake Keys + +An endpoint MUST NOT discard its handshake keys until the TLS handshake is +confirmed ({{handshake-confirmed}}). An endpoint SHOULD discard its handshake +keys as soon as it has confirmed the handshake. Most application protocols +will send data after the handshake, generating acknowledgements and ensuring +that both endpoints can discard their handshake keys promptly. Endpoints that +do not have reason to send immediately after completing the handshake MAY send ```suggestion do not have reason to send immediately after completing the handshake might cause ``` Application does not send PINGs, it causes PING to be sent. MAY suggests permission, which isn't required here, you only need a statement of what might happen. > @@ -724,6 +703,35 @@ This results in abandoning loss recovery state for the Initial encryption level and ignoring any outstanding Initial packets. +### Discarding Handshake Keys + +An endpoint MUST NOT discard its handshake keys until the TLS handshake is +confirmed ({{handshake-confirmed}}). An endpoint SHOULD discard its handshake +keys as soon as it has confirmed the handshake. Most application protocols +will send data after the handshake, generating acknowledgements and ensuring +that both endpoints can discard their handshake keys promptly. Endpoints that +do not have reason to send immediately after completing the handshake MAY send +ack-eliciting frames, such as PING, which will cause the handshake to be ```suggestion ack-eliciting frames, such as PING, to be sent, resulting in the handshake getting ``` > @@ -724,6 +703,35 @@ This results in abandoning loss recovery state for the Initial encryption level and ignoring any outstanding Initial packets. +### Discarding Handshake Keys + +An endpoint MUST NOT discard its handshake keys until the TLS handshake is +confirmed ({{handshake-confirmed}}). An endpoint SHOULD discard its handshake +keys as soon as it has confirmed the handshake. Most application protocols +will send data after the handshake, generating acknowledgements and ensuring +that both endpoints can discard their handshake keys promptly. Endpoints that +do not have reason to send immediately after completing the handshake MAY send +ack-eliciting frames, such as PING, which will cause the handshake to be +confirmed when they are acknowledged. + + +### Discarding 0-RTT Keys + +Clients SHOULD discard 0-RTT keys as soon as they install 1-RTT keys, since ```suggestion A client SHOULD discard 0-RTT keys as soon as it installs 1-RTT keys, since ``` > +### Discarding Handshake Keys + +An endpoint MUST NOT discard its handshake keys until the TLS handshake is +confirmed ({{handshake-confirmed}}). An endpoint SHOULD discard its handshake +keys as soon as it has confirmed the handshake. Most application protocols +will send data after the handshake, generating acknowledgements and ensuring +that both endpoints can discard their handshake keys promptly. Endpoints that +do not have reason to send immediately after completing the handshake MAY send +ack-eliciting frames, such as PING, which will cause the handshake to be +confirmed when they are acknowledged. + + +### Discarding 0-RTT Keys + +Clients SHOULD discard 0-RTT keys as soon as they install 1-RTT keys, since +they have no use after that moment. ```suggestion the client does not send 0-RTT encrypted packets thereafter (see {{using-early-data}}). ``` > +ack-eliciting frames, such as PING, which will cause the handshake to be +confirmed when they are acknowledged. + + +### Discarding 0-RTT Keys + +Clients SHOULD discard 0-RTT keys as soon as they install 1-RTT keys, since +they have no use after that moment. + +0-RTT and 1-RTT packets share the same packet number space, and clients do not +send 0-RTT packets after sending a 1-RTT packet ({{using-early-data}}). +Therefore a server MAY discard 0-RTT keys as soon as it receives a 1-RTT +packet. However, due to packet reordering, a 0-RTT packet could arrive after +a 1-RTT packet. Servers MAY temporarily retain 0-RTT keys to allow decrypting +reordered packets without requiring their contents to be retransmitted with +1-RTT keys. Servers MUST discard 0-RTT keys within three times the Probe ```suggestion 1-RTT keys. After receiving a 1-RTT packet, servers MUST discard 0-RTT keys within a short time; the RECOMMENDED time period is three times the Probe ``` > +confirmed when they are acknowledged. + + +### Discarding 0-RTT Keys + +Clients SHOULD discard 0-RTT keys as soon as they install 1-RTT keys, since +they have no use after that moment. + +0-RTT and 1-RTT packets share the same packet number space, and clients do not +send 0-RTT packets after sending a 1-RTT packet ({{using-early-data}}). +Therefore a server MAY discard 0-RTT keys as soon as it receives a 1-RTT +packet. However, due to packet reordering, a 0-RTT packet could arrive after +a 1-RTT packet. Servers MAY temporarily retain 0-RTT keys to allow decrypting +reordered packets without requiring their contents to be retransmitted with +1-RTT keys. Servers MUST discard 0-RTT keys within three times the Probe +Timeout (PTO, see {{QUIC-RECOVERY}}) after receiving a 1-RTT packet. A server ```suggestion Timeout (PTO, see {{QUIC-RECOVERY}}). A server ``` > @@ -1116,9 +1144,21 @@ TLS KeyUpdate message. Endpoints MUST treat the receipt of a TLS KeyUpdate message as a connection error of type 0x10a, equivalent to a fatal TLS alert of unexpected_message (see {{tls-errors}}). -An endpoint MUST NOT initiate more than one key update at a time. A new key -cannot be used until the endpoint has received and successfully decrypted a -packet with a matching KEY_PHASE. +An endpoint MUST NOT initiate the first key update until the handshake is +confirmed ({{handshake-confirmed}}). An endpoint MUST NOT initiate a subsequent +key update until it has received an acknowledgment for a packet sent at the +current KEY_PHASE. 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. Suggest similar rewording to earlier > @@ -1116,9 +1144,21 @@ TLS KeyUpdate message. Endpoints MUST treat the receipt of a TLS KeyUpdate message as a connection error of type 0x10a, equivalent to a fatal TLS alert of unexpected_message (see {{tls-errors}}). -An endpoint MUST NOT initiate more than one key update at a time. A new key -cannot be used until the endpoint has received and successfully decrypted a -packet with a matching KEY_PHASE. +An endpoint MUST NOT initiate the first key update until the handshake is +confirmed ({{handshake-confirmed}}). An endpoint MUST NOT initiate a subsequent +key update until it has received an acknowledgment for a packet sent at the +current KEY_PHASE. 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. + +Endpoints MAY limit the number of sets of keys they retain to two sets for ```suggestion Endpoints MAY limit the number of keys they retain to two sets for ``` > -An endpoint MUST NOT initiate more than one key update at a time. A new key -cannot be used until the endpoint has received and successfully decrypted a -packet with a matching KEY_PHASE. +An endpoint MUST NOT initiate the first key update until the handshake is +confirmed ({{handshake-confirmed}}). An endpoint MUST NOT initiate a subsequent +key update until it has received an acknowledgment for a packet sent at the +current KEY_PHASE. 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. + +Endpoints MAY limit the number of sets of keys they retain to two sets for +removing packet protection and one set for protecting packets. Older keys +can be discarded. Updating keys multiple times rapidly can cause +packets to be effectively lost if packets are significantly reordered. +Therefore, an endpoint SHOULD NOT initiate a key update until three times the ```suggestion Therefore, an endpoint SHOULD NOT initiate a key update for some time after it has last updated keys; the RECOMMENDED time period is three times the PTO value. ``` > -cannot be used until the endpoint has received and successfully decrypted a -packet with a matching KEY_PHASE. +An endpoint MUST NOT initiate the first key update until the handshake is +confirmed ({{handshake-confirmed}}). An endpoint MUST NOT initiate a subsequent +key update until it has received an acknowledgment for a packet sent at the +current KEY_PHASE. 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. + +Endpoints MAY limit the number of sets of keys they retain to two sets for +removing packet protection and one set for protecting packets. Older keys +can be discarded. Updating keys multiple times rapidly can cause +packets to be effectively lost if packets are significantly reordered. +Therefore, an endpoint SHOULD NOT initiate a key update until three times the +PTO after it has last updated keys. This avoids valid reordered packets being ```suggestion This avoids valid reordered packets being ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/quicwg/base-drafts/pull/2673#pullrequestreview-236358790
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… ianswett
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- [quicwg/base-drafts] Output of the discard keys d… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… Martin Thomson
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… Martin Thomson
- Re: [quicwg/base-drafts] Output of the discard ke… MikkelFJ
- Re: [quicwg/base-drafts] Output of the discard ke… Martin Thomson
- Re: [quicwg/base-drafts] Output of the discard ke… MikkelFJ
- Re: [quicwg/base-drafts] Output of the discard ke… Christopher Wood
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… Mike Bishop
- Re: [quicwg/base-drafts] Output of the discard ke… ianswett
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… Jana Iyengar
- Re: [quicwg/base-drafts] Output of the discard ke… MikkelFJ
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… Jana Iyengar
- Re: [quicwg/base-drafts] Output of the discard ke… Jana Iyengar
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… David Schinazi
- Re: [quicwg/base-drafts] Output of the discard ke… Jana Iyengar
- Re: [quicwg/base-drafts] Output of the discard ke… Martin Thomson