From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 682D7138334 for ; Wed, 4 Jul 2018 07:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF0ECE09C4; Wed, 4 Jul 2018 07:23:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A540E0986 for ; Wed, 4 Jul 2018 07:23:11 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 7371C335CA5; Wed, 4 Jul 2018 07:23:09 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: robbat2@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 5/4] glep-0063: Allow ECC keys Date: Wed, 4 Jul 2018 09:22:54 +0200 Message-Id: <20180704072254.3643-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180703132957.29200-1-mgorny@gentoo.org> References: <20180703132957.29200-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 5b8ede22-cc49-4315-acca-f0143e168894 X-Archives-Hash: fae912149392278ea2d88838f845e842 --- glep-0063.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glep-0063.rst b/glep-0063.rst index f1512b3..8714204 100644 --- a/glep-0063.rst +++ b/glep-0063.rst @@ -33,6 +33,8 @@ v1.1 The larger recommendation was unjustified and resulted in people unnecessarily replacing their RSA-2048 keys. + Minimal specification has been amended to allow for ECC keys. + Motivation ========== @@ -60,6 +62,8 @@ Bare minimum requirements b. RSA, >=2048 bits (OpenPGP v4 key format or later only) + c. ECC + 3. Key expiry: 5 years maximum 4. Upload your key to the SKS keyserver rotation before usage! -- 2.18.0