[lamps] New draft: rfc6844bis

Jacob Hoffman-Andrews <jsha@eff.org> Thu, 31 May 2018 18:46 UTC

Return-Path: <jsha@eff.org>
X-Original-To: spasm@ietfa.amsl.com
Delivered-To: spasm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 54CA612EBC8 for <spasm@ietfa.amsl.com>; Thu, 31 May 2018 11:46:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.01
X-Spam-Level:
X-Spam-Status: No, score=-7.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eff.org
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 RPt4uMAGRBO0 for <spasm@ietfa.amsl.com>; Thu, 31 May 2018 11:46:49 -0700 (PDT)
Received: from mail2.eff.org (mail2.eff.org [173.239.79.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 97B2E12EC01 for <spasm@ietf.org>; Thu, 31 May 2018 11:46:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=eff.org; s=mail2; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date: Message-ID:To:Subject:From:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=7SSvJkVHw4EFD9elKR7GELIHbrHZic8OHxVI42LamK0=; b=l4mai/6tu/awQRXzKG54dRRQWL raP+SI92972w1Hj4oPvh8YfR4yf5LRCx21HdTU6VPNz7fG62AwB06B7xlo8z7r6bJxRCphj/Jt8gN BPie3GBkKcbYIYy66UQd4j4AELIUNmiWpc7ycqdMx1RdIuPkm4/6rSnYGcEux+JxoE70=;
Received: ; Thu, 31 May 2018 11:46:49 -0700
From: Jacob Hoffman-Andrews <jsha@eff.org>
To: SPASM <spasm@ietf.org>
Message-ID: <d25080b7-d21c-219e-8d99-7c19afb5b30f@eff.org>
Date: Thu, 31 May 2018 11:46:48 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/spasm/xu58htwuK25EgI77KICspvSJT_E>
Subject: [lamps] New draft: rfc6844bis
X-BeenThere: spasm@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "This is a venue for discussion of doing Some Pkix And SMime \(spasm\) work." <spasm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/spasm>, <mailto:spasm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/spasm/>
List-Post: <mailto:spasm@ietf.org>
List-Help: <mailto:spasm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/spasm>, <mailto:spasm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 May 2018 18:46:52 -0000

Hi all,

I've uploaded rfc6844bis 
(https://tools.ietf.org/html/draft-ietf-lamps-rfc6844bis-00), which is 
the WG version of 
https://tools.ietf.org/html/draft-hoffman-andrews-caa-simplification-03. 
Differences versus the last draft:

- Adopted Corey's improved ABNF grammar, which also allows hyphens in 
property names, and spaces around the equal signs in properties.
- Clarified how to handle CAA RRsets that have no issue or issuewild 
tags, but do have other CAA tags. Thanks for the proposal on this, Corey!
- Added a "Differences vs RFC 6844" section.
- Emptied the IANA Considerations section, which was copied from RFC6844 
but irrelevant because the values in it had already been registered with 
IANA.
- Added a section to "Deployment Considerations" regarding private 
nameservers.
- Improved the wording of "Bogus DNSSEC Responses" section (under 
"Deployment Considerations").

If you would like to read the individual commits, they are available at 
https://github.com/jsha/caa-simplification/commits/master.

Thanks,
Jacob