[quicwg/base-drafts] 50a2b1: 0-RTT can't use transport parameters or 1-RTT frames

Jana Iyengar <noreply@github.com> Tue, 04 June 2019 02:48 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 3D830120139 for <quic-issues@ietfa.amsl.com>; Mon, 3 Jun 2019 19:48:11 -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 E1AfsVa5fTOY for <quic-issues@ietfa.amsl.com>; Mon, 3 Jun 2019 19:48:09 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 105D1120075 for <quic-issues@ietf.org>; Mon, 3 Jun 2019 19:48:09 -0700 (PDT)
Date: Mon, 03 Jun 2019 19:48:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1559616487; bh=v8TK+/TbOMHk9hLfD+BxKnFQhE4Jk1aAcyrwn4NpPN8=; h=Date:From:To:Subject:From; b=vjEwJUfWCJmGzhglFGMjgFoDzjMUmcySloZAywZCuiNo+Ttid3ZuuySMIn+bpvt6b O6maA+koF6QXN2jmx7wZAT3BGAQ1MJ53qIJrL+Tnqv8594KU3Epyg11n9d1DYDBD+C KG4dV8IHLBDKAI0F2hcCKl1WrTk7UvoRXO2qVAMM=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/bceffd-086929@github.com>
Subject: [quicwg/base-drafts] 50a2b1: 0-RTT can't use transport parameters or 1-RTT frames
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/dkyUQGm9VkfDIiP9hXBzxnr2BL4>
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:48:11 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 50a2b121866a8de0352b726645e74f87a20444cf
      https://github.com/quicwg/base-drafts/commit/50a2b121866a8de0352b726645e74f87a20444cf
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

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

  Log Message:
  -----------
  0-RTT can't use transport parameters or 1-RTT frames

While in theory a client could send 0-RTT after receiving 1-RTT, this is
not a good idea.  This PR ties down transport parameters and flow
control and prevents a client from using anything it learns in the
handshake or 1-RTT from affecting (or expanding) what it can do with
0-RTT.  This prevents a client from using 0-RTT indefinitely and creates
stronger bounds on what 0-RTT can be used for.

Closes #2458, #2360.


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

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

  Log Message:
  -----------
  Add error condition


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

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

  Log Message:
  -----------
  More clarity


  Commit: fff940e2a6fcd80adc9cd696052970f6ca0617aa
      https://github.com/quicwg/base-drafts/commit/fff940e2a6fcd80adc9cd696052970f6ca0617aa
  Author: MikkelFJ <mikkelfj@gmail.com>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  -----------
  decontraction

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


  Commit: 1c9fcc313fa887226283627b0e9fa0916a9c8942
      https://github.com/quicwg/base-drafts/commit/1c9fcc313fa887226283627b0e9fa0916a9c8942
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  -----------
  Add an allowance for server error


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

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

  Log Message:
  -----------
  Editorial comments from @janaiyengar


  Commit: ed6a8795f9add34d02b9b3df31dd1f0fe3d50950
      https://github.com/quicwg/base-drafts/commit/ed6a8795f9add34d02b9b3df31dd1f0fe3d50950
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-04-14 (Sun, 14 Apr 2019)

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

  Log Message:
  -----------
  s/send/sent


  Commit: 0944d13bb4c768b231119bcaf3768027eb0e8e24
      https://github.com/quicwg/base-drafts/commit/0944d13bb4c768b231119bcaf3768027eb0e8e24
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-04-24 (Wed, 24 Apr 2019)

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

  Log Message:
  -----------
  recommend enforcement of 0-RTT flow control

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


  Commit: 5154c38410356713c88d017289c7014ce1b3c591
      https://github.com/quicwg/base-drafts/commit/5154c38410356713c88d017289c7014ce1b3c591
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
    M CONTRIBUTING.md
    M README.md
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    R draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into 0rtt-cant-respond-to-1rtt


  Commit: f661b8b15fa1bba2f479a99a29dfb75a5d5534d1
      https://github.com/quicwg/base-drafts/commit/f661b8b15fa1bba2f479a99a29dfb75a5d5534d1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-04-24 (Wed, 24 Apr 2019)

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

  Log Message:
  -----------
  Wrap


  Commit: 08692908e709617d9be705cfe25d12316621cf53
      https://github.com/quicwg/base-drafts/commit/08692908e709617d9be705cfe25d12316621cf53
  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 #2461 from quicwg/0rtt-cant-respond-to-1rtt

 0-RTT can't use transport parameters or 1-RTT frames


Compare: https://github.com/quicwg/base-drafts/compare/bceffd54d818...08692908e709