[quicwg/base-drafts] f434be: Allow reuse of stateless reset tokens

Jana Iyengar <noreply@github.com> Tue, 04 June 2019 02:37 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 D117412010F for <quic-issues@ietfa.amsl.com>; Mon, 3 Jun 2019 19:37:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.01
X-Spam-Level:
X-Spam-Status: No, score=-7.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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, T_DKIMWL_WL_HIGH=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y01grOugTlkp for <quic-issues@ietfa.amsl.com>; Mon, 3 Jun 2019 19:37:13 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3A5091200F5 for <quic-issues@ietf.org>; Mon, 3 Jun 2019 19:37:13 -0700 (PDT)
Date: Mon, 03 Jun 2019 19:37:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1559615832; bh=BvklLXzA4y+cpX7xkl1Uz7hf2QI7LCz8y7JXSwWXUUU=; h=Date:From:To:Subject:From; b=ZQ/EUstVAuj3AJ+TUEz4KRd+A8eHEkgLwxYJB1xjpJU/L+kobZzFCF7XUaiB2Hutk oXVHzDVvxLJJbejHjj9+FohDnp1imZ7PBjWoeFLZsMd0edjFLkiRZSqglnVU3xWPyx n5FunCpgxCe9decUhWjkj7txppKquAgTQhCQunps=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/4c95c0-3a2ff5@github.com>
Subject: [quicwg/base-drafts] f434be: Allow reuse of stateless reset tokens
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/W7NkPY6Sy08fK9FgqSvmUKFw7Y0>
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, 04 Jun 2019 02:37:15 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f434be22d42d61e6b5f02b17c9531f3e4ab710e1
      https://github.com/quicwg/base-drafts/commit/f434be22d42d61e6b5f02b17c9531f3e4ab710e1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-05-21 (Tue, 21 May 2019)

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

  Log Message:
  -----------
  Allow reuse of stateless reset tokens

This came up as the result of an incomplete implementation, but there
are - maybe - good reasons to have the same stateless reset token being
used for multiple connection IDs on the same connection.

There are drawbacks however.  Reuse of a stateless reset token means
that you have to remember (and consistently route) connection IDs, even
when they are retired.

This text makes a note of the possibility and explains the drawbacks.

Closes #2732.


  Commit: a5bcc0b9f5c00113a15b32bac26db9d148c4bcb3
      https://github.com/quicwg/base-drafts/commit/a5bcc0b9f5c00113a15b32bac26db9d148c4bcb3
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-05-22 (Wed, 22 May 2019)

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

  Log Message:
  -----------
  Fixup of reset-oracle links


  Commit: 6d614fa63d5293e59d78777068658c24b5fe1919
      https://github.com/quicwg/base-drafts/commit/6d614fa63d5293e59d78777068658c24b5fe1919
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-05-22 (Wed, 22 May 2019)

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

  Log Message:
  -----------
  Edit for clarity


  Commit: 5201e2e0524413b885af92c93245f98caef1675c
      https://github.com/quicwg/base-drafts/commit/5201e2e0524413b885af92c93245f98caef1675c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-05-22 (Wed, 22 May 2019)

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

  Log Message:
  -----------
  More editorial hacking; this is complex


  Commit: b645d79f3fafce73b96af5b2c3bcf7368f7a2571
      https://github.com/quicwg/base-drafts/commit/b645d79f3fafce73b96af5b2c3bcf7368f7a2571
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-05-22 (Wed, 22 May 2019)

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

  Log Message:
  -----------
  Try again


  Commit: 7fdaf76f37d45ae278cc2042bb92218106bea1a3
      https://github.com/quicwg/base-drafts/commit/7fdaf76f37d45ae278cc2042bb92218106bea1a3
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

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

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


  Commit: 3a2ff52410f7335b0ac53f5cb3d456cb1f4f201f
      https://github.com/quicwg/base-drafts/commit/3a2ff52410f7335b0ac53f5cb3d456cb1f4f201f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

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

  Log Message:
  -----------
  Merge pull request #2733 from quicwg/srt-same

Allow reuse of stateless reset tokens


Compare: https://github.com/quicwg/base-drafts/compare/4c95c0ccef9a...3a2ff52410f7