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 v2 00/11] Major GLEP 63 update
Date: Wed, 04 Jul 2018 10:24:17
Message-Id: 20180704102401.29512-1-mgorny@gentoo.org
1 Hi, everyone.
2
3 Following comments and other discussion, here's a bigger patch set
4 that updates GLEP 63 to v2. It's divided into three parts:
5
6 (1) editorial changes (do not change the spec but improve its wording)
7
8 (2) backwards-compatible changes (existing keys still work)
9
10 (3) backwards-incompatible changes (minimal spec updates)
11
12 Each patch comes with a little rationale of its own, so I won't be
13 repeating that here. Additionally, each patch is subject to separate
14 discussion.
15
16 Depending on the feedback, I might end up presenting those updates
17 for Council approval in smaller parts.
18
19 --
20 Best regards,
21 Michał Górny
22
23
24 Michał Górny (11):
25 glep-0063: Use 'OpenPGP' as appropriate
26 glep-0063: RSAv4 -> OpenPGP v4 key format
27 glep-0063: Clarify dedicated signing subkey in minimal reqs
28 glep-0063: Root key → primary key
29 glep-0063: Explain minimal & recommended sections
30 glep-0063: Change the recommended RSA key size to 2048 bits
31 glep-0063: Allow ECC, curve 25519 keys
32 glep-0063: Stop recommending DSA subkeys
33 glep-0063: Make recommended expiration terms mandatory
34 glep-0063: Require renewal 2 weeks before expiration
35 glep-0063: Disallow using DSA keys
36
37 glep-0063.rst | 98 +++++++++++++++++++++++++++++++++++----------------
38 1 file changed, 67 insertions(+), 31 deletions(-)
39
40 --
41 2.18.0

Replies