Re: [DNSOP] RSASHA512 SHOULD-

Paul Wouters <paul@nohats.ca> Fri, 08 April 2016 14:18 UTC

Return-Path: <paul@nohats.ca>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 885D012D8CF for <dnsop@ietfa.amsl.com>; Fri, 8 Apr 2016 07:18:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.396
X-Spam-Level:
X-Spam-Status: No, score=0.396 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_ALL=0.8, SUBJ_ALL_CAPS=1.506, T_RP_MATCHES_RCVD=-0.01] autolearn=no 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 VgHwcHtu7-Ev for <dnsop@ietfa.amsl.com>; Fri, 8 Apr 2016 07:18:10 -0700 (PDT)
Received: from mx.nohats.ca (mx.nohats.ca [IPv6:2a03:6000:1004:1::68]) (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 9C89A12D726 for <dnsop@ietf.org>; Fri, 8 Apr 2016 07:18:10 -0700 (PDT)
Received: from localhost (localhost [IPv6:::1]) by mx.nohats.ca (Postfix) with ESMTP id 3qhM4c5HLsz7kj; Fri, 8 Apr 2016 16:18:08 +0200 (CEST)
X-OPENPGPKEY: Message passed unmodified
X-Virus-Scanned: amavisd-new at mx.nohats.ca
Received: from mx.nohats.ca ([IPv6:::1]) by localhost (mx.nohats.ca [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id PLNA95Upgqgb; Fri, 8 Apr 2016 16:18:07 +0200 (CEST)
Received: from bofh.nohats.ca (206-248-139-105.dsl.teksavvy.com [206.248.139.105]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.nohats.ca (Postfix) with ESMTPS; Fri, 8 Apr 2016 16:18:07 +0200 (CEST)
Received: by bofh.nohats.ca (Postfix, from userid 1000) id 160F36019B72; Fri, 8 Apr 2016 10:18:06 -0400 (EDT)
DKIM-Filter: OpenDKIM Filter v2.10.3 bofh.nohats.ca 160F36019B72
Received: from localhost (localhost [127.0.0.1]) by bofh.nohats.ca (Postfix) with ESMTP id 1485318D66; Fri, 8 Apr 2016 10:18:06 -0400 (EDT)
Date: Fri, 08 Apr 2016 10:18:06 -0400
From: Paul Wouters <paul@nohats.ca>
To: Francis Dupont <Francis.Dupont@fdupont.fr>
In-Reply-To: <201604081346.u38DkBWT064262@givry.fdupont.fr>
Message-ID: <alpine.LFD.2.20.1604081014030.947@bofh.nohats.ca>
References: <201604081346.u38DkBWT064262@givry.fdupont.fr>
User-Agent: Alpine 2.20 (LFD 67 2015-01-07)
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"; format="flowed"
Archived-At: <http://mailarchive.ietf.org/arch/msg/dnsop/HStYU_wu2Si1zOXjJWxO47hZaNI>
Cc: dnsop@ietf.org
Subject: Re: [DNSOP] RSASHA512 SHOULD-
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 08 Apr 2016 14:18:16 -0000

On Fri, 8 Apr 2016, Francis Dupont wrote:

> In draft-wouters-sury-dnsop-algorithm-update-01.txt the RSASHA512
> (code 10) DNSKEY/RRSIG algo got a SHOULD- for DNSSEC signing.
> The argument is it is not currently heavily used but I am afraid
> it is not a very good argument.
> I have a question for cryptographers in the list: as far as I know
> there is a relationship with the RSA key size and the output length
> of the hash algorithm. So perhaps we should not plan to move
> RSASHA512 to MAY (or worse to MUST NOT) as the SHOULD- means,
> i.e., put a SHOULD (vs SHOULD-) for RSASHA512?
> Note the time the I-D will be published and applicable we likely
> get a clearer view about this issue (:-)!

The reason behind our initial population of SHOULD- for RSASHA512 was
that:

- It is not used widely
- It causes much larger signatures for the same signature strength
   compared to the existing ECDSA algos and the imminent new EDDSA algos.

Paul