Re: [Acme] Signature misuse vulnerability in draft-barnes-acme-04

Simon Josefsson <simon@josefsson.org> Thu, 13 August 2015 22:42 UTC

Return-Path: <simon@josefsson.org>
X-Original-To: acme@ietfa.amsl.com
Delivered-To: acme@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B45EA1B3BA8 for <acme@ietfa.amsl.com>; Thu, 13 Aug 2015 15:42:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.551
X-Spam-Level:
X-Spam-Status: No, score=-1.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_SE=0.35, SPF_PASS=-0.001] autolearn=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 CWQhTI0CKczv for <acme@ietfa.amsl.com>; Thu, 13 Aug 2015 15:42:37 -0700 (PDT)
Received: from duva.sjd.se (duva.sjd.se [IPv6:2001:9b0:1:1702::100]) (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 E59F01B3BA6 for <acme@ietf.org>; Thu, 13 Aug 2015 15:42:36 -0700 (PDT)
Received: from latte.josefsson.org ([155.4.17.3]) (authenticated bits=0) by duva.sjd.se (8.14.4/8.14.4/Debian-4) with ESMTP id t7DMg8aC026874 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 14 Aug 2015 00:42:09 +0200
Date: Fri, 14 Aug 2015 00:42:06 +0200
From: Simon Josefsson <simon@josefsson.org>
To: Tony Arcieri <bascule@gmail.com>
Message-ID: <20150814004206.35d8ec9a@latte.josefsson.org>
In-Reply-To: <CAHOTMVJF5NgF7Lm53jRk1CX8iwEUfU1Mgw8vKu9hWDAwSOOSUw@mail.gmail.com>
References: <20150811085205.bbcd37b3b0bb0482f6522b1a@andrewayer.name> <CAL02cgRf2M0Gkqymif-=rmNG0v9hhaMC2SBiXf-n5aYiRKBnmQ@mail.gmail.com> <20150812160405.b824b673ad9b139a4fd9446f@andrewayer.name> <CAL02cgReCTMZ+ECiZVtv2=sNDng3mvEmGv4w6V_REbZ6xf75dw@mail.gmail.com> <55CC6BEC.6050706@cs.tcd.ie> <CAMm+Lwi4Y5J2w2TB=n78KQnRvS7f171k8rUjcD3RRu5PMNPPMQ@mail.gmail.com> <20150813145155.GA7501@LK-Perkele-VII> <CAMm+LwgfD6bJYsNOKgwAG368zHU3b2_WLej0--5QCfCjW6NVAw@mail.gmail.com> <87si7n8abu.fsf@latte.josefsson.org> <CAHOTMVJiySnM1_st0vW2RE9XJ+Ejn0KNDD0o8BFJwJfhamU3JA@mail.gmail.com> <CAMm+LwhF8odJ77Jh9WXAfffcYBDAwrx8jr5Y5TQ9-P=ZKeRk9g@mail.gmail.com> <CAHOTMVJF5NgF7Lm53jRk1CX8iwEUfU1Mgw8vKu9hWDAwSOOSUw@mail.gmail.com>
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg="pgp-sha256"; boundary="Sig_/t77_0Eov4KpQbwm3297n9U."; protocol="application/pgp-signature"
X-Virus-Scanned: clamav-milter 0.98.7 at duva.sjd.se
X-Virus-Status: Clean
Archived-At: <http://mailarchive.ietf.org/arch/msg/acme/lZQl50HlxKx-VmWAK9ipKaIL5J4>
Cc: Phillip Hallam-Baker <phill@hallambaker.com>, Richard Barnes <rlb@ipv.sx>, "acme@ietf.org" <acme@ietf.org>, Ilari Liusvaara <ilari.liusvaara@elisanet.fi>, Andrew Ayer <agwa@andrewayer.name>, Stephen Farrell <stephen.farrell@cs.tcd.ie>
Subject: Re: [Acme] Signature misuse vulnerability in draft-barnes-acme-04
X-BeenThere: acme@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Automated Certificate Management Environment <acme.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/acme>, <mailto:acme-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/acme/>
List-Post: <mailto:acme@ietf.org>
List-Help: <mailto:acme-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/acme>, <mailto:acme-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Aug 2015 22:42:38 -0000

> The caveat I gave was that protocol designers shouldn't assume those
> sharp edges aren't present. I think you'll find most digital
> signature algorithms break under the assumption that two keys can't
> produce the same digital signature.

Exactly -- there is no cryptographic requirement on a public-key
signature system that the above property holds.  Protocol designers
using crypto primitives should only require the properties that are
actually promised.  Further, before using any non-standard property,
you should demand that there is a security proof reducing that property
into a common computational problem that people believe is difficult to
solve.

/Simon