Re: [DNSOP] [Ext] Re: Resolver behaviour with multiple trust anchors

Petr Špaček <petr.spacek@nic.cz> Mon, 06 November 2017 10:25 UTC

Return-Path: <petr.spacek@nic.cz>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CF9DF13FB52 for <dnsop@ietfa.amsl.com>; Mon, 6 Nov 2017 02:25:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 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] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nic.cz
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 nrEDB498Byo2 for <dnsop@ietfa.amsl.com>; Mon, 6 Nov 2017 02:25:17 -0800 (PST)
Received: from mail.nic.cz (mail.nic.cz [IPv6:2001:1488:800:400::400]) (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 8ADBC13FB1A for <dnsop@ietf.org>; Mon, 6 Nov 2017 02:25:17 -0800 (PST)
Received: from [IPv6:2001:1488:fffe:6:ac1f:fcff:fe36:e9f8] (unknown [IPv6:2001:1488:fffe:6:ac1f:fcff:fe36:e9f8]) by mail.nic.cz (Postfix) with ESMTPSA id CCAC962E11 for <dnsop@ietf.org>; Mon, 6 Nov 2017 11:25:15 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1509963915; bh=HUgtvnD1rI+S1FRLBktP/DD0ywK7puuhwexnX5Dh9qw=; h=To:From:Date; b=QQXeV8oPNw8cdLGgl4zaAhDFpJSY2bBafS2UHCUBbNI3VJGbMZvgI7G4QCD6XSm+K ZvCtYIpnkR5NdGp8KOgyPPp4TZKJCeJ6PgaNVtSsE6U6pL/4khW8VONQSy+SYksIPC Ktqh/MUOfl62tDrxSSCX0MbgK4bgPd0cdyr94BdY=
To: dnsop@ietf.org
References: <121CDBC2-D68C-48EE-A56E-46C61FC21538@sidn.nl> <20171101005014.0A2E38DCF888@rock.dv.isc.org> <49FB4D49-C7C7-44E3-B1A6-BA97A9535D83@icann.org>
From: Petr Špaček <petr.spacek@nic.cz>
Organization: CZ.NIC
Message-ID: <68987c9a-599f-1a12-144e-697612aac105@nic.cz>
Date: Mon, 06 Nov 2017 11:25:15 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
MIME-Version: 1.0
In-Reply-To: <49FB4D49-C7C7-44E3-B1A6-BA97A9535D83@icann.org>
Content-Type: text/plain; charset="utf-8"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: clamav-milter 0.99.2 at mail
X-Virus-Status: Clean
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/nyQUABnjg7UlyMXq33I_OqsTDto>
Subject: Re: [DNSOP] [Ext] Re: Resolver behaviour with multiple trust anchors
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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, 06 Nov 2017 10:25:20 -0000


On 1.11.2017 12:11, Edward Lewis wrote:
> On 10/31/17, 20:50, "DNSOP on behalf of Mark Andrews" <dnsop-bounces@ietf.org on behalf of marka@isc.org> wrote:
>    
>> Secondly doing deepest match on trust anchors is the only secure way to prevent a parent overriding the child zone's security policy.

Even though Knot Resolver implements "use any" (DS or trust anchor,
whichever matches), I think we should move to "deepest match on trust
anchors", i.e. I agree with Mark.

"Use any" strategy is insecure and will surprise people, as ilustrated
by reaction from Edward quoted below:

> By this, do you mean choice of cryptographic algorithm and/or length?
> To achieve "independence" in this way, the child can simply refuse to
> have a DS record at the parent and then lean on managing trust anchors
> at all relying resolvers.

With current implementation of "use any" nothing prevents the parent
from publishing a DS and thus hijacking the domain without clients
noticing even if there was a local TA installed for given subdomain on
clients.

For this reason I propose to document that "deepest match" is mandated
behavior.

-- 
Petr Špaček  @  CZ.NIC