Re: [openpgp] Algorithm-specific data: problems with Simple Octet Strings, and possible alternatives

Florian Weimer <fw@deneb.enyo.de> Mon, 29 March 2021 08:31 UTC

Return-Path: <fw@deneb.enyo.de>
X-Original-To: openpgp@ietfa.amsl.com
Delivered-To: openpgp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 311E83A34F6 for <openpgp@ietfa.amsl.com>; Mon, 29 Mar 2021 01:31:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, 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 1YV6qBOVqU-d for <openpgp@ietfa.amsl.com>; Mon, 29 Mar 2021 01:31:55 -0700 (PDT)
Received: from albireo.enyo.de (albireo.enyo.de [37.24.231.21]) (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 AA5EA3A34F5 for <openpgp@ietf.org>; Mon, 29 Mar 2021 01:31:55 -0700 (PDT)
Received: from [172.17.203.2] (port=60267 helo=deneb.enyo.de) by albireo.enyo.de ([172.17.140.2]) with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1lQnJQ-0002oM-6p; Mon, 29 Mar 2021 08:31:52 +0000
Received: from fw by deneb.enyo.de with local (Exim 4.92) (envelope-from <fw@deneb.enyo.de>) id 1lQnJQ-0001sI-5W; Mon, 29 Mar 2021 10:31:52 +0200
From: Florian Weimer <fw@deneb.enyo.de>
To: Niibe Yutaka <gniibe@fsij.org>
Cc: openpgp@ietf.org, Daniel Kahn Gillmor <dkg@fifthhorseman.net>
References: <87eeg42gti.fsf@fifthhorseman.net> <87im5ebfgf.fsf@iwagami.gniibe.org> <87r1jypfbc.fsf@jumper.gniibe.org>
Date: Mon, 29 Mar 2021 10:31:52 +0200
In-Reply-To: <87r1jypfbc.fsf@jumper.gniibe.org> (Niibe Yutaka's message of "Mon, 29 Mar 2021 16:52:23 +0900")
Message-ID: <875z1awebr.fsf@mid.deneb.enyo.de>
MIME-Version: 1.0
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/openpgp/dgzg_Asfgj3ynh9T-otr42Uok-M>
Subject: Re: [openpgp] Algorithm-specific data: problems with Simple Octet Strings, and possible alternatives
X-BeenThere: openpgp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Ongoing discussion of OpenPGP issues." <openpgp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/openpgp>, <mailto:openpgp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/openpgp/>
List-Post: <mailto:openpgp@ietf.org>
List-Help: <mailto:openpgp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/openpgp>, <mailto:openpgp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Mar 2021 08:31:57 -0000

* Niibe Yutaka:

> Impact to OpenPGP implementations
> =================================
>
> If it will be agreed, implementations will have to support non-zero
> removal representations in Ed25519 signature and secret.

Let me note again that zero-stripping for MPIs affects RSA as well and
makes OpenPGP inconsistent with its normative references.