Re: [dane] I-D Action: draft-ietf-dane-smime-04.txt

Paul Wouters <paul@cypherpunks.ca> Fri, 10 January 2014 00:27 UTC

Return-Path: <paul@cypherpunks.ca>
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 E12E31ADA74 for <dane@ietfa.amsl.com>; Thu, 9 Jan 2014 16:27:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
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 Ct_rf_WGiEBS for <dane@ietfa.amsl.com>; Thu, 9 Jan 2014 16:27:03 -0800 (PST)
Received: from bofh.nohats.ca (bofh.nohats.ca [76.10.157.69]) by ietfa.amsl.com (Postfix) with ESMTP id 421DB1AD8EB for <dane@ietf.org>; Thu, 9 Jan 2014 16:27:03 -0800 (PST)
Received: from bofh.nohats.ca (bofh.nohats.ca [127.0.0.1]) by bofh.nohats.ca (Postfix) with ESMTP id 66F5280055 for <dane@ietf.org>; Thu, 9 Jan 2014 19:26:52 -0500 (EST)
Received: from localhost (paul@localhost) by bofh.nohats.ca (8.14.7/8.14.7/Submit) with ESMTP id s0A0Qqd6007164 for <dane@ietf.org>; Thu, 9 Jan 2014 19:26:52 -0500
X-Authentication-Warning: bofh.nohats.ca: paul owned process doing -bs
Date: Thu, 09 Jan 2014 19:26:51 -0500
From: Paul Wouters <paul@cypherpunks.ca>
X-X-Sender: paul@bofh.nohats.ca
To: dane WG list <dane@ietf.org>
In-Reply-To: <20140109205604.GM2317@mournblade.imrryr.org>
Message-ID: <alpine.LFD.2.10.1401091922410.5593@bofh.nohats.ca>
References: <89AE05E1-BC6C-46BA-A4CC-A8F29070096D@vpnc.org> <CEF43EFD.F8FB%bdickson@verisign.com> <20140109173943.GL2317@mournblade.imrryr.org> <m37ga9kkfs.fsf@carbon.jhcloos.org> <20140109205604.GM2317@mournblade.imrryr.org>
User-Agent: Alpine 2.10 (LFD 1266 2009-07-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; format="flowed"; charset="US-ASCII"
Subject: Re: [dane] I-D Action: draft-ietf-dane-smime-04.txt
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, 10 Jan 2014 00:27:06 -0000

On Thu, 9 Jan 2014, Viktor Dukhovni wrote:

>> Should anyone insist of hmac-sha256, though, base32 would be necessary.
>> But I've yet to see any credible claims that sha1's vulnerabilities
>> affect hmac-sha1, so there shouldn't be a reason for sha2 or sha3.
>
> Indeed, but if one really wants to avoid HMAC-SHA1 because it is
> now unfashionable, one can use SHA2-224 to get a 56-byte label.

SHA2-224 would have my preference, as SHA1 is on its way out FIPS-wise
and it is just easing not having to maintain SHA1 exceptions to the
"disallow sha1" code paths.

> A sensible administrator will keep the unhashed input names in a
> configuration system that generates the corresponding DNS entries.

Yes, base32 is as unradable as a hash for the admin eye.

I think I'm fine with using sha2-224, if it saves us the hassle of doing
label splitting. But still a little worried about hashing various
character sets.

Paul