Re: [DNSOP] DNSSEC threshold signatures idea

Mukund Sivaraman <muks@mukund.org> Thu, 06 September 2018 17:49 UTC

Return-Path: <muks@mukund.org>
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 642B6130F3B for <dnsop@ietfa.amsl.com>; Thu, 6 Sep 2018 10:49:35 -0700 (PDT)
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, SPF_PASS=-0.001, URIBL_BLOCKED=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 WEhM-ENOmzan for <dnsop@ietfa.amsl.com>; Thu, 6 Sep 2018 10:49:32 -0700 (PDT)
Received: from mail.banu.com (mail.banu.com [IPv6:2a01:4f8:140:644b::225]) by ietfa.amsl.com (Postfix) with ESMTP id 64491130F07 for <dnsop@ietf.org>; Thu, 6 Sep 2018 10:49:32 -0700 (PDT)
Received: from jurassic (unknown [27.5.246.222]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id 03CF632C08EB; Thu, 6 Sep 2018 17:49:29 +0000 (UTC)
Date: Thu, 06 Sep 2018 23:19:26 +0530
From: Mukund Sivaraman <muks@mukund.org>
To: Hugo Salgado-Hernández <hsalgado@nic.cl>
Cc: dnsop@ietf.org, dns-operations@dns-oarc.net
Message-ID: <20180906174926.GA9614@jurassic>
References: <20180906161252.GA2840@jurassic> <20180906173412.og736bryaeqbwjds@nic.cl>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20180906173412.og736bryaeqbwjds@nic.cl>
User-Agent: Mutt/1.9.2 (2017-12-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/CRuKhXuMsR3IoBD9OCVmDOYkstA>
Subject: Re: [DNSOP] DNSSEC threshold signatures idea
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 06 Sep 2018 17:49:40 -0000

On Thu, Sep 06, 2018 at 02:34:12PM -0300, Hugo Salgado-Hernández wrote:
> Hi Mukund.
> I talked about this to Davey in Montreal. There's an implementation
> in github[1] and presentations in OARC[2] and ICANN[3].

Aha so you're the original source :)

> I'm not sure if its being used right now in a live zone, but certainly
> in labs and testing. There's been some interests with academic
> institutions, but don't think they're ready yet.
> 
> We've been trying to focus this technology as a "poor-man" HSM, as
> having similar security features without buying an expensive HW.
> But I think the root and similar high-value zones will benefit for
> having an split of the private key AND the fact of not needing a
> "root key ceremony" to sign, because you can sign remotely with
> each piece of the private key, and transmit the "signature pieces"
> to a central place.
> 
> Hugo
> 
> [1] https://github.com/niclabs/docker/tree/master/tchsm
> [2] <https://indico.dns-oarc.net/getFile.py/access?contribId=22&sessionId=3&resId=1&materialId=slides&confId=20>
> [3] <http://buenosaires48.icann.org/en/schedule/wed-dnssec/presentation-dnssec-cryptographic-20nov13-en>

So this's implemented as a PKCS 11 provider.. interesting. In my mind I
was thinking along the lines of updates to dnssec-keygen +
dnssec-signzone + intermediate RRSIG representation using new RR type +
zone transfers to share intermediate effects.

		Mukund