Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: robbat2@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 5/4] glep-0063: Allow ECC keys
Date: Wed, 04 Jul 2018 07:23:19
Message-Id: 20180704072254.3643-1-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/4] GLEP 63: clean up, and reduce key size to RSA-2048 by "Michał Górny"
1 ---
2 glep-0063.rst | 4 ++++
3 1 file changed, 4 insertions(+)
4
5 diff --git a/glep-0063.rst b/glep-0063.rst
6 index f1512b3..8714204 100644
7 --- a/glep-0063.rst
8 +++ b/glep-0063.rst
9 @@ -33,6 +33,8 @@ v1.1
10 The larger recommendation was unjustified and resulted in people
11 unnecessarily replacing their RSA-2048 keys.
12
13 + Minimal specification has been amended to allow for ECC keys.
14 +
15 Motivation
16 ==========
17
18 @@ -60,6 +62,8 @@ Bare minimum requirements
19
20 b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
21
22 + c. ECC
23 +
24 3. Key expiry: 5 years maximum
25
26 4. Upload your key to the SKS keyserver rotation before usage!
27 --
28 2.18.0

Replies

Subject Author
Re: [gentoo-dev] [PATCH 5/4] glep-0063: Allow ECC keys Kristian Fiskerstrand <k_f@g.o>