Re: [openpgp] New Version Notification for draft-dkg-openpgp-stateless-cli-05.txt (key generation profiles)
Daniel Huigens <d.huigens@protonmail.com> Fri, 24 February 2023 16:36 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 09FF1C151AE9 for <openpgp@ietfa.amsl.com>; Fri, 24 Feb 2023 08:36:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.097
X-Spam-Level:
X-Spam-Status: No, score=-2.097 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_MSPIKE_H2=-0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 PI8sS6Vb7bZG for <openpgp@ietfa.amsl.com>; Fri, 24 Feb 2023 08:36:09 -0800 (PST)
Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) (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 2DA3DC14CE2C for <openpgp@ietf.org>; Fri, 24 Feb 2023 08:36:09 -0800 (PST)
Date: Fri, 24 Feb 2023 16:36:02 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1677256567; x=1677515767; bh=63/sR05xvy1GUYH/YxN+mi1UF4mk70d76gkkn+ClaZ8=; 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=yFaICyIid8wJmfr+/gIoDqBNHd3CFQVcqANTcgIU1y+i86EusOrAjyyXmBBKzs72s aCX6b55qN1hE871mZgPZtJg5R5zYUZIaRqKABoy0aiEfrbI2rbILutCYRv707/5P/z TezvC2x+x9E6SDYXBNGCl/0UNZjL9oUNSO8DVbcL2vTOJ6MuHsp6dirGk2SH05XK4T oC5O0ea0KxSh21g7HUoAmZx1FiKzPX5Y7/AMEMuqhCSc4Ijag3siv98/bZ6q4nDnhm olWql+ElJPUoDWG1RI6u9vtRvq1JvcSYZ6GA4+OWsUK+epKQK+JYWT73swjm8Yf+1S u8O8ogWuvgdMw==
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
From: Daniel Huigens <d.huigens@protonmail.com>
Cc: openpgp@ietf.org
Message-ID: <bAzOCSZLFzsTJPaD0rtq2yqYdGdmMiY9r2m5J669KEvx_stoIyABXMnLi_wmO8tcV5xljOMRoPuaosTC8m1LVYc9kib_xcarTVQd2nb_hmk=@protonmail.com>
In-Reply-To: <878rgpi6tz.fsf@fifthhorseman.net>
References: <167710977260.9629.9105781856550715247@ietfa.amsl.com> <878rgpi6tz.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/PhqkDCNiF4FbK8vsGOUZzT7YkLk>
Subject: Re: [openpgp] New Version Notification for draft-dkg-openpgp-stateless-cli-05.txt (key generation profiles)
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: Fri, 24 Feb 2023 16:36:14 -0000
Hi dkg, Thanks! Yeah, seems logical and useful to me. I think indeed `sop encrypt --profile==...` would be useful as well; e.g. in OpenPGP.js and gopenpgp we have AEAD support behind a flag for now, so we could enable that flag depending on the profile. Best, Daniel
- Re: [openpgp] New Version Notification for draft-… Daniel Kahn Gillmor
- Re: [openpgp] New Version Notification for draft-… Daniel Huigens
- Re: [openpgp] New Version Notification for draft-… Daniel Kahn Gillmor