Re: [dane] Working group Last call: draft-ietf-dane-smime-11.txt

"John Levine" <johnl@taugh.com> Sat, 09 July 2016 18:15 UTC

Return-Path: <johnl@taugh.com>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D768612D0EF for <dane@ietfa.amsl.com>; Sat, 9 Jul 2016 11:15:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.001
X-Spam-Level:
X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-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 wnqRKElazk4o for <dane@ietfa.amsl.com>; Sat, 9 Jul 2016 11:15:42 -0700 (PDT)
Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F90612D0BF for <dane@ietf.org>; Sat, 9 Jul 2016 11:15:41 -0700 (PDT)
Received: (qmail 14881 invoked from network); 9 Jul 2016 18:15:40 -0000
Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 9 Jul 2016 18:15:40 -0000
Date: Sat, 09 Jul 2016 18:15:18 -0000
Message-ID: <20160709181518.19778.qmail@ary.lan>
From: John Levine <johnl@taugh.com>
To: dane@ietf.org
In-Reply-To: <F7B890A0-6A67-41C0-B46A-831EC55452D3@ogud.com>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dane/2bU7AWUeaiz8O2mBMp1dODs4JKc>
Subject: Re: [dane] Working group Last call: draft-ietf-dane-smime-11.txt
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.17
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 09 Jul 2016 18:15:44 -0000

>Any other issues should be brought forward 

Section 3 says:

      If the local-part contains any non-ASCII characters, it SHOULD be
      normalized using the Unicode Normalization Form C from
      [Unicode52].

but section 4 says:

   Therefor, sending MUAs and MTAs supporting this
   specification MUST NOT perform any kind of mapping rules based on the
   email address.

Section 3 is wrong -- when RFC5321 says that local parts are opaque,
it means it. RFCs 6530 through 6532 deliberately did not provide any
advice on canonicalizing UTF-8 local parts, and it's inappropriate to
do it here.

R's,
John