Re: [openpgp] sample v5 secret key material

Daniel Huigens <d.huigens@protonmail.com> Mon, 28 November 2022 16:29 UTC

Return-Path: <d.huigens@protonmail.com>
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 E085CC15258F for <openpgp@ietfa.amsl.com>; Mon, 28 Nov 2022 08:29:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.098
X-Spam-Level:
X-Spam-Status: No, score=-7.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=protonmail.com
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OfCUl1J5BYC2 for <openpgp@ietfa.amsl.com>; Mon, 28 Nov 2022 08:29:10 -0800 (PST)
Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B01FAC15258E for <openpgp@ietf.org>; Mon, 28 Nov 2022 08:29:10 -0800 (PST)
Date: Mon, 28 Nov 2022 16:29:00 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1669652948; x=1669912148; bh=VMqDsUIy+Idxtapjqnr0U+ETHTGJH8VB5urU7cq9TPE=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=sF324UOPXxS4mEqt5nxRt/a7CbvauqBDqfoihwvJ0Bg09o26W/HcQMXWrcw4VSBNP Y5EOJvOQKSMRknSsDEUSV/fs5jCUXg2ymYvkYUbwyhQDFhK0wMPOTHcS/7audZS/er 1sXkubVrOVxQBK26Xo5TDEHmNDPf24jyJyFTqcXt/2xy66jMHG8jbcMKyymeD8hrVo /CB26znb4ysUTmIakTMzfjt4VQZ00bP8+HKW3sUg0v5s/fDHkvz+xt1yA7XEQzdNH0 nZZLXjg2DokYQ165IgJntVUx14dVcDZ4KfuOz74r/4rabNCuQfXEL9NRQSxMHV/ano LlAvqAHGtjsQA==
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
From: Daniel Huigens <d.huigens@protonmail.com>
Cc: openpgp@ietf.org
Message-ID: <mH2Q8Hy8GJFYnn3PtaOC9S7BnWq1HOPX95MS1VAD8fO7vaJP6ZFTuB0GmkDKg0L7i_3fsBk59QZbbq01LtTpXRdJ8FIb70PAWOBpwcSwVHY=@protonmail.com>
In-Reply-To: <87v8n2u512.fsf@fifthhorseman.net>
References: <87v8n2u512.fsf@fifthhorseman.net>
Feedback-ID: 2934448:user:proton
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/openpgp/NrbBvWgg_LRfma2Wn0vm0t7V2n8>
Subject: Re: [openpgp] sample v5 secret key material
X-BeenThere: openpgp@ietf.org
X-Mailman-Version: 2.1.39
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, 28 Nov 2022 16:29:15 -0000

Hi dkg,

Yeah, you're right. It seems there's a missing if statement or condition
in OpenPGP.js.

Apologies for the broken example key! I'll make a new one, if you don't
beat me to it :)

Best,
Daniel