Re: [DNSOP] Working Group Last Call for draft-ietf-dnsop-rfc7816bis

Viktor Dukhovni <ietf-dane@dukhovni.org> Wed, 28 October 2020 19:16 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 E246C3A0BAA for <dnsop@ietfa.amsl.com>; Wed, 28 Oct 2020 12:16:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 i5E7425VInrV for <dnsop@ietfa.amsl.com>; Wed, 28 Oct 2020 12:16:45 -0700 (PDT)
Received: from straasha.imrryr.org (straasha.imrryr.org [100.2.39.101]) (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 043BF3A0BB8 for <dnsop@ietf.org>; Wed, 28 Oct 2020 12:16:19 -0700 (PDT)
Received: by straasha.imrryr.org (Postfix, from userid 1001) id 261E13BF08A; Wed, 28 Oct 2020 15:16:19 -0400 (EDT)
Date: Wed, 28 Oct 2020 15:16:19 -0400
From: Viktor Dukhovni <ietf-dane@dukhovni.org>
To: dnsop <dnsop@ietf.org>
Message-ID: <20201028191619.GX34643@straasha.imrryr.org>
Reply-To: dnsop@ietf.org
References: <CADyWQ+H1cGN4abNXzr_=E2s-HKf9n4zbx7SESo1OFLSmBKK3Zw@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <CADyWQ+H1cGN4abNXzr_=E2s-HKf9n4zbx7SESo1OFLSmBKK3Zw@mail.gmail.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/_H4aM5AquCSRlz0Pz3ncwl7Plpk>
Subject: Re: [DNSOP] Working Group Last Call for draft-ietf-dnsop-rfc7816bis
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
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: Wed, 28 Oct 2020 19:16:47 -0000

On Tue, Oct 27, 2020 at 08:31:29PM -0400, Tim Wicinski wrote:

> This starts a Working Group Last Call for draft-ietf-dnsop-rfc7816bis
> 
> Current versions of the draft is available here:
> https://datatracker.ietf.org/doc/draft-ietf-dnsop-rfc7816bis/
> 
> The Current Intended Status of this document is: "Standards Track"

A potential improvement to the algorithm that's not mentioned in the
draft is avoiding probing for zone cuts at non-LDH A-labels, e.g.
labels starting with "_" used in SRV records, DANE, ...

Such labels should rarely represent privacy-relevant administrative
boundaries, and e.g. with DANE and sometimes flawed support for
denial of existence, probes for "_tcp.example.com" sometimes return
invalid NXDomain proofs (poor handling of ENTs, missing wildcards
from NSEC chains, ...).

Therefore, it is best to avoid breaking the queue name below special-use
labels (_tcp, ...).  After asking for "smtp.example.com", ask for
"_25._tcp.smtp.example.com" and not "_tcp.smtp.example.com" followed
by "_25._tcp.smtp.example.com".

-- 
    Viktor.