[quicwg/base-drafts] 8a324c: Clarify what to do when ALPN negotiation fails

Martin Thomson <noreply@github.com> Tue, 19 March 2019 23:46 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 A7222130FF3 for <quic-issues@ietfa.amsl.com>; Tue, 19 Mar 2019 16:46:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.002
X-Spam-Level:
X-Spam-Status: No, score=-7.002 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 T4qWXhoNlH86 for <quic-issues@ietfa.amsl.com>; Tue, 19 Mar 2019 16:46:04 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C992F130DEF for <quic-issues@ietf.org>; Tue, 19 Mar 2019 16:46:04 -0700 (PDT)
Date: Tue, 19 Mar 2019 16:46:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1553039163; bh=pZ3P64SCpbyC+No9f65nY7vWk0QfgjTWoDsCo1A+Bhc=; h=Date:From:To:Subject:From; b=TqhMSmWQX5SZzmKW9r4rnvIczl+2sU7xZpe0LGeIqRBWW85WOnQxTR0vYTtJz3oBK IAWaKDjZY1PW8U0wI0b5lw7M06ekzsHteTA5ltnmZV3SA+66aE4pM843raW5t1cwas GxINFwzmpGaYRNdZb5zgYDMYcIzZJHkeOjSDKHOU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/5f598a-48e017@github.com>
Subject: [quicwg/base-drafts] 8a324c: Clarify what to do when ALPN negotiation fails
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/VTbpnh2dwhSnYbMrfBP_cIIU9e0>
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, 19 Mar 2019 23:46:08 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8a324cf402b7b341f8b518a41a0bcaafc046bd46
      https://github.com/quicwg/base-drafts/commit/8a324cf402b7b341f8b518a41a0bcaafc046bd46
  Author: Alessandro Ghedini <alessandro@cloudflare.com>
  Date:   2019-03-04 (Mon, 04 Mar 2019)

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

  Log Message:
  -----------
  Clarify what to do when ALPN negotiation fails


  Commit: da213ba2a19b3f09c0920b054aafc5a809b826b6
      https://github.com/quicwg/base-drafts/commit/da213ba2a19b3f09c0920b054aafc5a809b826b6
  Author: Alessandro Ghedini <alessandro@cloudflare.com>
  Date:   2019-03-04 (Mon, 04 Mar 2019)

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

  Log Message:
  -----------
  Clarify that no_application_protocol must also be used by clients


  Commit: 7fc379f00624b1f436f3c5a4275c3793c3d0a6a7
      https://github.com/quicwg/base-drafts/commit/7fc379f00624b1f436f3c5a4275c3793c3d0a6a7
  Author: Alessandro Ghedini <alessandro@cloudflare.com>
  Date:   2019-03-04 (Mon, 04 Mar 2019)

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

  Log Message:
  -----------
  Specify error code for no_application_protocol


  Commit: 679bfedb604324fde8488730050b1c16e9698317
      https://github.com/quicwg/base-drafts/commit/679bfedb604324fde8488730050b1c16e9698317
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

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

  Log Message:
  -----------
  Apply Jana's suggestions from review

Co-Authored-By: ghedo <alessandro@ghedini.me>


  Commit: da3ed6adfb34ed00dc4422de030657e148bdcc2f
      https://github.com/quicwg/base-drafts/commit/da3ed6adfb34ed00dc4422de030657e148bdcc2f
  Author: Alessandro Ghedini <alessandro@ghedini.me>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

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

  Log Message:
  -----------
  Fix lint errors


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

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

  Log Message:
  -----------
  Merge pull request #2483 from ghedo/alpn_alert

Clarify what to do when ALPN negotiation fails


Compare: https://github.com/quicwg/base-drafts/compare/5f598aa2e789...48e017115319