Re: [dane] email canonicalization for SMIMEA owner names

Jakob Schlyter <jakob@kirei.se> Fri, 12 December 2014 15:33 UTC

Return-Path: <jakob@kirei.se>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0128B1A902F for <dane@ietfa.amsl.com>; Fri, 12 Dec 2014 07:33:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level:
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HELO_EQ_SE=0.35, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 nQ9detF7jCUX for <dane@ietfa.amsl.com>; Fri, 12 Dec 2014 07:33:56 -0800 (PST)
Received: from spg.kirei.se (spg.kirei.se [IPv6:2001:67c:394:15::9]) (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 C3A921A9031 for <dane@ietf.org>; Fri, 12 Dec 2014 07:33:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kirei.se; s=spg20100524; h=received:content-type:mime-version:subject:from:in-reply-to:date:cc: content-transfer-encoding:message-id:references:to:x-mailer; bh=Lkt0L9utkPxf/MNIaV/aeS7mPbThttASimYpLrQiVW4=; b=PqvOnhnCQN0ES6KRM27tSE/hRXyeG7DQfVeJEQMMuut12BfO7DhXO85p+bTZWmZ7aHVbfTffl67gm OyATLFFZnnplY1XwhjU6KbJvfhoU0I+q6/lxG6JyAKHF+k3lCBs3qIyY7lEjzLDx9SEEw7r3G1sTX2 YBW4rtDRaHqX0fvQ=
Received: from mail.kirei.se (unknown [91.206.174.10]) by spg-relay.kirei.se (Halon Mail Gateway) with ESMTPS; Fri, 12 Dec 2014 16:33:35 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\))
From: Jakob Schlyter <jakob@kirei.se>
In-Reply-To: <alpine.LFD.2.10.1412112102170.23084@bofh.nohats.ca>
Date: Fri, 12 Dec 2014 16:33:50 +0100
Content-Transfer-Encoding: quoted-printable
Message-Id: <F4D5222D-52CD-4044-9533-AFFFBDA56079@kirei.se>
References: <95826148-4F06-4942-87A4-2F6601BA0F90@nist.gov> <20141211221456.GI3448@localhost> <alpine.LFD.2.10.1412112102170.23084@bofh.nohats.ca>
To: Paul Wouters <paul@cypherpunks.ca>
X-Mailer: Apple Mail (2.1993)
Archived-At: http://mailarchive.ietf.org/arch/msg/dane/jZ9Msx2JmznDY2uqz2NFt4jZLg8
Cc: dane WG list <dane@ietf.org>
Subject: Re: [dane] email canonicalization for SMIMEA owner names
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Dec 2014 15:33:58 -0000

On 12 dec 2014, at 03:11, Paul Wouters <paul@cypherpunks.ca> wrote:

> A client can lookup the given name, if NXDOMAIN and not all lowercase,
> lowercase it and try again.

IMHO, this is a very reasonable approach that does not require any magic. It is also the reasonable thing to do for a client that actually want to find something.

	jakob