[quicwg/base-drafts] f851c8: allow endpoints to generate traffic keys asynchron...
Jana Iyengar <noreply@github.com> Tue, 01 September 2020 19:44 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 115253A0FBD for <quic-issues@ietfa.amsl.com>; Tue, 1 Sep 2020 12:44:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level:
X-Spam-Status: No, score=-2.101 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] 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 srFwNMcRHagg for <quic-issues@ietfa.amsl.com>; Tue, 1 Sep 2020 12:44:09 -0700 (PDT)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 011253A0FC2 for <quic-issues@ietf.org>; Tue, 1 Sep 2020 12:44:08 -0700 (PDT)
Received: from github.com (hubbernetes-node-5c3792e.va3-iad.github.net [10.48.103.38]) by smtp.github.com (Postfix) with ESMTPA id 34094340A58 for <quic-issues@ietf.org>; Tue, 1 Sep 2020 12:44:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1598989448; bh=4raa95hA9oWn7RP36MbjtyNjVql0V9BNPAlDC9qUQFg=; h=Date:From:To:Subject:From; b=Mfqf58HWn1tnLm4k5BLc3rh4dWkEtZBJgyocszFVhl1HW8l2DlOp4CRpvgCQwUnsX hRL3nj+8aA8clZoTmTJwbhB0GFPfcd+q0tOznreMvikbcrVvuhZCrx8aUTQR9YclpO WewQDj9bG5IswYagUjH5b5pgrapZxhSqHOrvCCU4=
Date: Tue, 01 Sep 2020 12:44:08 -0700
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/4c54fc-41be14@github.com>
Subject: [quicwg/base-drafts] f851c8: allow endpoints to generate traffic keys asynchron...
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/e089OpX_Zgzwr9E_OEtZFU-aWpE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Tue, 01 Sep 2020 19:44:11 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: f851c8c09372918c9b735053084707f24f066547 https://github.com/quicwg/base-drafts/commit/f851c8c09372918c9b735053084707f24f066547 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- allow endpoints to generate traffic keys asynchronously, write down the expectations in relation Commit: 6e54f3ee508a1351e68a807da5c06fc076705703 https://github.com/quicwg/base-drafts/commit/6e54f3ee508a1351e68a807da5c06fc076705703 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- QUIC does not generate keys, TLS provides them Commit: 964fd9669388d69ebefd198507dc9673b07af7e7 https://github.com/quicwg/base-drafts/commit/964fd9669388d69ebefd198507dc9673b07af7e7 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Rearrange the text, based on @marten-seeman's point that the intent of the existing text has already been to forbid PTO timer to be armed for 1-RTT packets until the handshake completes, and that the pseudo-code is written as such Commit: 2e6bc76dc43f6091d86ffcacc7c0d772e123a629 https://github.com/quicwg/base-drafts/commit/2e6bc76dc43f6091d86ffcacc7c0d772e123a629 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- both endpoints refrain from sending probes before obtaining the read keys Commit: 784b062fd825617a503abc92f852947d8df77a11 https://github.com/quicwg/base-drafts/commit/784b062fd825617a503abc92f852947d8df77a11 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- explicitly state from which PN spaces to choose Commit: 8334a5e21cf293808b8ed0b7afc7fede57cbcde2 https://github.com/quicwg/base-drafts/commit/8334a5e21cf293808b8ed0b7afc7fede57cbcde2 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- MT's suggestion Commit: a77e003d851accabc4133ea2d4ea6bd242d10fb9 https://github.com/quicwg/base-drafts/commit/a77e003d851accabc4133ea2d4ea6bd242d10fb9 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-authored-by: Martin Thomson <mt@lowentropy.net> Commit: e024864ddceee4b2fd1721baf95414d8a7a608e0 https://github.com/quicwg/base-drafts/commit/e024864ddceee4b2fd1721baf95414d8a7a608e0 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Jana's suggestions Commit: 07a668eb3be2a2bbfe8622996c40d11e6d777b96 https://github.com/quicwg/base-drafts/commit/07a668eb3be2a2bbfe8622996c40d11e6d777b96 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- based on the established rationale, PTO should be disabled until the handshake is confirmed rather than until when completed Commit: 9a008e71a06f89d794c08184469060488a660c66 https://github.com/quicwg/base-drafts/commit/9a008e71a06f89d794c08184469060488a660c66 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Apply suggestions from code review Co-authored-by: ianswett <ianswett@users.noreply.github.com> Commit: 5e25bcd6297dbfb320ad4748a96d0e00c203f17d https://github.com/quicwg/base-drafts/commit/5e25bcd6297dbfb320ad4748a96d0e00c203f17d Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Resolution from #3821 (pseudocode missing) Commit: 7f22ad84730e22190bb61aceec94145bb8eca93a https://github.com/quicwg/base-drafts/commit/7f22ad84730e22190bb61aceec94145bb8eca93a Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md M draft-ietf-quic-transport.md Log Message: ----------- agreed changes from editors meeting Commit: 728dc375f6b4cdcf8ad977e578a542f02cd9245c https://github.com/quicwg/base-drafts/commit/728dc375f6b4cdcf8ad977e578a542f02cd9245c Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- mt's comments Commit: 102907894de1ddc026a1b32a86d4e65c2cfb550a https://github.com/quicwg/base-drafts/commit/102907894de1ddc026a1b32a86d4e65c2cfb550a Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- kazuho corrections Commit: 9821f073979277e7e06919742a8bc402ae530922 https://github.com/quicwg/base-drafts/commit/9821f073979277e7e06919742a8bc402ae530922 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- s/MAY/SHOULD, and some editorializing Commit: 1fe972794aeb792c9553bccfc57b096447aea9e0 https://github.com/quicwg/base-drafts/commit/1fe972794aeb792c9553bccfc57b096447aea9e0 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- undo SHOULD Commit: 0000ceb45a959ffc7b568a079b8b01fe4956bbce https://github.com/quicwg/base-drafts/commit/0000ceb45a959ffc7b568a079b8b01fe4956bbce Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Add para on local delays when ack is buffered Commit: 808310412d66c649651e99d9e67ba8f89cd11628 https://github.com/quicwg/base-drafts/commit/808310412d66c649651e99d9e67ba8f89cd11628 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Apply suggestions from code review Co-authored-by: Martin Thomson <mt@lowentropy.net> Commit: 3d26a53dc4dad99851289eabfd4ff600e18c98bc https://github.com/quicwg/base-drafts/commit/3d26a53dc4dad99851289eabfd4ff600e18c98bc Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md M draft-ietf-quic-transport.md Log Message: ----------- more changes Commit: e7969995f5ce73f268746c04c89b22bc7bd152a0 https://github.com/quicwg/base-drafts/commit/e7969995f5ce73f268746c04c89b22bc7bd152a0 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- fix ref Commit: ef2a714c4105a4cce5bd11f60ca2f724123e097a https://github.com/quicwg/base-drafts/commit/ef2a714c4105a4cce5bd11f60ca2f724123e097a Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- tightening Commit: 4c41f557b5e667ea0c97d7c650b526cd5308d6c5 https://github.com/quicwg/base-drafts/commit/4c41f557b5e667ea0c97d7c650b526cd5308d6c5 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Apply suggestions from code review Co-authored-by: Martin Thomson <mt@lowentropy.net> Commit: 7f87ff781d49f02bfb3565de94525b56529ab54f https://github.com/quicwg/base-drafts/commit/7f87ff781d49f02bfb3565de94525b56529ab54f Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- move local delay para up Commit: 6635adb440aeeab3a023dc60aa735679026d1599 https://github.com/quicwg/base-drafts/commit/6635adb440aeeab3a023dc60aa735679026d1599 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Ian's comments Commit: ddb4b86561e175e9670b6804bc890fd947491f2e https://github.com/quicwg/base-drafts/commit/ddb4b86561e175e9670b6804bc890fd947491f2e Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-authored-by: Kazuho Oku <kazuhooku@gmail.com> Commit: 0b9b2e1e3e9b65773a94c6e9b6c8cf12fbd34d95 https://github.com/quicwg/base-drafts/commit/0b9b2e1e3e9b65773a94c6e9b6c8cf12fbd34d95 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- RTT Commit: 936c4a0f080564afc3ab0e5c2d8732f14101a27b https://github.com/quicwg/base-drafts/commit/936c4a0f080564afc3ab0e5c2d8732f14101a27b Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-06 (Thu, 06 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md M draft-ietf-quic-transport.md Log Message: ----------- more comments Commit: e7d423e78f6a6778b685688f4d2d56f4813881f4 https://github.com/quicwg/base-drafts/commit/e7d423e78f6a6778b685688f4d2d56f4813881f4 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Ian's comments Commit: 721ee0008702eb34ae1c1fb2bf67b84d762e12a9 https://github.com/quicwg/base-drafts/commit/721ee0008702eb34ae1c1fb2bf67b84d762e12a9 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- s/ack immediately/not delay intentionally Commit: 952952a241916edbca9cd1a56cd633fc596c756d https://github.com/quicwg/base-drafts/commit/952952a241916edbca9cd1a56cd633fc596c756d Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Martin's concern in #4035 Commit: 99d976fe50d0e4a1a8dc740e0fefbb81b59d4a9d https://github.com/quicwg/base-drafts/commit/99d976fe50d0e4a1a8dc740e0fefbb81b59d4a9d Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- kazuho's comments Commit: 2a50ecd6accd6b3376891dd94a332015c3eef6d3 https://github.com/quicwg/base-drafts/commit/2a50ecd6accd6b3376891dd94a332015c3eef6d3 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- kazuho's comments Commit: 95988d742bfdeef43e32027563e3de1f608d28e2 https://github.com/quicwg/base-drafts/commit/95988d742bfdeef43e32027563e3de1f608d28e2 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-28 (Fri, 28 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-authored-by: ianswett <ianswett@users.noreply.github.com> Commit: cae02dc83b371f4a5f63d62636bca4cf5920ba2d https://github.com/quicwg/base-drafts/commit/cae02dc83b371f4a5f63d62636bca4cf5920ba2d Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-28 (Fri, 28 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- reference for why Initial packets won't be delayed Commit: 1a02636b7ec7d496cc09d34be03b69e013e0776d https://github.com/quicwg/base-drafts/commit/1a02636b7ec7d496cc09d34be03b69e013e0776d Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-09-01 (Tue, 01 Sep 2020) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-invariants.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge branch 'master' into kazuho/pto-vs-key-generation Commit: 41be14b507b62ea578230ce00b2323a4e5dbcc1a https://github.com/quicwg/base-drafts/commit/41be14b507b62ea578230ce00b2323a4e5dbcc1a Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-09-01 (Tue, 01 Sep 2020) Changed paths: M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3874 from kazuho/kazuho/pto-vs-key-generation Behavior around key availability delays during handshake Compare: https://github.com/quicwg/base-drafts/compare/4c54fc3c85b5...41be14b507b6
- [quicwg/base-drafts] f851c8: allow endpoints to g… Jana Iyengar