From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 24 05:53:43 2022 Received: (at 57599-done) by debbugs.gnu.org; 24 Sep 2022 09:53:43 +0000 Received: from localhost ([127.0.0.1]:42359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc1qx-0004Im-4r for submit@debbugs.gnu.org; Sat, 24 Sep 2022 05:53:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc1qv-0004IV-Mn; Sat, 24 Sep 2022 05:53:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47690) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc1qo-0003DK-OD; Sat, 24 Sep 2022 05:53:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=IPJLLxlP0kX9AfSf34u/PF0n+tQUOf4wBcIPuJPSoow=; b=UdYhl3Sn/Kntxf3+Tt1v 8txiNgad+M9zScd3r9NlWPDiEeDGxDqgO9zPuOPeDsLDed3RQ21X/qnRHv/FPag0gREBhftUML+BR XfMwD47/X0CVQZo82lsrTmkblwQxlrQMkGpxQI+rIF4GR2zBFaOtWfofe3O907Gc6W4SIUOmfYkz8 +3O1nbdsN5yf3OAzmfaqtMFH4RTjLLZG0/dkI0cY0YepLjYyS34uBPV94GO3B1EV4hHLlR79+O0Vo LA1ps1++6MTB9U/4Yr/vbSCJmevXOT61oHTX3+xOyNungKhjrY2t9/0OhiUaSR9vFBY9XvgEzvbI8 R7p0qH7NZ+b3LQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49396 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc1qo-0004Om-AL; Sat, 24 Sep 2022 05:53:34 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 57599-done@debbugs.gnu.org Subject: Re: bug#57599: [PATCH] openpgp: Add support for ECDSA with NIST curves. References: <87r10p3ixi.fsf@gnu.org> <20220905160929.21742-1-ludo@gnu.org> <8735d4zpcf.fsf_-_@gnu.org> <4b1f50af-9694-1439-2223-e9ef5ba7ecec@telenet.be> <87sfl4tgnk.fsf@gnu.org> <86368af7-152b-f943-4ee6-e1471d3cb20c@telenet.be> <87bkrrs5yq.fsf@gnu.org> Date: Sat, 24 Sep 2022 11:53:32 +0200 In-Reply-To: <87bkrrs5yq.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 07 Sep 2022 14:51:25 +0200") Message-ID: <877d1tcd43.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57599-done Cc: 57576@debbugs.gnu.org, Andreas Enge , Maxime Devos , Zhu Zihao X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! All things considered, I prefer to drop this patch. In the unlikely event that we=E2=80=99ll get more requests to support these curves, we can always revisit the issue. What we should do, though, is improve error reporting in case an unsupported curve or algorithm is encountered. Thanks, Ludo=E2=80=99.