[quicwg/base-drafts] 1a563f: Immediately close with INVALID_TOKEN

ianswett <noreply@github.com> Mon, 13 January 2020 21:32 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 7683212001B for <quic-issues@ietfa.amsl.com>; Mon, 13 Jan 2020 13:32:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level:
X-Spam-Status: No, score=-7.001 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, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-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 a2RtTUBmB3Fv for <quic-issues@ietfa.amsl.com>; Mon, 13 Jan 2020 13:32:44 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8381E120A58 for <quic-issues@ietf.org>; Mon, 13 Jan 2020 13:32:44 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id DA8482C1703 for <quic-issues@ietf.org>; Mon, 13 Jan 2020 13:32:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1578951163; bh=MhrGC74/YCjBcYo+5OJo7+7JoEeZvn0g/NNTaNpzAPM=; h=Date:From:To:Subject:From; b=IMONXMEJFgQvPkn7acrr5NwTcL93qjw47HO5eAZFsG90q2rB0S25fUdqgOfzPaMm1 LVn0/epjoKbmPHNfG+i0GT1eLEjMVqBy/aAOTZ3rRtv/YQ5y/SWm12RtEHZ5D8Aqe/ GO3ZjIyqY9m/pUWDrO194a14JCzS83yvBj/RxHM0=
Date: Mon, 13 Jan 2020 13:32:43 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-min-rtt/810bb9-5d9f7f@github.com>
Subject: [quicwg/base-drafts] 1a563f: Immediately close with INVALID_TOKEN
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SeDIawrtMOvR5Lvo-flLbgWNM_c>
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: Mon, 13 Jan 2020 21:32:51 -0000

  Branch: refs/heads/ianswett-min-rtt
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1a563f23d8de25376eb56fcb54133968fe72a88d
      https://github.com/quicwg/base-drafts/commit/1a563f23d8de25376eb56fcb54133968fe72a88d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Immediately close with INVALID_TOKEN

If the Retry token is known to be invalid by the server, then the server can close the connection with INVALID_TOKEN instead of waiting for a timeout.


  Commit: 24d4b635a6348565fe16e8ee20b0e0e34ad5b590
      https://github.com/quicwg/base-drafts/commit/24d4b635a6348565fe16e8ee20b0e0e34ad5b590
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 8c4691476c3cd896f74ff58402b48c650ac032e6
      https://github.com/quicwg/base-drafts/commit/8c4691476c3cd896f74ff58402b48c650ac032e6
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 7bed0b465944def7aee9349ea1b61bad09ce8f86
      https://github.com/quicwg/base-drafts/commit/7bed0b465944def7aee9349ea1b61bad09ce8f86
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Mandatory distinction between token types

Closes #3127.


  Commit: 47889736fe180f33c4951bbd60916278c7985329
      https://github.com/quicwg/base-drafts/commit/47889736fe180f33c4951bbd60916278c7985329
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Separate generic token construction requirements


  Commit: 6cf5de8b6bce8470f614918cf149429ed327cf1a
      https://github.com/quicwg/base-drafts/commit/6cf5de8b6bce8470f614918cf149429ed327cf1a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Kazuho and MTs comments


  Commit: b43b5bfb6962bfa87054ae8ed0eb96e18ce5be2a
      https://github.com/quicwg/base-drafts/commit/b43b5bfb6962bfa87054ae8ed0eb96e18ce5be2a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Define the error


  Commit: f827ca30b70e4ccffcd5f94ce884b0c26584d37f
      https://github.com/quicwg/base-drafts/commit/f827ca30b70e4ccffcd5f94ce884b0c26584d37f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  whitespace


  Commit: a263330298f0469ca7791cd503063b57eb0acac9
      https://github.com/quicwg/base-drafts/commit/a263330298f0469ca7791cd503063b57eb0acac9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Moved too much up


  Commit: 6b6273302247ffb91797391218850f95dae0b4af
      https://github.com/quicwg/base-drafts/commit/6b6273302247ffb91797391218850f95dae0b4af
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Ian's tweaks


  Commit: de8755430b9580bf5cbc3ef7afa8188437a71a2f
      https://github.com/quicwg/base-drafts/commit/de8755430b9580bf5cbc3ef7afa8188437a71a2f
  Author: Eric Kinnear <ekinnear@apple.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Packets on one path must not adjust values for a different path


  Commit: d867945f6f1ca9ada1e01c92e5294310b4dc400b
      https://github.com/quicwg/base-drafts/commit/d867945f6f1ca9ada1e01c92e5294310b4dc400b
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  clarify the scope of a NEW_TOKEN token


  Commit: 3539edc1b1d03a469bd0ff5a32b0735daef8e79c
      https://github.com/quicwg/base-drafts/commit/3539edc1b1d03a469bd0ff5a32b0735daef8e79c
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clarify that:
* Endpoints that drop the keys when entering closing state MUST back-off the
  frequency of CONNECTION_CLOSE packets that it sends.
* Endpoints that do not drop stops sending CONNECTION_CLOSE packet once it
  receives a packet containing CONNECTION_CLOSE.


  Commit: 1e0db50707bd7ec1179b03269aef26fcc3cd3b0a
      https://github.com/quicwg/base-drafts/commit/1e0db50707bd7ec1179b03269aef26fcc3cd3b0a
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  plural


  Commit: fb291efde6bdb976af004252087865410ed23917
      https://github.com/quicwg/base-drafts/commit/fb291efde6bdb976af004252087865410ed23917
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: e67d71336fdf52a267fbccde942849dac6004c69
      https://github.com/quicwg/base-drafts/commit/e67d71336fdf52a267fbccde942849dac6004c69
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  encourage the use of applicable and unused token, while prohibiting the use of unapplicable ones


  Commit: abfc00ca30ae3d44ba1f29db246b588178cc1127
      https://github.com/quicwg/base-drafts/commit/abfc00ca30ae3d44ba1f29db246b588178cc1127
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  SHOULD backoff in decrypting, MUST backoff if not


  Commit: e36eb7614830dcff2fecb0c720fa29ede4643d03
      https://github.com/quicwg/base-drafts/commit/e36eb7614830dcff2fecb0c720fa29ede4643d03
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  separate paragraphs for each class of design


  Commit: a45ded27fd9b4da8658657c0be11ff8cc0d2639c
      https://github.com/quicwg/base-drafts/commit/a45ded27fd9b4da8658657c0be11ff8cc0d2639c
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  rephrase based on @martinthomson's suggestion


  Commit: 15898c5c6ee3538bfe6b45a9e652ee0767c59c21
      https://github.com/quicwg/base-drafts/commit/15898c5c6ee3538bfe6b45a9e652ee0767c59c21
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  merge the paragraphs (suggested by @ianswett)


  Commit: 3e153569a5f25801e5711cc26236d28f034c70b6
      https://github.com/quicwg/base-drafts/commit/3e153569a5f25801e5711cc26236d28f034c70b6
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  0x1d only in 1-RTT; suggest user_canceled alert


  Commit: 3d68e2be216d2ca28a28221f1f86bc91ffde7fa0
      https://github.com/quicwg/base-drafts/commit/3d68e2be216d2ca28a28221f1f86bc91ffde7fa0
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 175e7ddf52fd32aec9b24ad37214a35df99c8230
      https://github.com/quicwg/base-drafts/commit/175e7ddf52fd32aec9b24ad37214a35df99c8230
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 89a0171ca79c8846ea72749f819a4d52af64b824
      https://github.com/quicwg/base-drafts/commit/89a0171ca79c8846ea72749f819a4d52af64b824
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  wordwrap


  Commit: 96cc1e384b7c65767c7d9bd23130f23c30244b5f
      https://github.com/quicwg/base-drafts/commit/96cc1e384b7c65767c7d9bd23130f23c30244b5f
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: c0b9c9307ddd840fb32bfc1c151040ab569b49fd
      https://github.com/quicwg/base-drafts/commit/c0b9c9307ddd840fb32bfc1c151040ab569b49fd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  an app that wishes to do so can


  Commit: 54ed6dc0572c3b88f05c8eaa8ef5b520eb00dc21
      https://github.com/quicwg/base-drafts/commit/54ed6dc0572c3b88f05c8eaa8ef5b520eb00dc21
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Allow provisional registrations for all registries

This overhauls the system for IANA registries to use a unified scheme
that allows provisional registration.  This seems pretty complicated in
terms of nailing down all the corner cases, but it is fairly simple in
practice:

* Provisional registration is easy, it only requires that the requester
provide contact information and (ideally) the codepoint they want.
They could provide more, but at their discretion.

* Permanent registration requires that you fill out the fields.

Experts are required for both, but only really to prevent spam.  We have
a few more requirements for permanent registrations of frame types, but
that is more for the purposes of advice, because sending an new frame
leads to protocol errors if you haven't agreed to that in the past.

I've sketched out a strawman for a codepoint reclamation process.  That
advises that experts try to find some use of the codepoint.  There is a
date on registrations that can guide the selection of codepoints to
reclaim, but these can be updated any time by anyone who wants to keep
the registration "live".

Closes #3109. Closes #3020.


  Commit: eb30e2a0b1f7318a21a326a2481c8c278a902e7d
      https://github.com/quicwg/base-drafts/commit/eb30e2a0b1f7318a21a326a2481c8c278a902e7d
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  application does not send a frame


  Commit: fea8629b7991150a51b86eff18bd302ed633630a
      https://github.com/quicwg/base-drafts/commit/fea8629b7991150a51b86eff18bd302ed633630a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  enstricted


  Commit: ce608aac8ea116d554c7fd32dc2199d215db9a24
      https://github.com/quicwg/base-drafts/commit/ce608aac8ea116d554c7fd32dc2199d215db9a24
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Update draft-ietf-quic-tls.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 408ba486db7c1fdea3d0049379a1a56934e1f78d
      https://github.com/quicwg/base-drafts/commit/408ba486db7c1fdea3d0049379a1a56934e1f78d
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  "the" @MikeBishop


  Commit: e0a60c778340168e734cb229d12ec7257f736192
      https://github.com/quicwg/base-drafts/commit/e0a60c778340168e734cb229d12ec7257f736192
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  add unless, based on the discussion starting from https://github.com/quicwg/base-drafts/issues/3155#issuecomment-548264247


  Commit: 9617e1da29cda2a6230e7e59e9ae62a257087d73
      https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Kazuho's suggestion

About being able to unprotect the Initial packet


  Commit: 97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b
      https://github.com/quicwg/base-drafts/commit/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 85bac671b3282b7464a7b5b73a52ec5c34f2c62a
      https://github.com/quicwg/base-drafts/commit/85bac671b3282b7464a7b5b73a52ec5c34f2c62a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: 70aef67ee532cb6466e6bc1d485718782052de32
      https://github.com/quicwg/base-drafts/commit/70aef67ee532cb6466e6bc1d485718782052de32
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: 887c909e025d6d1c3a1f634cf13b62937d51ea37
      https://github.com/quicwg/base-drafts/commit/887c909e025d6d1c3a1f634cf13b62937d51ea37
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  MAY close the connection without creating state


  Commit: c36760da1391e5cf66b10b4d9d699c5fda3c8e88
      https://github.com/quicwg/base-drafts/commit/c36760da1391e5cf66b10b4d9d699c5fda3c8e88
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Jana's suggestion


  Commit: b16c4cfb6295dab73b45b234b7e20a1caff13de3
      https://github.com/quicwg/base-drafts/commit/b16c4cfb6295dab73b45b234b7e20a1caff13de3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 3ab9f77f170dd89a902f52b4669035c7fab87add
      https://github.com/quicwg/base-drafts/commit/3ab9f77f170dd89a902f52b4669035c7fab87add
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 311d87043248d5862f3e181e9045f90bdf73239d
      https://github.com/quicwg/base-drafts/commit/311d87043248d5862f3e181e9045f90bdf73239d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Jana's suggestions


  Commit: 56e2ca00dc0bd264c21b72d7b28a46652d676d31
      https://github.com/quicwg/base-drafts/commit/56e2ca00dc0bd264c21b72d7b28a46652d676d31
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame


  Commit: 09a420387fa4e2ca5562bc58a31806c1c6deff3f
      https://github.com/quicwg/base-drafts/commit/09a420387fa4e2ca5562bc58a31806c1c6deff3f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Editorial fixes from @MikeBishop

Co-Authored-By: Mike Bishop <mbishop@evequefou.be>


  Commit: 1deac80822eb33acb4eb038210994dcc174a07e8
      https://github.com/quicwg/base-drafts/commit/1deac80822eb33acb4eb038210994dcc174a07e8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add default contact details


  Commit: 44a1cd3861501082dc24d09725212c642fae8997
      https://github.com/quicwg/base-drafts/commit/44a1cd3861501082dc24d09725212c642fae8997
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Add HTTP/3 registration updates


  Commit: 656d67a144077447150eeb13ee432e1e6f205484
      https://github.com/quicwg/base-drafts/commit/656d67a144077447150eeb13ee432e1e6f205484
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Semicolons before "see {section}"


  Commit: 22e8b1cae9a2614c72b2b58337b09a359f49c5ab
      https://github.com/quicwg/base-drafts/commit/22e8b1cae9a2614c72b2b58337b09a359f49c5ab
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  forbid exceeding the peer's active_connection_id_limit


  Commit: 1e286a042ef691a58f38c6b63b6339fdf9b9d14b
      https://github.com/quicwg/base-drafts/commit/1e286a042ef691a58f38c6b63b6339fdf9b9d14b
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  add an error code for exceeding the connection ID limit


  Commit: 50b9b3997901707201744740d131a08cb1ab31f5
      https://github.com/quicwg/base-drafts/commit/50b9b3997901707201744740d131a08cb1ab31f5
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  handle reordered NEW_CONNECTION_ID frames


  Commit: 1568d427726afd00edf0bef4c4a6c4d5fe259321
      https://github.com/quicwg/base-drafts/commit/1568d427726afd00edf0bef4c4a6c4d5fe259321
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 66992a654573597a569668be47b35fbf9384d08c
      https://github.com/quicwg/base-drafts/commit/66992a654573597a569668be47b35fbf9384d08c
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Ian's and Eric's suggestion


  Commit: 30e554ae61fd41635c374647a07c2e2c5d85650a
      https://github.com/quicwg/base-drafts/commit/30e554ae61fd41635c374647a07c2e2c5d85650a
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 8ed69b0c6393dca4a876ee73c866b69a7a2a3e75
      https://github.com/quicwg/base-drafts/commit/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  set a default and minimum value for active_connection_id_limit


  Commit: 8354804a2a30580fd1b7deadb19f3baf3ad68fd8
      https://github.com/quicwg/base-drafts/commit/8354804a2a30580fd1b7deadb19f3baf3ad68fd8
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  mandate the processing order of NEW_CONNECTION_ID frame fields


  Commit: 6a72f4259942e5b84906277bc38bff550b5b9c0e
      https://github.com/quicwg/base-drafts/commit/6a72f4259942e5b84906277bc38bff550b5b9c0e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Recommend H3_NO_ERROR for early responses


  Commit: f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54
      https://github.com/quicwg/base-drafts/commit/f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Clarify what the error code is for


  Commit: 7016f46e961bfc46a235379c274cdaf68fccd051
      https://github.com/quicwg/base-drafts/commit/7016f46e961bfc46a235379c274cdaf68fccd051
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  RTTVar is not really a variance

It's a mean deviation.  This has confused at least one reader.


  Commit: 474291a1da6b83e72105de556fa4ec4bd9fce39a
      https://github.com/quicwg/base-drafts/commit/474291a1da6b83e72105de556fa4ec4bd9fce39a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Martin's suggestion


  Commit: 4cf3ff91650a1731e37acd8dc50c4855acae0718
      https://github.com/quicwg/base-drafts/commit/4cf3ff91650a1731e37acd8dc50c4855acae0718
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 1396f0742e572a6740a05c26cc92cc9deda8799a
      https://github.com/quicwg/base-drafts/commit/1396f0742e572a6740a05c26cc92cc9deda8799a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 7a1bfb73f425696b0eefbb36d94c5f24bef6fabb
      https://github.com/quicwg/base-drafts/commit/7a1bfb73f425696b0eefbb36d94c5f24bef6fabb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  A day in the life

...and now we know how many holes it takes to fill the Albert Hall.

This section has existed for a long time as "TBD".  No longer.  It also
takes the opportunity to explain a little bit about what 0-RTT is for.

Closes #2856.
Closes #2843.


  Commit: 9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb
      https://github.com/quicwg/base-drafts/commit/9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clearer text for application errors

This cribs Lucas' proposed tweak and makes a few other tiny adjustments.

Closes #2850.


  Commit: 4ae0c600314c9e2e783b855b97c0c9f368ea05bb
      https://github.com/quicwg/base-drafts/commit/4ae0c600314c9e2e783b855b97c0c9f368ea05bb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Summarize where frames can be used

It's still slightly odd where we have this setup between TLS and
transport, but it seems like replicating the information might work.

Closes #2721.


  Commit: 50997741a989c1b70b991a73b2290d7417c5b77e
      https://github.com/quicwg/base-drafts/commit/50997741a989c1b70b991a73b2290d7417c5b77e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  grammer iz had


  Commit: 2ce6f2914d99f3b821c2e2bdb71483fd238ebe74
      https://github.com/quicwg/base-drafts/commit/2ce6f2914d99f3b821c2e2bdb71483fd238ebe74
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Restore other state after a spoofed migration

This is really just an observation, because there is no real way we can
insist on people doing this sort of thing, but being aware of the
performance implication of spoofed migrations might motivate solutions.

Closes #2311.


  Commit: b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f
      https://github.com/quicwg/base-drafts/commit/b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Use no_application_protocol more

The old text used the non-specific "abort" here, but we can use the
right error code.

Closes #2500.


  Commit: e898a628f4146a462d112a6de705b1b3f0f11100
      https://github.com/quicwg/base-drafts/commit/e898a628f4146a462d112a6de705b1b3f0f11100
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Yes, I meant to remove that 'if'.  Oops.


  Commit: 32b6f776ffc82063e71af0b9152cbfa65aebaeb8
      https://github.com/quicwg/base-drafts/commit/32b6f776ffc82063e71af0b9152cbfa65aebaeb8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Bad CONNECTION_CLOSE isn't special

If we get one, rely on the back-off that we require endpoints to
implement when they enter the closing state.  No need for any additional
special processing rules.

Closes #2475.
Closes #3230.


  Commit: 094ac5b9fb261b47dccc0626cba1b8a0105db380
      https://github.com/quicwg/base-drafts/commit/094ac5b9fb261b47dccc0626cba1b8a0105db380
  Author: Bence Béky <bencebeky@users.noreply.github.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  [HTTP/3] [editorial] How many parts is the HTTP/3 specification is split into exactly? (#3219)

I count eight including the additional resources or six not including
them.  But what I'm most concerned about is that Sections 1 and 2 are
also part of the HTTP/3 specification.


  Commit: cee02b8081a97cb76ca41f95023eff22f83f98d0
      https://github.com/quicwg/base-drafts/commit/cee02b8081a97cb76ca41f95023eff22f83f98d0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Mikkel makes this better

Co-Authored-By: MikkelFJ <mikkelfj@gmail.com>


  Commit: 36192e6c3858e5431a60a63859547a661b46373f
      https://github.com/quicwg/base-drafts/commit/36192e6c3858e5431a60a63859547a661b46373f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  only the application

Co-Authored-By: Mike Bishop <mbishop@evequefou.be>


  Commit: 2ae98990a35cbecba177a56c71b9db7bd0d57963
      https://github.com/quicwg/base-drafts/commit/2ae98990a35cbecba177a56c71b9db7bd0d57963
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Reorder, tweak


  Commit: 5866e9649332db619d09e31eaa764936ea0d8ac6
      https://github.com/quicwg/base-drafts/commit/5866e9649332db619d09e31eaa764936ea0d8ac6
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  termination clause

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 192990e0903bad56516e5750fadc18004a10aea2
      https://github.com/quicwg/base-drafts/commit/192990e0903bad56516e5750fadc18004a10aea2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Paraphrase Mike's suggestion


  Commit: dbf8326f45d7610e639946b4df476f2f97fd359d
      https://github.com/quicwg/base-drafts/commit/dbf8326f45d7610e639946b4df476f2f97fd359d
  Author: Bence Béky <bencebeky@users.noreply.github.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)

* [HTTP/3] [editorial] Remove mention of redefining setting format.

Each SETTINGS parameter consists of an identifier and a value, each
encoded as QUIC variable-length integer.  The sentence being removed is
a remnant from the time when setting values were encoded as
length-prefixed binary blobs.

* Clarify how settings ported from HTTP/2 might redefine value.

* reword parenthetical


  Commit: 204aeb1c77d58208ec2e9e9c6f1a35a47277f368
      https://github.com/quicwg/base-drafts/commit/204aeb1c77d58208ec2e9e9c6f1a35a47277f368
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  App or flow control limited (#3238)

* App or flow control limited

Fixes #3236

* spelling


  Commit: 3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5
      https://github.com/quicwg/base-drafts/commit/3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Fix Gorry's editorial comments (#3237)

This attempts to fix Gorry's editorial comments from the QUIC mailing list.


  Commit: ba6b49a20a69e9e68f0d3a4c5c36efbc79d6d830
      https://github.com/quicwg/base-drafts/commit/ba6b49a20a69e9e68f0d3a4c5c36efbc79d6d830
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  MUST NOT use a reordering theshold less than 3


  Commit: 67011489dd94afc11d0a06a50ba1c2671c8c4988
      https://github.com/quicwg/base-drafts/commit/67011489dd94afc11d0a06a50ba1c2671c8c4988
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 00e05fbb38c9079150e06806e97b5f4763c70ac2
      https://github.com/quicwg/base-drafts/commit/00e05fbb38c9079150e06806e97b5f4763c70ac2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Reference 3168 for ECN

And note that 8311 is an update.


  Commit: 3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
      https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: c52cd498bfa49a005f25bcd11ad11a043c322d08
      https://github.com/quicwg/base-drafts/commit/c52cd498bfa49a005f25bcd11ad11a043c322d08
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  ECN editorial

>From Gorry's comments


  Commit: 912634dbeddd6dbe910a05694828db4b2fc67b3a
      https://github.com/quicwg/base-drafts/commit/912634dbeddd6dbe910a05694828db4b2fc67b3a
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  include the handshake and SPA CIDs in the connection ID limit


  Commit: a11afffde6f7d8a1663baf21877b1b87449c2f41
      https://github.com/quicwg/base-drafts/commit/a11afffde6f7d8a1663baf21877b1b87449c2f41
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  rephrase when to supply new CIDs


  Commit: 26d90987df16bcd264146040aa0ed33995ccc0bf
      https://github.com/quicwg/base-drafts/commit/26d90987df16bcd264146040aa0ed33995ccc0bf
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  --layer


  Commit: b0e93f726ac15c1b3a57721b621639ed5b2fcac0
      https://github.com/quicwg/base-drafts/commit/b0e93f726ac15c1b3a57721b621639ed5b2fcac0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Use host less as appropriate


  Commit: 5653e332c7394814bedd12b84586da20f3a6c186
      https://github.com/quicwg/base-drafts/commit/5653e332c7394814bedd12b84586da20f3a6c186
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Define "address"

Closes 3233.


  Commit: 31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
      https://github.com/quicwg/base-drafts/commit/31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Fix incorrect expression


  Commit: 2473c8b0a7b3834498c159403a6dfca75daaa41e
      https://github.com/quicwg/base-drafts/commit/2473c8b0a7b3834498c159403a6dfca75daaa41e
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into enforce-active-connection-id-limit


  Commit: 95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
      https://github.com/quicwg/base-drafts/commit/95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Set, not seed


  Commit: e41a121b775409e5b7f6e276ede0e11eca7936d5
      https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Jana's suggestion


  Commit: f427ed23016ed57959adf1152d08b3041d0704d3
      https://github.com/quicwg/base-drafts/commit/f427ed23016ed57959adf1152d08b3041d0704d3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Reference 3168 for ECN (#3241)

* Reference 3168 for ECN

And note that 8311 is an update.

* Update draft-ietf-quic-recovery.md


  Commit: c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
      https://github.com/quicwg/base-drafts/commit/c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #3251 from quicwg/jri/not-seed

Clarify that initial RTT is set, not seeded into something


  Commit: bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
      https://github.com/quicwg/base-drafts/commit/bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #3250 from quicwg/jri/time-threshold

Fix incorrect time-threshold expression


  Commit: e526ccf9c43c49e3dd90110e3a22e450f32a76b0
      https://github.com/quicwg/base-drafts/commit/e526ccf9c43c49e3dd90110e3a22e450f32a76b0
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  endpoints never requests a CID


  Commit: 7333f466daf11ab512f44ab13005fb477c952098
      https://github.com/quicwg/base-drafts/commit/7333f466daf11ab512f44ab13005fb477c952098
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Avoid using table- prefixes for anchors

xml2rfc v3 format prohibits the use of these, which will cause problems.
This makes the anchors longer, so feel free to go with something else.


  Commit: 08f96e3da48faf241da7fad12cfee7b27fcef691
      https://github.com/quicwg/base-drafts/commit/08f96e3da48faf241da7fad12cfee7b27fcef691
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid

endpoints never requests a CID


  Commit: dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
      https://github.com/quicwg/base-drafts/commit/dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #3242 from quicwg/ianswett-ecn-editorial

ECN editorial


  Commit: 750caeac14e33b7bfa362d54d4804f6e2be69e5b
      https://github.com/quicwg/base-drafts/commit/750caeac14e33b7bfa362d54d4804f6e2be69e5b
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  no active_connection_id_limit when using zero-length CIDs


  Commit: 569b660eb85bf55bf7a226037da73057afd86ddf
      https://github.com/quicwg/base-drafts/commit/569b660eb85bf55bf7a226037da73057afd86ddf
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: 81c610b900c4b78a7a1415d1005b7a8f5fff3464
      https://github.com/quicwg/base-drafts/commit/81c610b900c4b78a7a1415d1005b7a8f5fff3464
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Merge pull request #3253 from quicwg/table-tag

Avoid using table- prefixes for anchors


  Commit: 12d3abd22ad130b21f29854fd487546dcd57eb6b
      https://github.com/quicwg/base-drafts/commit/12d3abd22ad130b21f29854fd487546dcd57eb6b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove some cruft from packet size section

This section had a bunch of text that wasn't updated as the result of
other changes elsewhere.  Though there was a suggestion that this could
reference other sections, but as this is in some ways the authoritative
section on the subject, I decided to keep the requirements.  That's
duplicative, but I couldn't see a simple way to deal with that.

Closes #3255.


  Commit: 5b356b5358b8f9d9ff119bbd57e7079d5cda3dc1
      https://github.com/quicwg/base-drafts/commit/5b356b5358b8f9d9ff119bbd57e7079d5cda3dc1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Key generation for updates MAY be deferred

As concluded in Singapore.

Closes #2792.


  Commit: b3defa9c1d9b8a97b445bcc5ca40cd7dfcc75321
      https://github.com/quicwg/base-drafts/commit/b3defa9c1d9b8a97b445bcc5ca40cd7dfcc75321
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  No reading of 1-RTT before the handshake is complete

We really mean it.

The effect of #3159 has been to shame some implementations into the
right behaviour, but on reviewing this section, it really was
unambiguous.  This tweaks the text slightly and adds a cautionary note,
but it is otherwise unchanged other than a few editorial tweaks.

Closes #3159.


  Commit: e2ee0d4652ea2f3a405da6ba14d08416bc4f6b3d
      https://github.com/quicwg/base-drafts/commit/e2ee0d4652ea2f3a405da6ba14d08416bc4f6b3d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Simplify


  Commit: 459ef0f8b646af38e381acab8f2dfb1769391df0
      https://github.com/quicwg/base-drafts/commit/459ef0f8b646af38e381acab8f2dfb1769391df0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Keep context


  Commit: e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad
      https://github.com/quicwg/base-drafts/commit/e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  apply Jana's suggestion


  Commit: 22c459a6461133576cfa0758ca5155689d9e2196
      https://github.com/quicwg/base-drafts/commit/22c459a6461133576cfa0758ca5155689d9e2196
  Author: Peter Wu <peter@lekensteyn.nl>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  TLS: fix references to registries


  Commit: e4b5c8103a85a79e62da4b027b199b84240bfb24
      https://github.com/quicwg/base-drafts/commit/e4b5c8103a85a79e62da4b027b199b84240bfb24
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Allow ranges


  Commit: b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707
      https://github.com/quicwg/base-drafts/commit/b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Recovery editorial update

Update based on my review of the editor's copy.


  Commit: 33a4a4804a4d4ba9e10d311560a873adef1d5c77
      https://github.com/quicwg/base-drafts/commit/33a4a4804a4d4ba9e10d311560a873adef1d5c77
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  whitespace


  Commit: 258f2da1aaaaaef58d84ecc04556cbe932238b4a
      https://github.com/quicwg/base-drafts/commit/258f2da1aaaaaef58d84ecc04556cbe932238b4a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 16d3ddbb49f0df52a8694dda68c2c57ed871ee44
      https://github.com/quicwg/base-drafts/commit/16d3ddbb49f0df52a8694dda68c2c57ed871ee44
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #3234 from quicwg/ianswett-recovery-editorial

Recovery editorial update


  Commit: f5fc8b46c06a636b23fbc92690017c088ba6fca2
      https://github.com/quicwg/base-drafts/commit/f5fc8b46c06a636b23fbc92690017c088ba6fca2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #3267 from Lekensteyn/tls-iana-fixes

TLS: fix references to registries


  Commit: 882bc758be4e0ef31edebb890e1f54461e29037e
      https://github.com/quicwg/base-drafts/commit/882bc758be4e0ef31edebb890e1f54461e29037e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3249 from quicwg/sub-host

Use host less, define address more


  Commit: 4c85c51e257757ffa98637b340684b74be8b71c1
      https://github.com/quicwg/base-drafts/commit/4c85c51e257757ffa98637b340684b74be8b71c1
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M CONTRIBUTING.md

  Log Message:
  -----------
  Update CONTRIBUTING.md


  Commit: f831a871f2c06df618c13b056d97cf0f6fefefc1
      https://github.com/quicwg/base-drafts/commit/f831a871f2c06df618c13b056d97cf0f6fefefc1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  iyengareditorialization


  Commit: d7dd049f2a3f98d43132620708b9231668c049a9
      https://github.com/quicwg/base-drafts/commit/d7dd049f2a3f98d43132620708b9231668c049a9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3262 from quicwg/remove-first-initial

Remove some cruft from packet size section


  Commit: c43acac96f405a821b0566d7ea56e7ea7c4e2f33
      https://github.com/quicwg/base-drafts/commit/c43acac96f405a821b0566d7ea56e7ea7c4e2f33
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  A zero-length Retry Token is invalid

The Retry packet can be discarded.

Closes #3271.


  Commit: 2f57c4c27e4042c475a87a39a6d2a5f4786f47ee
      https://github.com/quicwg/base-drafts/commit/2f57c4c27e4042c475a87a39a6d2a5f4786f47ee
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3157 from kazuho/kazuho/connection-close-must-backoff

Backoff on CONNECTION_CLOSE


  Commit: f20777786ad5b925f9b4be5e5bae7b4bcffba95f
      https://github.com/quicwg/base-drafts/commit/f20777786ad5b925f9b4be5e5bae7b4bcffba95f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3231 from quicwg/bad-close-ok

Bad CONNECTION_CLOSE isn't special


  Commit: 6660526149fd2fc238bbefb1ffa139ce3a58de6d
      https://github.com/quicwg/base-drafts/commit/6660526149fd2fc238bbefb1ffa139ce3a58de6d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3156 from kazuho/kazuho/token-scope

clarify the scope of a NEW_TOKEN token


  Commit: 48ca60d01e0c939f8243963edab5a86db5e4f6cd
      https://github.com/quicwg/base-drafts/commit/48ca60d01e0c939f8243963edab5a86db5e4f6cd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3164 from kazuho/kazuho/application-close-only-in-1rtt

Forbid use of application-level close in Initial, Handshake packets


  Commit: 12cc91a5d71d070187cec0163ba19aff1eec3713
      https://github.com/quicwg/base-drafts/commit/12cc91a5d71d070187cec0163ba19aff1eec3713
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3128 from quicwg/must-distinguish-tokens

Mandatory distinction between token types


  Commit: 745f4674876f25f212f9b4ddfcc1013242f88e24
      https://github.com/quicwg/base-drafts/commit/745f4674876f25f212f9b4ddfcc1013242f88e24
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M CONTRIBUTING.md
    M draft-ietf-quic-http.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 handle-reordered-ncid-frames


  Commit: 373dfc1561634e48a45c1541ac1d17caee4cc776
      https://github.com/quicwg/base-drafts/commit/373dfc1561634e48a45c1541ac1d17caee4cc776
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3202 from marten-seemann/handle-reordered-ncid-frames

handle reordered NEW_CONNECTION_ID frames


  Commit: 9f09e6eee38f86f60336db70483c6b049dec90c9
      https://github.com/quicwg/base-drafts/commit/9f09e6eee38f86f60336db70483c6b049dec90c9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Fix offset of Packet Number field in example

Closes #3279.


  Commit: 621cc6f80564ceb3d2647b5f23814338dcca1aba
      https://github.com/quicwg/base-drafts/commit/621cc6f80564ceb3d2647b5f23814338dcca1aba
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3225 from quicwg/life

A day in the life


  Commit: 75838e0e8386538b70d6584364354a8b3af865dc
      https://github.com/quicwg/base-drafts/commit/75838e0e8386538b70d6584364354a8b3af865dc
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3229 from quicwg/restore-path-state

Restore other state after a spoofed migration


  Commit: 5470410e08b99845de425faf285488a20a25b93b
      https://github.com/quicwg/base-drafts/commit/5470410e08b99845de425faf285488a20a25b93b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #3228 from quicwg/abort

Use no_application_protocol more


  Commit: 02eb9515e868e1e6bb80644673a23928bc7d60d3
      https://github.com/quicwg/base-drafts/commit/02eb9515e868e1e6bb80644673a23928bc7d60d3
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3226 from quicwg/resetting

Clearer text for application errors


  Commit: 89b53f0934c05a9dfbcbe7ead8cdc728fa6be3a5
      https://github.com/quicwg/base-drafts/commit/89b53f0934c05a9dfbcbe7ead8cdc728fa6be3a5
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3139 from erickinnear/ek/reset_cc

Packets on one path must not adjust values for a different path


  Commit: 7d17a202aee84d3751f2f4bdf4e2902f71d8f54c
      https://github.com/quicwg/base-drafts/commit/7d17a202aee84d3751f2f4bdf4e2902f71d8f54c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3107 from quicwg/ianswett-invalid-token

Immediately close with INVALID_TOKEN


  Commit: 25267b36c49a8f29f889fde596cef5d63fbfd462
      https://github.com/quicwg/base-drafts/commit/25267b36c49a8f29f889fde596cef5d63fbfd462
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3277 from quicwg/retry-token-zero

A zero-length Retry Token is invalid


  Commit: 3641d9cbb34b7936d2b0a91f5ab0a87490daec48
      https://github.com/quicwg/base-drafts/commit/3641d9cbb34b7936d2b0a91f5ab0a87490daec48
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3196 from quicwg/semicolons

Semicolons before "see {section}"


  Commit: 18e24e212c3abd623990da105478c9f731f7485c
      https://github.com/quicwg/base-drafts/commit/18e24e212c3abd623990da105478c9f731f7485c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  NEW_TOKEN contains globally unique values

This is already implied by the existing text, but it isn't said
directly.  That is, we say that the values can't be linkable, which
is a stronger requirement.  Saying that you can't send the same value on
two connections is much clearer.

Closes #3179.


  Commit: b4accb8631ac0add1b5a62a8e7a543e3c72c9ea6
      https://github.com/quicwg/base-drafts/commit/b4accb8631ac0add1b5a62a8e7a543e3c72c9ea6
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M draft-ietf-quic-tls.md
    M initial-protection.js

  Log Message:
  -----------
  Update vectors for draft-25


  Commit: 46cc5af98038ac25d06c90d96a41dec702b2989d
      https://github.com/quicwg/base-drafts/commit/46cc5af98038ac25d06c90d96a41dec702b2989d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M draft-ietf-quic-tls.md
    M initial-protection.js

  Log Message:
  -----------
  Merge pull request #3284 from quicwg/vector-25

Update vectors for draft-25


  Commit: 4d2fd8de88526855513d6a8248e5a812ce0ba831
      https://github.com/quicwg/base-drafts/commit/4d2fd8de88526855513d6a8248e5a812ce0ba831
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Rephrase sentence


  Commit: bc61dcd873bcc0434de365e2da443eb3dcc830f3
      https://github.com/quicwg/base-drafts/commit/bc61dcd873bcc0434de365e2da443eb3dcc830f3
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3285 from quicwg/jri/edit

Reword sentence about backoff of CONNECTION_CLOSE


  Commit: 932d505c5dcc243939b7b2e6b4f1ba28aa72bd8a
      https://github.com/quicwg/base-drafts/commit/932d505c5dcc243939b7b2e6b4f1ba28aa72bd8a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Paraphrase suggestions


  Commit: 32b81b6bc1b68293e5e5f8f4fa19d0fd905301c0
      https://github.com/quicwg/base-drafts/commit/32b81b6bc1b68293e5e5f8f4fa19d0fd905301c0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #3263 from quicwg/may-defer-keygen

Key generation for updates MAY be deferred


  Commit: 90bc428d40356107d21e165a94e7fe2b0e3f2e64
      https://github.com/quicwg/base-drafts/commit/90bc428d40356107d21e165a94e7fe2b0e3f2e64
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M .circleci/config.yml
    M CONTRIBUTING.md
    M draft-ietf-quic-http.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
    M initial-protection.js

  Log Message:
  -----------
  Merge branch 'master' into provisional


  Commit: a167bc0a4266fca8026492d7e6d8cb24c9268038
      https://github.com/quicwg/base-drafts/commit/a167bc0a4266fca8026492d7e6d8cb24c9268038
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Merge pull request #3208 from quicwg/http/early_response

Recommend H3_NO_ERROR for early responses


  Commit: 90baacda8f5ce02aa7d0e1354abc7e48ae74b86e
      https://github.com/quicwg/base-drafts/commit/90baacda8f5ce02aa7d0e1354abc7e48ae74b86e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #3224 from quicwg/really-really-dont-1rtt-early

No reading of 1-RTT before the handshake is complete


  Commit: 752f22c36e96d4a647f6ad69c8cd8a6eb1f8b097
      https://github.com/quicwg/base-drafts/commit/752f22c36e96d4a647f6ad69c8cd8a6eb1f8b097
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3201 from marten-seemann/enforce-active-connection-id-limit

enforce the active_connection_id_limit


  Commit: e60e0ea0f7ec734c53be491f811b1f9e78246647
      https://github.com/quicwg/base-drafts/commit/e60e0ea0f7ec734c53be491f811b1f9e78246647
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #3240 from quicwg/ianswett-must-not-3

SHOULD NOT use a reordering threshold less than 3


  Commit: 19dd7d0df4c85af239b524a865c117cdf8d5a433
      https://github.com/quicwg/base-drafts/commit/19dd7d0df4c85af239b524a865c117cdf8d5a433
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3186 from marten-seemann/crypto-frame-overflow

allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame


  Commit: f93eca717921eca125548e760d5ab8f3f1a5ccb5
      https://github.com/quicwg/base-drafts/commit/f93eca717921eca125548e760d5ab8f3f1a5ccb5
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3170 from quicwg/provisional

Allow provisional registrations for all registries


  Commit: e8cc9063bd9053b4bc7fb46649500fe8d9520d19
      https://github.com/quicwg/base-drafts/commit/e8cc9063bd9053b4bc7fb46649500fe8d9520d19
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md
    A metadata.min.js

  Log Message:
  -----------
  CONNECTION_CLOSE in Handshake too


  Commit: 8a400b45f8817c1894ac1789f43b039070b50a72
      https://github.com/quicwg/base-drafts/commit/8a400b45f8817c1894ac1789f43b039070b50a72
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Reword, thanks @janaiyengar


  Commit: dd930535c23477ae0251a4f8b5341267f1d7d44b
      https://github.com/quicwg/base-drafts/commit/dd930535c23477ae0251a4f8b5341267f1d7d44b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  ...and 1-RTT too


  Commit: c23f017912428481d583414e1cef97e5d707d542
      https://github.com/quicwg/base-drafts/commit/c23f017912428481d583414e1cef97e5d707d542
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md
    A metadata.min.js

  Log Message:
  -----------
  Merge pull request #3293 from quicwg/close-in-handshake

CONNECTION_CLOSE in Handshake too


  Commit: a35f3c43cbf793ba9da502361d9568615124f492
      https://github.com/quicwg/base-drafts/commit/a35f3c43cbf793ba9da502361d9568615124f492
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove duplicated CONNECTION_CLOSE rules


  Commit: e725fe45c12405608e3432ca94e073ab7703fed7
      https://github.com/quicwg/base-drafts/commit/e725fe45c12405608e3432ca94e073ab7703fed7
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Recommend replacing, not changing, protocol components (#3206)

* Recommend replacing, not changing

* Remove extra word

* Update draft-ietf-quic-http.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 77882faf2c30745a5444168dfeac8d708c9c8117
      https://github.com/quicwg/base-drafts/commit/77882faf2c30745a5444168dfeac8d708c9c8117
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: d8ca865c63bf318b58938eb64adf064032f5971c
      https://github.com/quicwg/base-drafts/commit/d8ca865c63bf318b58938eb64adf064032f5971c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: 60076da33e27d5f49d9cccfe7a8aee1c67171720
      https://github.com/quicwg/base-drafts/commit/60076da33e27d5f49d9cccfe7a8aee1c67171720
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: ac52e0f5c63bf813d5227317448eee35aec3a8c5
      https://github.com/quicwg/base-drafts/commit/ac52e0f5c63bf813d5227317448eee35aec3a8c5
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clarify the fractions of connections an endpoint must disable spin bit for


  Commit: 8ebd3bb542cd4ed97c6c7c5ef4a1f92e0391953f
      https://github.com/quicwg/base-drafts/commit/8ebd3bb542cd4ed97c6c7c5ef4a1f92e0391953f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Disable spin randomly per-path or per-CID

This addresses linkability concerns.

Builds on #3270 and includes suggested improvements.

Closes #3270.
Closes #3257.
Closes #2628.


  Commit: 2625670ec2c3b179bcd81df66c6bf25946c38996
      https://github.com/quicwg/base-drafts/commit/2625670ec2c3b179bcd81df66c6bf25946c38996
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 918a1c05d10f94cac30b4651aed997604673a360
      https://github.com/quicwg/base-drafts/commit/918a1c05d10f94cac30b4651aed997604673a360
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Reduce repetition


  Commit: e36b24df432acf9b049ebc49cd233c381553cb9b
      https://github.com/quicwg/base-drafts/commit/e36b24df432acf9b049ebc49cd233c381553cb9b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #3223 from quicwg/ianswett-mean-deviation

RTTVar is not really a variance


  Commit: cd6fcba2ed941f991e0ef5aefcd59767b295d037
      https://github.com/quicwg/base-drafts/commit/cd6fcba2ed941f991e0ef5aefcd59767b295d037
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 1eba3aa1de7f7635d9d923becc14d0aa80fbe1eb
      https://github.com/quicwg/base-drafts/commit/1eba3aa1de7f7635d9d923becc14d0aa80fbe1eb
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3281 from quicwg/dedupe-token

NEW_TOKEN contains globally unique values


  Commit: ee7d6964548b9d10db5e203d3c548d07753fd08a
      https://github.com/quicwg/base-drafts/commit/ee7d6964548b9d10db5e203d3c548d07753fd08a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Jana strikes again with a solid suggestion


  Commit: 48958a7cc07f1732fb374648b44e99663c6b1159
      https://github.com/quicwg/base-drafts/commit/48958a7cc07f1732fb374648b44e99663c6b1159
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Move the retained sentence higher instead


  Commit: da2bcfdaba27628c529d32e1654d8294ed78dfc7
      https://github.com/quicwg/base-drafts/commit/da2bcfdaba27628c529d32e1654d8294ed78dfc7
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3295 from quicwg/remove-duped-close-text

Remove duplicated CONNECTION_CLOSE rules


  Commit: 87622a4407dbdb40e3d90c28fadd645d9e932701
      https://github.com/quicwg/base-drafts/commit/87622a4407dbdb40e3d90c28fadd645d9e932701
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  editorial suggestion


  Commit: 1009d3532f7d730bf4f5538a159885caa8ea1f30
      https://github.com/quicwg/base-drafts/commit/1009d3532f7d730bf4f5538a159885caa8ea1f30
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3299 from quicwg/janaiyengar-patch-1

 editorial suggestion


  Commit: 4d984c310fde3e4bea1feadd3ae721f172225e12
      https://github.com/quicwg/base-drafts/commit/4d984c310fde3e4bea1feadd3ae721f172225e12
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3227 from quicwg/where-art-thou-frame

Summarize where frames can be used


  Commit: 5fb067516a045cd554b5f006813d057c08841c27
      https://github.com/quicwg/base-drafts/commit/5fb067516a045cd554b5f006813d057c08841c27
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    R metadata.min.js

  Log Message:
  -----------
  Remove cruft


  Commit: ae8bdf330563f2aa81918686ec49d495f07b9db3
      https://github.com/quicwg/base-drafts/commit/ae8bdf330563f2aa81918686ec49d495f07b9db3
  Author: Dmitri Tikhonov <dtikhonov@live.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  HTTP: server may interleave DUPLICATE_PUSH frames as well (#3235)

* HTTP: server may interleave DUPLICATE_PUSH frames as well

* Update draft-ietf-quic-http.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 364bbfb7073737bed108ad711828b3e747bde12c
      https://github.com/quicwg/base-drafts/commit/364bbfb7073737bed108ad711828b3e747bde12c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-29 (Sun, 29 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  What if an ACK frame doesn't fit

Into a QUIC packet.
Fixes #3311


  Commit: 84a3a435344f037bce95c08a8254d69556137b5c
      https://github.com/quicwg/base-drafts/commit/84a3a435344f037bce95c08a8254d69556137b5c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-30 (Mon, 30 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  ACK frames PN space editorial

Fixes #3310 by taking @dtikhonov suggestion and adding a sentence about how the same PN may be used in each space.


  Commit: 8cc78262e5363e7d36e30e00b0f88dfb9056001e
      https://github.com/quicwg/base-drafts/commit/8cc78262e5363e7d36e30e00b0f88dfb9056001e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-12-30 (Mon, 30 Dec 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: a925d9c08639e82bd28e933212018f263a83ae92
      https://github.com/quicwg/base-drafts/commit/a925d9c08639e82bd28e933212018f263a83ae92
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 73b9b04d52a67774551265c2f4509478b5ce9ff1
      https://github.com/quicwg/base-drafts/commit/73b9b04d52a67774551265c2f4509478b5ce9ff1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Martin's suggestion


  Commit: a69e561fa432d95adabf735e328a113edeba526f
      https://github.com/quicwg/base-drafts/commit/a69e561fa432d95adabf735e328a113edeba526f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 7d17c456141051542476f65052ae01aed94e4bbe
      https://github.com/quicwg/base-drafts/commit/7d17c456141051542476f65052ae01aed94e4bbe
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 1211a6b8e5451133a8f9c339bf4c93b7e47d074d
      https://github.com/quicwg/base-drafts/commit/1211a6b8e5451133a8f9c339bf4c93b7e47d074d
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  TLS: update xref to HTTP/3

Probably pointless but painful __pour__ pedantics.


  Commit: 014ac4f5547541fce5d95c8b36822165ef9a3bbe
      https://github.com/quicwg/base-drafts/commit/014ac4f5547541fce5d95c8b36822165ef9a3bbe
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Caption all the figures

This doesn't caption inline formulae, but it should cover everything
else.  I've also removed instances of "as follows" in favour of direct
references.


  Commit: 01c0e93e8247baad0e0b677b4396c830dbc03b10
      https://github.com/quicwg/base-drafts/commit/01c0e93e8247baad0e0b677b4396c830dbc03b10
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3319 from quicwg/captions

Caption all the figures


  Commit: 37585f7fb06945f21a834f8325c53351779ae842
      https://github.com/quicwg/base-drafts/commit/37585f7fb06945f21a834f8325c53351779ae842
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #3318 from LPardue/patch-29

TLS: update xref to HTTP/3


  Commit: d62ddae0a52f43893ef9d82804db6be31dbbfbb2
      https://github.com/quicwg/base-drafts/commit/d62ddae0a52f43893ef9d82804db6be31dbbfbb2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Packet matching for zero-length connection IDs

Make the rules on matching packets to connections consistent with our
existing advice on use of zero-length connection IDs.

Closes #3254.


  Commit: efedc1cc618655c59fb8e095544fec15ac35175a
      https://github.com/quicwg/base-drafts/commit/efedc1cc618655c59fb8e095544fec15ac35175a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3296 from quicwg/spin-per-path

Clarify conditions for disabling spin bit


  Commit: c60fab6d501d57129f381e624e4b3a648f269d14
      https://github.com/quicwg/base-drafts/commit/c60fab6d501d57129f381e624e4b3a648f269d14
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add in before {{version-negotiation}}

Typically we use "in {{}}" or "(see {{}})", so this lines up with that.


  Commit: a25ae1c518a622e357289d438025f8d10fafbb19
      https://github.com/quicwg/base-drafts/commit/a25ae1c518a622e357289d438025f8d10fafbb19
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: ef30511043224abd03c2ce809d86f92769302f75
      https://github.com/quicwg/base-drafts/commit/ef30511043224abd03c2ce809d86f92769302f75
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: 074d22ce06be9ffd0d9bba66b5425efc568c3670
      https://github.com/quicwg/base-drafts/commit/074d22ce06be9ffd0d9bba66b5425efc568c3670
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: a48e87201d2a1cd5ecf43e99dc6bbd078d0e9285
      https://github.com/quicwg/base-drafts/commit/a48e87201d2a1cd5ecf43e99dc6bbd078d0e9285
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: 91ccecd035d0fa06084f9605e1735e495f48b2ac
      https://github.com/quicwg/base-drafts/commit/91ccecd035d0fa06084f9605e1735e495f48b2ac
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: 417e341285472b0986ee5024844d154314d59652
      https://github.com/quicwg/base-drafts/commit/417e341285472b0986ee5024844d154314d59652
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 476d3c5a250c0546cd02654e669e63793864c294
      https://github.com/quicwg/base-drafts/commit/476d3c5a250c0546cd02654e669e63793864c294
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3312 from quicwg/ianswett-big-ack

What if an ACK frame doesn't fit in a packet


  Commit: 6be25520cc09cb7eed433cb03998a9a137504fef
      https://github.com/quicwg/base-drafts/commit/6be25520cc09cb7eed433cb03998a9a137504fef
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: a570bfb9ca01f49ff9d40f44e22596709b9b80ee
      https://github.com/quicwg/base-drafts/commit/a570bfb9ca01f49ff9d40f44e22596709b9b80ee
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  ekr's suggestion


  Commit: 5fe4a8f21e570441b9e12dfeb583c53101b12b1c
      https://github.com/quicwg/base-drafts/commit/5fe4a8f21e570441b9e12dfeb583c53101b12b1c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: e773d6339ab5193d9c92439917d489d6a1478705
      https://github.com/quicwg/base-drafts/commit/e773d6339ab5193d9c92439917d489d6a1478705
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3313 from quicwg/ianswett-ack-pn-space

ACK frames PN space editorial


  Commit: 8cdbee78948dcbe2e0da15c76c5d870a67a43388
      https://github.com/quicwg/base-drafts/commit/8cdbee78948dcbe2e0da15c76c5d870a67a43388
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3322 from quicwg/ianswett-in

Add in before {{version-negotiation}}


  Commit: 53607f401a2891d2eeabb72fc45ea46b1ffa86a2
      https://github.com/quicwg/base-drafts/commit/53607f401a2891d2eeabb72fc45ea46b1ffa86a2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-09 (Thu, 09 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  More scary


  Commit: 00f7f3aa60684fc1b00d33f74587b9398ad7899f
      https://github.com/quicwg/base-drafts/commit/00f7f3aa60684fc1b00d33f74587b9398ad7899f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-09 (Thu, 09 Jan 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3321 from quicwg/local-address-assumption

Packet matching for zero-length connection IDs


  Commit: 5d9f7f215431d1f0c0056952123549d0966f08bd
      https://github.com/quicwg/base-drafts/commit/5d9f7f215431d1f0c0056952123549d0966f08bd
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M CONTRIBUTING.md
    M draft-ietf-quic-http.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
    M initial-protection.js

  Log Message:
  -----------
  Merge branch 'master' into ianswett-min-rtt


Compare: https://github.com/quicwg/base-drafts/compare/810bb972e787...5d9f7f215431