[quicwg/base-drafts] 99e488: clarify that old keys should always be dropped
Martin Thomson <mt@lowentropy.net> Tue, 18 December 2018 23:42 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 9DA34131220 for <quic-issues@ietfa.amsl.com>; Tue, 18 Dec 2018 15:42:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level:
X-Spam-Status: No, score=-1.964 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, 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 8YJZB-igC13N for <quic-issues@ietfa.amsl.com>; Tue, 18 Dec 2018 15:42:25 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 C6C0512958B for <quic-issues@ietf.org>; Tue, 18 Dec 2018 15:42:24 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1545176543; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ZT2zwlkaaUvSWDEQWkjgtXCLem7i/sE07KDC56kzS4U=; b=bMK6+hpVj+7aEHiAfO2upWT/1UKnbZRHwjB9IaZvjgb2R/Uotgt7ngnL8V7ruYHJDiS6uYgZ U5/XFESWvHyvLLxHVaryC+TG1DCa0fqKgNCjk8wNwjCl8f3a/lTLj7rNeRAkTnMgpF4ZCXUK hDHUaqqPx8AtcxUNQSvxeum7qGg=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c1985df.7f09323620c0-smtp-out-n03; Tue, 18 Dec 2018 23:42:23 -0000 (UTC)
Date: Tue, 18 Dec 2018 15:42:22 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c1985de60763_5d8e2abec6e0e570835@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 99e488: clarify that old keys should always be dropped
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c1985de60303_5d8e2abec6e0e57082a7"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iOBLEsBqLKY6yCehHKMAYnG3rNA>
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, 18 Dec 2018 23:42:27 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 99e488afefcca585bb4eff639430c273457605e7 https://github.com/quicwg/base-drafts/commit/99e488afefcca585bb4eff639430c273457605e7 Author: Marten Seemann <martenseemann@gmail.com> Date: 2018-12-15 (Sat, 15 Dec 2018) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- clarify that old keys should always be dropped Commit: 74ea30bb75b3edf5511cdf9ad3fe1eaf7eb1bad8 https://github.com/quicwg/base-drafts/commit/74ea30bb75b3edf5511cdf9ad3fe1eaf7eb1bad8 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Key discard requirements Tweak text a little to remove redundancy. Add a stronger recommendation about what "short period" means (see quicwg#2172). Closes quicwg#2172. Commit: ab1cdf44338acefa34583d7f0d9159681602002d https://github.com/quicwg/base-drafts/commit/ab1cdf44338acefa34583d7f0d9159681602002d Author: Marten Seemann <martenseemann@gmail.com> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #1 from quicwg/drop-old Key discard requirements Commit: bf27237f946cae8e0f5dfa81c60b12caa0c70ba4 https://github.com/quicwg/base-drafts/commit/bf27237f946cae8e0f5dfa81c60b12caa0c70ba4 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Probe Timeout/PTO Commit: b76fe897bdd326b46677bce971b4a59e23f47699 https://github.com/quicwg/base-drafts/commit/b76fe897bdd326b46677bce971b4a59e23f47699 Author: Martin Thomson <mt@lowentropy.net> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #2191 from marten-seemann/drop-old-keys clarify that old keys should always be dropped Compare: https://github.com/quicwg/base-drafts/compare/eb8804f770b0...b76fe897bdd3 **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.
- [quicwg/base-drafts] 99e488: clarify that old key… Martin Thomson