Re: [DNSOP] Key sizes was Re: I-D Action:draft-ietf-dnsop-rfc4641bis-01.txt

Paul Wouters <paul@xelerance.com> Fri, 24 April 2009 20:08 UTC

Return-Path: <paul@xelerance.com>
X-Original-To: dnsop@core3.amsl.com
Delivered-To: dnsop@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E5B9328C328 for <dnsop@core3.amsl.com>; Fri, 24 Apr 2009 13:08:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.437
X-Spam-Level:
X-Spam-Status: No, score=-2.437 tagged_above=-999 required=5 tests=[AWL=0.162, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WbpXnkMBujM7 for <dnsop@core3.amsl.com>; Fri, 24 Apr 2009 13:08:24 -0700 (PDT)
Received: from newtla.xelerance.com (newtla.xelerance.com [193.110.157.143]) by core3.amsl.com (Postfix) with ESMTP id 169653A6966 for <dnsop@ietf.org>; Fri, 24 Apr 2009 13:08:24 -0700 (PDT)
Received: from tla.xelerance.com (tla.xelerance.com [193.110.157.130]) by newtla.xelerance.com (Postfix) with ESMTP id 9C01E5705F; Fri, 24 Apr 2009 16:09:42 -0400 (EDT)
Date: Fri, 24 Apr 2009 16:09:42 -0400
From: Paul Wouters <paul@xelerance.com>
To: Jelte Jansen <jelte@NLnetLabs.nl>
In-Reply-To: <49F1F6FE.1070206@NLnetLabs.nl>
Message-ID: <alpine.LFD.1.10.0904241607250.28588@newtla.xelerance.com>
References: <20090306141501.4BA2F3A6B4B@core3.amsl.com> <49EDA81E.2000600@ca.afilias.info> <p06240807c613a658a056@[10.20.30.163]> <49EE276C.5070706@ca.afilias.info> <p06240814c613f23a6960@[10.20.30.163]> <49EEF042.3070109@ca.afilias.info> <alpine.LFD.1.10.0904221147060.7510@newtla.xelerance.com> <49EFA9C3.6090903@ca.afilias.info> <alpine.LFD.1.10.0904231142590.7788@newtla.xelerance.com> <alpine.LFD.1.10.0904241052270.26808@newtla.xelerance.com> <p06240813c61798e7e391@[10.20.30.158]> <49F1F6FE.1070206@NLnetLabs.nl>
User-Agent: Alpine 1.10 (LFD 962 2008-03-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"; format="flowed"
Cc: dnsop@ietf.org
Subject: Re: [DNSOP] Key sizes was Re: I-D Action:draft-ietf-dnsop-rfc4641bis-01.txt
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/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, 24 Apr 2009 20:08:25 -0000

On Fri, 24 Apr 2009, Jelte Jansen wrote:

> The dimension I'm usually missing in these discussions is the lifetimes of keys
> and the lifetimes of the signatures created with those keys (although it is
> mentioned above). I always understood the reason for having two key types is so
> that one of them can be rolled more often, and have shorter signatures
> lifetimes, while the other one lives longer, and is needed less often. So the
> first one would not need to be as strong as the second one.

There is another aspect.

> It's probably the friday talking, but in that case, why even have a KSK at all?

One can be stored in a slow HSM or might be required to be "online" permanently,
while the other would only be needed once a month and can be stored offline. So
despite the equal keysize, there is not an equal trust with these keys.

Paul