[quicwg/base-drafts] 1f7cea: Prohibit the offering of TLS <1.3

Martin Thomson <noreply@github.com> Fri, 10 July 2020 00:59 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 BB04A3A0A9F for <quic-issues@ietfa.amsl.com>; Thu, 9 Jul 2020 17:59:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level:
X-Spam-Status: No, score=-2.101 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, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=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 oX8d8LvvlZJR for <quic-issues@ietfa.amsl.com>; Thu, 9 Jul 2020 17:59:39 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB2263A0A97 for <quic-issues@ietf.org>; Thu, 9 Jul 2020 17:59:39 -0700 (PDT)
Received: from github-lowworker-52827f8.ash1-iad.github.net (github-lowworker-52827f8.ash1-iad.github.net [10.56.108.24]) by smtp.github.com (Postfix) with ESMTP id E60975205E0 for <quic-issues@ietf.org>; Thu, 9 Jul 2020 17:59:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1594342778; bh=TMGbVK5JRESYp6z3QFpssjCLcvoYVulAa0HK1ltb03c=; h=Date:From:To:Subject:From; b=ilroC86VROwZVwYMnGwJMTqjqIejHCtwGwcACDko8i2M3zBxKHeeeRnNv+IWDwFv8 5pWbJmMNVKR+j86qqaoNLujd4zHvIsRF3jOJ49asuBDHbUXJTpn8UqJVmWOogKuDr7 Te9d4HQj6gQw9w6tVhDaqcvrryU4ZUzn+gOQf/r0=
Date: Thu, 09 Jul 2020 17:59:38 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/72ccf1-c84501@github.com>
Subject: [quicwg/base-drafts] 1f7cea: Prohibit the offering of TLS <1.3
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/eVFyDJypfPX3acmoNZZCkVHoHG4>
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: Fri, 10 Jul 2020 00:59:42 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1f7ceabb0fd8d2e6491717901409a99b36726001
      https://github.com/quicwg/base-drafts/commit/1f7ceabb0fd8d2e6491717901409a99b36726001
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-07-09 (Thu, 09 Jul 2020)

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

  Log Message:
  -----------
  Prohibit the offering of TLS <1.3

Just in case this wasn't blindingly obvious.

Closes #3878.


  Commit: c84501ae6cf7031c29b7d592e05d4d1dd23bf48c
      https://github.com/quicwg/base-drafts/commit/c84501ae6cf7031c29b7d592e05d4d1dd23bf48c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

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

  Log Message:
  -----------
  Merge pull request #3882 from quicwg/no-tls12

Prohibit the offering of TLS <1.3


Compare: https://github.com/quicwg/base-drafts/compare/72ccf149b20a...c84501ae6cf7