[quicwg/base-drafts] 5329e0: Minor TLS draft editorial corrections
Martin Thomson <noreply@github.com> Thu, 21 March 2019 01:22 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 507AE124D68 for <quic-issues@ietfa.amsl.com>; Wed, 20 Mar 2019 18:22:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level:
X-Spam-Status: No, score=-7.001 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, 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 rM2qxrcXGYfF for <quic-issues@ietfa.amsl.com>; Wed, 20 Mar 2019 18:22:34 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 82C4612788D for <quic-issues@ietf.org>; Wed, 20 Mar 2019 18:22:34 -0700 (PDT)
Date: Wed, 20 Mar 2019 18:22:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1553131353; bh=30xGOHNSgReLxYLvsh098LmlThWA2GrjL2MFcpAPtos=; h=Date:From:To:Subject:From; b=M5uT3j+wFBYMRYM4tSxQOalbOyBXulYDFqcFrRwnxUdgKpLyZ2ieoAW6gvQv8Lbf2 0/qDVPpi47vPuCR214n3RKT6Rfk9AnkCd2BzZOdfXXuSXRdc4IuYOBEsqmwhfurk9A enMUGTIjsTKrwixa9OK0W5YNH6dZB9y9CtN9hWu4=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/1cb835-80a7b5@github.com>
Subject: [quicwg/base-drafts] 5329e0: Minor TLS draft editorial corrections
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/lmGji2gB3SkEC4CAOH1DtFKec34>
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: Thu, 21 Mar 2019 01:22:36 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 5329e0ef079ef30e81e99eec1f9a4d9d9ba60179 https://github.com/quicwg/base-drafts/commit/5329e0ef079ef30e81e99eec1f9a4d9d9ba60179 Author: martinduke <martin.h.duke@gmail.com> Date: 2019-02-08 (Fri, 08 Feb 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Minor TLS draft editorial corrections I am not quite as sure of these, but I believe they match the intent better. Commit: 755559b0e6d3653a6d4e8aaaa841efd795d8df23 https://github.com/quicwg/base-drafts/commit/755559b0e6d3653a6d4e8aaaa841efd795d8df23 Author: martinduke <martin.h.duke@gmail.com> Date: 2019-02-10 (Sun, 10 Feb 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Update to reflect reviews Still some points of contention Commit: 83793ef5f0c83635d9bface209af0c2f8d18bfd8 https://github.com/quicwg/base-drafts/commit/83793ef5f0c83635d9bface209af0c2f8d18bfd8 Author: martinduke <martin.h.duke@gmail.com> Date: 2019-02-15 (Fri, 15 Feb 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Refer to "installing keys" instead of "rekeying" Per @mIkebishop's advice We're still a little stuck on whether or not QUIC provides a TLS record abstraction. If we can't resolve soon, I'll just separate out that change. Commit: 3c383577676d512c4aba0f9ae7b9f26f9e56967d https://github.com/quicwg/base-drafts/commit/3c383577676d512c4aba0f9ae7b9f26f9e56967d Author: martinduke <martin.h.duke@gmail.com> Date: 2019-03-20 (Wed, 20 Mar 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- In which I surrender I still disagree with the critique, but it is way less important than the rest of the PR. Perhaps someone can show me the error of my ways over some Czech beer. Commit: 80a7b5e065f17c08629508dfd1fad38405495a54 https://github.com/quicwg/base-drafts/commit/80a7b5e065f17c08629508dfd1fad38405495a54 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #2446 from martinduke/patch-35 Minor TLS draft editorial corrections Compare: https://github.com/quicwg/base-drafts/compare/1cb835336c02...80a7b5e065f1
- [quicwg/base-drafts] 5329e0: Minor TLS draft edit… Martin Thomson