Re: [DNSOP] Definition of "validating resolver"

Paul Hoffman <paul.hoffman@vpnc.org> Mon, 09 March 2015 14:00 UTC

Return-Path: <paul.hoffman@vpnc.org>
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 910F11A870E for <dnsop@ietfa.amsl.com>; Mon, 9 Mar 2015 07:00:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.347
X-Spam-Level:
X-Spam-Status: No, score=-1.347 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_MISMATCH_COM=0.553] autolearn=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 YzvoitDs_e2V for <dnsop@ietfa.amsl.com>; Mon, 9 Mar 2015 07:00:05 -0700 (PDT)
Received: from proper.com (Opus1.Proper.COM [207.182.41.91]) (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 E93281A88E2 for <dnsop@ietf.org>; Mon, 9 Mar 2015 06:59:19 -0700 (PDT)
Received: from [10.20.30.101] (50-1-99-2.dsl.dynamic.fusionbroadband.com [50.1.99.2]) (authenticated bits=0) by proper.com (8.15.1/8.14.9) with ESMTPSA id t29DxDpT065279 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Mar 2015 06:59:14 -0700 (MST) (envelope-from paul.hoffman@vpnc.org)
X-Authentication-Warning: proper.com: Host 50-1-99-2.dsl.dynamic.fusionbroadband.com [50.1.99.2] claimed to be [10.20.30.101]
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\))
From: Paul Hoffman <paul.hoffman@vpnc.org>
In-Reply-To: <alpine.LSU.2.00.1503091035500.23307@hermes-1.csi.cam.ac.uk>
Date: Mon, 09 Mar 2015 06:59:14 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <4ED4C5C6-9F32-4C16-9755-650B1F724C7F@vpnc.org>
References: <DED3D224-C507-4751-808C-3D881A238942@vpnc.org> <alpine.LSU.2.00.1503091035500.23307@hermes-1.csi.cam.ac.uk>
To: Tony Finch <dot@dotat.at>
X-Mailer: Apple Mail (2.2070.6)
Archived-At: <http://mailarchive.ietf.org/arch/msg/dnsop/wegES-NIGZE-BescC67eXB_nSJc>
Cc: IETF DNSOP WG <dnsop@ietf.org>
Subject: Re: [DNSOP] Definition of "validating resolver"
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, 09 Mar 2015 14:00:07 -0000

Thanks, but I'm having a hard time grokking this. It seems other on the list are as well.

On Mar 9, 2015, at 3:45 AM, Tony Finch <dot@dotat.at> wrote:
> 
> Paul Hoffman <paul.hoffman@vpnc.org> wrote:
>> 
>> My personal interpretation is that "validating resolver" is a synonym
>> for "security-aware resolver". Do others agree? If not, how would you
>> differentiate them?
> 
> No, "security-aware" means that the doftware understands the special
> semantics of RRSIG, NSEC, DS, etc. but does not necessarily validate.

What does "understand" mean in that sentence?

> It
> is clear from RFC 4033 that validation is separate from security awareness
> because of "Non-Validating Security-Aware Stub Resolver".

Maybe. Note that this is the only defined term with "non-validating" in it. Was this possibly an artifact of the world-view that Ralf mentioned?

> For instance, by default, BIND is a security-aware validating resolver.
> (Except it can't validate anything until you configure a trust anchor.)
> You can turn off validation with "dnssec-validation no" and switch it into
> security-oblivious mode with "dnssec-enable no".

If you turn off validation with "dnssec-validation no", in what way is it security-aware any more?

--Paul Hoffman