Re: [DNSOP] Call for Adoption draft-wkumari-dnsop-root-loopback

Doug Barton <dougb@dougbarton.us> Mon, 17 November 2014 22:16 UTC

Return-Path: <dougb@dougbarton.us>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 013DA1ACD68 for <dnsop@ietfa.amsl.com>; Mon, 17 Nov 2014 14:16:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.596
X-Spam-Level:
X-Spam-Status: No, score=-2.596 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-0.594, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
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 6pMK7B3BdnGP for <dnsop@ietfa.amsl.com>; Mon, 17 Nov 2014 14:16:25 -0800 (PST)
Received: from dougbarton.us (dougbarton.us [208.79.90.218]) (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 31D731ACD87 for <dnsop@ietf.org>; Mon, 17 Nov 2014 14:16:25 -0800 (PST)
Received: from bcn-dbarton.lan (unknown [67.159.169.102]) by dougbarton.us (Postfix) with ESMTPSA id DD04722B0D; Mon, 17 Nov 2014 22:16:23 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dougbarton.us; s=dkim; t=1416262584; bh=kISY5SuNlIjB188c0I2CpRVkFF7d0TcrsKA7lKiH28s=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=gll02FyIpEVLniNC5G5Ud/tOpwR32cbKMRye3ntF8OSN4Bqw+uPnPJiQONHh/o+fR 2PCp6RKmL/2MQHKQoFFpLgYOfRu7P7u0whXpnx+i5CwPMhR5TwB3XbcHuA6PW3VLxR RzpjmCwIQzbRhvgahCZd6oU/YZKjkmdW+vvjYURM=
Message-ID: <546A73B6.2060005@dougbarton.us>
Date: Mon, 17 Nov 2014 14:16:22 -0800
From: Doug Barton <dougb@dougbarton.us>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: Evan Hunt <each@isc.org>
References: <54691B0A.6060508@gmail.com> <54692F7A.6030803@dougbarton.us> <20141117071250.GA55492@isc.org>
In-Reply-To: <20141117071250.GA55492@isc.org>
OpenPGP: id=1A1ABC84
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/dnsop/bG9tWLs9SbOdIZgt6DpPP7-1Mx8
Cc: dnsop@ietf.org
Subject: Re: [DNSOP] Call for Adoption draft-wkumari-dnsop-root-loopback
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 17 Nov 2014 22:16:28 -0000

On 11/16/14 11:12 PM, Evan Hunt wrote:
> On Sun, Nov 16, 2014 at 03:12:58PM -0800, Doug Barton wrote:
>> Before commenting further I'd love the authors to flesh
>> out their reasoning for not simply slaving the zone where possible.
>
> I'm not one of the authors, but I can give you an answer: in BIND,
> and I believe in other DNS implementations as well, local authoritative
> data isn't subject to DNSSEC validation.
>
>> (And yes, I'm aware that one of the primary motivators is DNSSEC, but the
>> only thing in the root that we care about are the DS records, and a
>> validating resolver is going to chase those up to its trust anchor
>> anyway.)
>
> No. If the root zone is slaved locally in the same view as the
> validator, then the server (correctly) sees the top level DS as
> local authoritative data, and presumes it to be valid.
>
> (I just tested BIND to confirm this.  The log shows that org/DNSKEY,
> isc.org/DS, and isc.org/DNSKEY were validated, but org/DS wasn't.)

That seems like something that should be fixable in BIND, yes? (And 
thanks for doing that testing, btw)

Doug