[quicwg/base-drafts] 307070: Allow handshake errors to be reported with CONNECT...

Martin Thomson <martin.thomson@gmail.com> Tue, 28 November 2017 21:08 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 630461243FE for <quic-issues@ietfa.amsl.com>; Tue, 28 Nov 2017 13:08:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.798
X-Spam-Level:
X-Spam-Status: No, score=-0.798 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.199, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no 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 9UZOTCvENh5f for <quic-issues@ietfa.amsl.com>; Tue, 28 Nov 2017 13:08:18 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 83EE8124205 for <quic-issues@ietf.org>; Tue, 28 Nov 2017 13:08:18 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1511903297; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=i9JOsSIpZ90Oy0jg9jc4NqiCXPXRNOUuzQ/y+dpZ/Vc=; b=RRCp81PDNk+yL/asf0lFh2V0unCKeFvNT7YWzS41ZatuoxsRD7Rwr9Iih2pagA48DIgMDtcE /aey1KYkdWqDDb7/QLV2MWp+qRpMDmeAdInq3LkrusYnEndsnPynevKULB7fpHiWL7mAXIUp cvOeCoTYrMAOc2mPr2ZzhS/yU/g=
Sender: martin.thomson=gmail.com@github.com
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5a1dd009.7f4ca036e270-smtp-out-n02; Tue, 28 Nov 2017 21:07:21 -0000 (UTC)
Date: Tue, 28 Nov 2017 13:07:20 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5a1dd008e6229_64e73f8ed1a8bc3c217c4@hookshot-fe3-cp1-prd.iad.github.net.mail>
Subject: [quicwg/base-drafts] 307070: Allow handshake errors to be reported with CONNECT...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5a1dd008e5d7b_64e73f8ed1a8bc3c216a0"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VdV5xtzq1caJ5l_s5T-fcPAlzi0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.22
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, 28 Nov 2017 21:08:19 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 307070e2244d5e3fdb35f28f3f3229f55a554a8a
      https://github.com/quicwg/base-drafts/commit/307070e2244d5e3fdb35f28f3f3229f55a554a8a
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2017-10-19 (Thu, 19 Oct 2017)

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

  Log Message:
  -----------
  Allow handshake errors to be reported with CONNECTION_CLOSE

Closes #608.


  Commit: bd75555956d1518fd617ffc1a74654c3af81df13
      https://github.com/quicwg/base-drafts/commit/bd75555956d1518fd617ffc1a74654c3af81df13
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)

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

  Log Message:
  -----------
  CONNECTION_CLOSE can be sent in Handshake packets


  Commit: 26eba0c1879dc53e9fc6d7f00059a5a5440b9071
      https://github.com/quicwg/base-drafts/commit/26eba0c1879dc53e9fc6d7f00059a5a5440b9071
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

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

  Log Message:
  -----------
  Merge pull request #891 from quicwg/hs-error

Allow handshake errors to be reported with CONNECTION_CLOSE


Compare: https://github.com/quicwg/base-drafts/compare/0a3bbd98eb40...26eba0c1879d