Re: [DNSOP] how to delete obsolete DS for obsolete DNSKEY using CDS/CDNSKEY

Doug Barton <dougb@dougbarton.us> Fri, 07 February 2014 18:12 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 8C2931ACCEC for <dnsop@ietfa.amsl.com>; Fri, 7 Feb 2014 10:12:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.237
X-Spam-Level:
X-Spam-Status: No, score=-2.237 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, MIME_8BIT_HEADER=0.3, RP_MATCHES_RCVD=-0.535, 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 YSC0GPVbNxFv for <dnsop@ietfa.amsl.com>; Fri, 7 Feb 2014 10:12:37 -0800 (PST)
Received: from dougbarton.us (dougbarton.us [208.79.90.218]) by ietfa.amsl.com (Postfix) with ESMTP id A266B1A01B0 for <dnsop@ietf.org>; Fri, 7 Feb 2014 10:12:37 -0800 (PST)
Received: from [192.168.0.20] (home [12.207.105.210]) by dougbarton.us (Postfix) with ESMTPSA id 7AFFA22B2A; Fri, 7 Feb 2014 18:12:37 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dougbarton.us; s=dougbarton.us; t=1391796757; bh=VAkzEBIWloY0CZLb4IK5XoiHkmDolm5jx32mRsIP5lo=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=LarypBGs/oekN0wihd+ircYsg2ifposBSvbcEG7TDD0D0IPQiIsmpThRjAdfeG14N 7oOvGm0HYRjbJqLRNfyhpcYWDZG2fwU05Sb0eD5r83fXdJ+r3QyTw7pW6wYQ1AjKY8 qwcprjQFbrvVouwJ/5dylbVy95CVD9u3GaPa3r2Y=
Message-ID: <52F52215.9090709@dougbarton.us>
Date: Fri, 07 Feb 2014 10:12:37 -0800
From: Doug Barton <dougb@dougbarton.us>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: Warren Kumari <warren@kumari.net>, 神明達哉 <jinmei@wide.ad.jp>
References: <CAJE_bqe95pn8rHvK3UffPDn+_rGYiq2G5sfdgqisH4JG7gFjBA@mail.gmail.com> <CAHw9_i+Jt4Ok+CddheGT_nA=e4srgbUSQy98GeQ9qGn_Cncjag@mail.gmail.com>
In-Reply-To: <CAHw9_i+Jt4Ok+CddheGT_nA=e4srgbUSQy98GeQ9qGn_Cncjag@mail.gmail.com>
X-Enigmail-Version: 1.6
OpenPGP: id=1A1ABC84
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: dnsop <dnsop@ietf.org>
Subject: Re: [DNSOP] how to delete obsolete DS for obsolete DNSKEY using CDS/CDNSKEY
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: Fri, 07 Feb 2014 18:12:38 -0000

On 02/06/2014 11:13 AM, Warren Kumari wrote:
> This means that you can use this to update / replace / remove existing
> DS records (if you have keys A, B, C and D and want to stop using C,
> you simply publish A, B, D), but you cannot remove*all*  DS records /
> go unsigned.

If we're willing to allow zones to go from unsigned to signed via CDS, 
why not go from signed to unsigned? Both situations represent DOS 
vectors via MITM.

Doug