Re: [DNSOP] Comments on draft-wessels-dns-zone-digest-02

Viktor Dukhovni <ietf-dane@dukhovni.org> Fri, 10 August 2018 00:21 UTC

Return-Path: <ietf-dane@dukhovni.org>
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 60975130FF1 for <dnsop@ietfa.amsl.com>; Thu, 9 Aug 2018 17:21:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-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 obPz0F0BQhHo for <dnsop@ietfa.amsl.com>; Thu, 9 Aug 2018 17:21:55 -0700 (PDT)
Received: from straasha.imrryr.org (straasha.imrryr.org [100.2.39.101]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE403130FE6 for <dnsop@ietf.org>; Thu, 9 Aug 2018 17:21:55 -0700 (PDT)
Received: by straasha.imrryr.org (Postfix, from userid 1001) id F31A22A8470; Thu, 9 Aug 2018 20:21:52 -0400 (EDT)
Date: Thu, 09 Aug 2018 20:21:52 -0400
From: Viktor Dukhovni <ietf-dane@dukhovni.org>
To: "dnsop@ietf.org" <dnsop@ietf.org>
Message-ID: <20180810002152.GA55133@straasha.imrryr.org>
Reply-To: dnsop@ietf.org
References: <6D6060CF-FD20-4D79-BF98-A4BE77011741@icann.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <6D6060CF-FD20-4D79-BF98-A4BE77011741@icann.org>
User-Agent: Mutt/1.10.1 (2018-07-13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/ftPR5jtZg2i8nwVqmGvnEQe3U1g>
Subject: Re: [DNSOP] Comments on draft-wessels-dns-zone-digest-02
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.27
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: Fri, 10 Aug 2018 00:21:59 -0000

On Thu, Aug 09, 2018 at 02:19:08PM +0000, Edward Lewis wrote:

> FWIW, this message was spurred by this comic strip [yes, today as I write]: http://dilbert.com/strip/2018-08-09.

Cute.

> "Will the time taken to generate and verify this record add to the security of a zone transfer?"

Perhaps a sensible way to secure zone transfer is at the transport
layer.  Presumably DNS over TLS is comaptible with AXFR.  If desired
authentication can be via DANE.  Just publish a TLSA RRset:

	example.net. IN SOA nsa.example.net. hostmaster.example.net. ...
	example.net. IN NS nsa.example.net.
	nsa.example.net. IN A 192.0.2.1
	_853._tcp.nsa.example.net. IN TLSA 3 1 1 fbefbd9e5b54696792bab92cf329669edaca16d0b09dcfdd16fe3e1bd8ab08e9

and do the AXFR transfer over TLS.  This does not require pre-computation
of a zone checksum.  Just obtain the zone transfer from a suitably
trusted source.

-- 
	Viktor.