[Cfrg] draft-mcgrew-hash-sigs question on the definition of one time

Jim Schaad <ietf@augustcellars.com> Sun, 29 April 2018 20:17 UTC

Return-Path: <ietf@augustcellars.com>
X-Original-To: cfrg@ietfa.amsl.com
Delivered-To: cfrg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C5C2C126DFB; Sun, 29 Apr 2018 13:17:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-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 8HDEu0JJFEi5; Sun, 29 Apr 2018 13:17:01 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A31A126BF6; Sun, 29 Apr 2018 13:16:58 -0700 (PDT)
Received: from Jude (73.180.8.170) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Sun, 29 Apr 2018 13:14:24 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: draft-mcgrew-hash-sigs@ietf.org
CC: cfrg@ietf.org
Date: Sun, 29 Apr 2018 13:16:51 -0700
Message-ID: <03b701d3dff7$03f9b910$0bed2b30$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdPf9oq2d9UbSZxURF+KYGP08GlNEg==
Content-Language: en-us
X-Originating-IP: [73.180.8.170]
Archived-At: <https://mailarchive.ietf.org/arch/msg/cfrg/x8A0FsadPMOIOwnhKtj567feiTs>
Subject: [Cfrg] draft-mcgrew-hash-sigs question on the definition of one time
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/cfrg>, <mailto:cfrg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cfrg/>
List-Post: <mailto:cfrg@irtf.org>
List-Help: <mailto:cfrg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Sun, 29 Apr 2018 20:17:03 -0000

I am doing a quick review of a draft dealing with LM-OTS One-Time signatures
and I have run into a problem.  Either my definition of one time is wrong or
there appears to be an error in the draft.  Before trying to do a deep read
of this document I would like to get a clarification.

The last sentence of paragraph 1 of section 4 says

These are one-time signatures; each private key MUST be used at most one
time to sign any given message.

Is this "at most one time to sign" or "at most one time to sign a given
message".  That is don't re-sign the same message but a new message (for
some definition of new) is ok.

Jim