Re: [TLS] Proposed text for dnsssec chain extension draft

Willem Toorop <willem@nlnetlabs.nl> Wed, 25 April 2018 14:36 UTC

Return-Path: <willem@nlnetlabs.nl>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DB20C127909 for <tls@ietfa.amsl.com>; Wed, 25 Apr 2018 07:36:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level:
X-Spam-Status: No, score=-7.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nlnetlabs.nl
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 JoyVDdQZcjcR for <tls@ietfa.amsl.com>; Wed, 25 Apr 2018 07:36:17 -0700 (PDT)
Received: from dicht.nlnetlabs.nl (open.nlnetlabs.nl [185.49.140.10]) (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 36A1F127AD4 for <tls@ietf.org>; Wed, 25 Apr 2018 07:36:16 -0700 (PDT)
Received: from [IPv6:2a04:b900:0:1:2444:446d:7bb7:5185] (unknown [IPv6:2a04:b900:0:1:2444:446d:7bb7:5185]) by dicht.nlnetlabs.nl (Postfix) with ESMTPSA id 621968925 for <tls@ietf.org>; Wed, 25 Apr 2018 16:36:14 +0200 (CEST)
Authentication-Results: dicht.nlnetlabs.nl; dmarc=none header.from=nlnetlabs.nl
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nlnetlabs.nl; s=default; t=1524666974; bh=6EsJ++VXj7BbAtkb4qAXRH5sUpjshCZ7c/7bVdw4mu8=; h=Subject:To:References:From:Date:In-Reply-To; b=AqOCzxoVEdQDR/nD4hbdz1VCC9tU6fePMrqdqIzsV5Ep6JLFWH0QC0tvpKwZw2bzP 1GKXYSLw1rpAsvVAY6rBRz/cPksV9KvukKgqXSKvMLeHelEDbjUXRyuiA3M8QRporO 0ZRceg9J+SR5aQNjtENNQXYpoi9tG/7gATL6BSyA=
To: tls@ietf.org
References: <1D2EB7F1-B796-4459-93C2-443A7104F33A@dukhovni.org>
From: Willem Toorop <willem@nlnetlabs.nl>
Message-ID: <ef72f63a-a9fe-5e64-5f9c-434fcf4d2e52@nlnetlabs.nl>
Date: Wed, 25 Apr 2018 16:36:14 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0
MIME-Version: 1.0
In-Reply-To: <1D2EB7F1-B796-4459-93C2-443A7104F33A@dukhovni.org>
Content-Type: text/plain; charset="utf-8"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/2td6nxtOT7NYB8ZN_Azl79xFM6k>
Subject: Re: [TLS] Proposed text for dnsssec chain extension draft
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tls/>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Apr 2018 14:36:19 -0000

Op 25-04-18 om 07:33 schreef Viktor Dukhovni:
>    The following is a TLSA RRset denial-of-existence example:
> 
>              example.com. IN SOA
>              RRSIG(example.com. SOA)
>              example.com. IN NSEC www.example.com. SOA NS MX A RRSIG NSEC

Hopefully the DNSKEY rrtype is included in this NSEC too :), so:

   example.com. IN NSEC www.example.com. A NS SOA MX RRSIG NSEC DNSKEY


>              RRSIG(example.com. NSEC)
>              example.com. DNSKEY
>              RRSIG(example.com. DNSKEY)
>              example.com. DS
>              RRSIG(example.com. DS)
>              com. DNSKEY
>              RRSIG(com. DNSKEY)
>              com. DS
>              RRSIG(com. DS)
>              . DNSKEY
>              RRSIG(. DNSKEY)