Re: [lamps] Next steps on CAA

Russ Housley <housley@vigilsec.com> Wed, 04 October 2017 22:14 UTC

Return-Path: <housley@vigilsec.com>
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 A92AE132F3F for <spasm@ietfa.amsl.com>; Wed, 4 Oct 2017 15:14:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 5yFxr0-F6IF9 for <spasm@ietfa.amsl.com>; Wed, 4 Oct 2017 15:14:39 -0700 (PDT)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 369AD1320D8 for <SPASM@ietf.org>; Wed, 4 Oct 2017 15:14:39 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 928F73005AD for <SPASM@ietf.org>; Wed, 4 Oct 2017 18:14:38 -0400 (EDT)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id K6yXUqI5Kp0I for <SPASM@ietf.org>; Wed, 4 Oct 2017 18:14:37 -0400 (EDT)
Received: from new-host-7.home (pool-108-45-101-150.washdc.fios.verizon.net [108.45.101.150]) by mail.smeinc.net (Postfix) with ESMTPSA id BE18F3002AD; Wed, 4 Oct 2017 18:14:36 -0400 (EDT)
From: Russ Housley <housley@vigilsec.com>
Message-Id: <4FDC1A25-9CC4-4E79-B46B-93BFD36E01DA@vigilsec.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_C8BE117E-F7F2-4335-A27B-18A52B2E485F"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Date: Wed, 04 Oct 2017 18:14:35 -0400
In-Reply-To: <CAMm+Lwg+mR9DAfgc0gRo0oyM0N1sBG0FcSmO+3MV_U4kJctrxQ@mail.gmail.com>
Cc: SPASM <SPASM@ietf.org>
To: Phillip Hallam-Baker <phill@hallambaker.com>
References: <CAMm+Lwg+mR9DAfgc0gRo0oyM0N1sBG0FcSmO+3MV_U4kJctrxQ@mail.gmail.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/spasm/WugFd90r7H-Ja1oOiQFnxJl6JNA>
Subject: Re: [lamps] Next steps on CAA
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: Wed, 04 Oct 2017 22:14:41 -0000

> On Oct 4, 2017, at 10:15 AM, Phillip Hallam-Baker <phill@hallambaker.com> wrote:
> 
> Consider the case that www.example.net <http://www.example.net/> is CNAME to www.example.com <http://www.example.com/>. This may be because
> 
> 1) The name www.example.net <http://www.example.net/> is owned by the same party as www.example.com <http://www.example.com/> and wants the two to be precisely equivalent.
> 
> 2) www.example.com <http://www.example.com/> is a CDN that is hosting www.example.net <http://www.example.net/>.
> 
> The DNS does not provide the ability to distinguish between the two. The only information in the DNS describes WHAT and to distinguish them, we need WHY.
> 
> The reason we would want to distinguish is if there is a CAA record at example.net <http://example.net/>. 
> 
> 1) The CNAME is there to make the names equivalent so the CAA record at example.net <http://example.net/> should aply
> 
> 2) The CNAME is only there to make the CDN work and the CAA record at example.net <http://example.net/> should be ignored.

If one looks in the DNS for www.ietf.org, one will see:

	www.ietf.org.		607	IN	CNAME	www.ietf.org.cdn.cloudflare.net.

I'm not sure how you would expect to distinguish the two cases.

Russ