Re: [dane] Manipulation of DNSSEC by US government possible? (was Re: Comments on draft-wouters-dane-openpgp-02)

Paul Wouters <paul@nohats.ca> Thu, 31 July 2014 15:10 UTC

Return-Path: <paul@nohats.ca>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AD96D1A00E6 for <dane@ietfa.amsl.com>; Thu, 31 Jul 2014 08:10:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level:
X-Spam-Status: No, score=-2.001 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.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 XbQLmxg-QH2h for <dane@ietfa.amsl.com>; Thu, 31 Jul 2014 08:10:38 -0700 (PDT)
Received: from bofh.nohats.ca (bofh.nohats.ca [76.10.157.69]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 858211A0092 for <dane@ietf.org>; Thu, 31 Jul 2014 08:10:38 -0700 (PDT)
Received: from bofh.nohats.ca (bofh.nohats.ca [127.0.0.1]) by bofh.nohats.ca (Postfix) with ESMTP id EBDA580048; Thu, 31 Jul 2014 11:10:36 -0400 (EDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nohats.ca; s=default; t=1406819436; bh=XTxvaEr2RX5FIR7R/6hIygVSttIAM/5ZI4CQhAWGHko=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=agsxn5iqm0TmVdb9BJgdL1N6BAa3y1o89H2mXLHhlr9yzw0rUeYCB5sovSI/G5o8T Dp9QSzSihhDlReaYk9UV3WoDvpA4kGDk2QO0SQpHXhjPzR6OSmq7xIXJ/tuiTE1rON +UGf0htIMBhbQ27r+oFCVWPf+3c8eYi2XhJ5VlMA=
Received: from localhost (paul@localhost) by bofh.nohats.ca (8.14.7/8.14.7/Submit) with ESMTP id s6VFAa3U012919; Thu, 31 Jul 2014 11:10:36 -0400
X-Authentication-Warning: bofh.nohats.ca: paul owned process doing -bs
Date: Thu, 31 Jul 2014 11:10:36 -0400
From: Paul Wouters <paul@nohats.ca>
To: Rene Bartsch <ietf@bartschnet.de>
In-Reply-To: <9442c2a6edad0cdc971e78aaa4b50b70@triangulum.uberspace.de>
Message-ID: <alpine.LFD.2.10.1407311106440.6673@bofh.nohats.ca>
References: <1d002b9795bf8f9946f1375fef78abd6@triangulum.uberspace.de> <alpine.LFD.2.10.1407280941250.30319@bofh.nohats.ca> <e2a23385d5698a1022b201915817ed40@triangulum.uberspace.de> <1B773935-7CE3-4507-A196-EAC4D7B21C5F@ogud.com> <0af38c6c3987f9537d16a7c20f517665@triangulum.uberspace.de> <CFFE5FC9.4D653%gwiley@verisign.com> <20140730132106.432C11B1536F@rock.dv.isc.org> <9442c2a6edad0cdc971e78aaa4b50b70@triangulum.uberspace.de>
User-Agent: Alpine 2.10 (LFD 1266 2009-07-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"; format="flowed"
Archived-At: http://mailarchive.ietf.org/arch/msg/dane/tv-Xr5nL10I2R57uOvUer1g-l8s
Cc: dane WG list <dane@ietf.org>
Subject: Re: [dane] Manipulation of DNSSEC by US government possible? (was Re: Comments on draft-wouters-dane-openpgp-02)
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Jul 2014 15:10:40 -0000

On Thu, 31 Jul 2014, Rene Bartsch wrote:

> It seems DNSSEC/DANE helps against most hackers and attackers but cannot 
> protect from attackers which have access to both the trust anchor keys and 
> routing infrastructure.

Whom do you trust? "No one" is not a valid answer. The best we can do is
audit/log the KSKs and do some kind of "N of M" verification that such
keys are in the public world view. Of course, that leads to small
outages during rollovers....

> Do the DNSSEC RFCs allow to distribute public KSKs of TLDs with resolver 
> software?

Of course. That's not so much a matter of protocol but of local policy.

Paul