[quicwg/base-drafts] 3af58e: Fix inconsistent stateless reset padding length

Martin Thomson <mt@lowentropy.net> Mon, 31 December 2018 03:18 UTC

Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 929391277D2 for <quic-issues@ietfa.amsl.com>; Sun, 30 Dec 2018 19:18:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level:
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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 qBiZoEAYs2uv for <quic-issues@ietfa.amsl.com>; Sun, 30 Dec 2018 19:18:54 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D72B812008A for <quic-issues@ietf.org>; Sun, 30 Dec 2018 19:18:53 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1546226333; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=exTVgEuI/AbO8eaj5z5quGCOT1EVFM9YHchp84URjp8=; b=VtNdG1eYqC/aGHadKbd0ZV4p12OAjMFFgfGnc7Mb74w4RXzpVOCKHSu/u1I9zFQDZ8qb+M0a mak9mL2iPpelwQzdpYhi/Ef8uVdDUEdSNdzgxJ75aTbVhtVpKnRQgWTQRKUqN2B6vk3C1dvo JW7oHfekVinI1c1ECpJp9iYnEas=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c298a9c.7f1c032f7f00-smtp-out-n02; Mon, 31 Dec 2018 03:18:52 -0000 (UTC)
Date: Sun, 30 Dec 2018 19:18:52 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c298a9c596cd_1ec82af274f5e588120221@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3af58e: Fix inconsistent stateless reset padding length
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c298a9c5934d_1ec82af274f5e5881201ba"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ibuH7QBi_DPbs8EWuBAivN5ZGbc>
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, 31 Dec 2018 03:18:56 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3af58ee7c63878c18aaa566e3ea64a8783d061e3
      https://github.com/quicwg/base-drafts/commit/3af58ee7c63878c18aaa566e3ea64a8783d061e3
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Fix inconsistent stateless reset padding length


  Commit: afd11cfe4ed116b1a40c01d345172520a31a14c9
      https://github.com/quicwg/base-drafts/commit/afd11cfe4ed116b1a40c01d345172520a31a14c9
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Fix incorrect PING frame example


  Commit: 2c1a1f78d4062edba718b491efe472249e5128cc
      https://github.com/quicwg/base-drafts/commit/2c1a1f78d4062edba718b491efe472249e5128cc
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Replace stale uses of "pn_key" with "hp_key"


  Commit: a6ce7c5b856cf4e75a1011fc6b6d5523a18121df
      https://github.com/quicwg/base-drafts/commit/a6ce7c5b856cf4e75a1011fc6b6d5523a18121df
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2278 from Ralith/fixes

Trivial editorial fixes


Compare: https://github.com/quicwg/base-drafts/compare/c6ae1b408a69...a6ce7c5b856c
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.