Re: [dns-privacy] [DNSOP] RFC9103 -- extended key usage

Ilari Liusvaara <ilariliusvaara@welho.com> Sun, 04 December 2022 14:10 UTC

Return-Path: <ilariliusvaara@welho.com>
X-Original-To: dns-privacy@ietfa.amsl.com
Delivered-To: dns-privacy@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D31A0C14EB1E; Sun, 4 Dec 2022 06:10:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AYp9fuWE-P9x; Sun, 4 Dec 2022 06:10:09 -0800 (PST)
Received: from welho-filter2.welho.com (welho-filter2b.welho.com [83.102.41.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0D905C14F744; Sun, 4 Dec 2022 06:10:08 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by welho-filter2.welho.com (Postfix) with ESMTP id 33321C3F54; Sun, 4 Dec 2022 16:10:05 +0200 (EET)
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
Received: from welho-smtp3.welho.com ([IPv6:::ffff:83.102.41.86]) by localhost (welho-filter2.welho.com [::ffff:83.102.41.24]) (amavisd-new, port 10024) with ESMTP id fWfUXNbIN7gE; Sun, 4 Dec 2022 16:10:04 +0200 (EET)
Received: from LK-Perkele-VII2 (87-92-216-160.rev.dnainternet.fi [87.92.216.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by welho-smtp3.welho.com (Postfix) with ESMTPSA id AABA12320; Sun, 4 Dec 2022 16:10:02 +0200 (EET)
Date: Sun, 04 Dec 2022 16:10:02 +0200
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: dnsop@ietf.org, DNS Privacy Working Group <dns-privacy@ietf.org>
Message-ID: <Y4yqOg9iQA5QsTL0@LK-Perkele-VII2.locald>
References: <20796.1670016918@localhost> <CADZyTkkLpW466AA_2iGtbG_1=Ea7Uk83KEUSwUguxrM_jcEquw@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <CADZyTkkLpW466AA_2iGtbG_1=Ea7Uk83KEUSwUguxrM_jcEquw@mail.gmail.com>
Sender: ilariliusvaara@welho.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/dns-privacy/NZTom_EEg_JHtTLH4pcC3CCNidk>
Subject: Re: [dns-privacy] [DNSOP] RFC9103 -- extended key usage
X-BeenThere: dns-privacy@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: Addition of privacy to the DNS protocol <dns-privacy.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dns-privacy>, <mailto:dns-privacy-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dns-privacy/>
List-Post: <mailto:dns-privacy@ietf.org>
List-Help: <mailto:dns-privacy-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dns-privacy>, <mailto:dns-privacy-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 04 Dec 2022 14:10:13 -0000

On Fri, Dec 02, 2022 at 07:22:45PM -0500, Daniel Migault wrote:
> adding dns-privacy to the thread.
> Yours,
> Daniel
> 
> On Fri, Dec 2, 2022 at 4:35 PM Michael Richardson <mcr+ietf@sandelman.ca>
> wrote:
> 
> > https://www.ietf.org/rfc/rfc9103.html#name-mutual-tls tells me how I
> > could use mutual TLS to authenticate (and I think, authorize) a zone
> > transfer.
> >
> > What it does not tell me is whether there should be any Extended Key
> > Usage bits set on the certificates.  Are the WebServer/WebClient
> > required? forbidden? tolerated?

Extended Key Usage is not required. However, if Extended Key Usage is
present, on side with TLS client role, id-kp-clientAuth is required,
and on side with TLS server role, id-kp-serverAuth is required.



-Ilari