Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/glep:master commit in: /
Date: Sun, 29 Jul 2018 20:51:11
Message-Id: 1532894846.ca614436fb25aed6a33d914a26cc0fb4618712ff.mgorny@gentoo
1 commit: ca614436fb25aed6a33d914a26cc0fb4618712ff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 07:21:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 20:07:26 2018 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=ca614436
7
8 glep-0063: Allow ECC curve 25519 keys
9
10 Optionally allow using ECC curve 25519 keys. We already have
11 developers using those keys, and given that they are supported
12 by GnuPG 2.2, there's probably no reason to ban them. However, they're
13 not recommended due to interoperability issues.
14
15 glep-0063.rst | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/glep-0063.rst b/glep-0063.rst
19 index fb09dd8..2402c34 100644
20 --- a/glep-0063.rst
21 +++ b/glep-0063.rst
22 @@ -34,6 +34,8 @@ v1.1
23 The larger recommendation was unjustified and resulted in people
24 unnecessarily replacing their RSA-2048 keys.
25
26 + Minimal specification has been amended to allow for ECC keys.
27 +
28 Motivation
29 ==========
30
31 @@ -68,6 +70,8 @@ not be used to commit.
32
33 b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
34
35 + c. ECC curve 25519
36 +
37 4. Key expiry: 5 years maximum
38
39 5. Upload your key to the SKS keyserver rotation before usage!