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:10
Message-Id: 1532894845.2571e8ceeed9fe2ec3fcc05b73d442f9d948d42e.mgorny@gentoo
1 commit: 2571e8ceeed9fe2ec3fcc05b73d442f9d948d42e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 19:21:22 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 20:07:25 2018 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=2571e8ce
7
8 glep-0063: RSAv4 -> OpenPGP v4 key format
9
10 Replace the 'RSAv4' with 'OpenPGP v4 key format'. The RSA algorithm
11 does not really have versions, and the author most likely meant the v4
12 of OpenPGP key format as outlined in RFC 4880, section 12.1.
13
14 This was figured out and explained to me by Kristian Fiskerstrand.
15
16 glep-0063.rst | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/glep-0063.rst b/glep-0063.rst
20 index d1dfe3d..0773e3b 100644
21 --- a/glep-0063.rst
22 +++ b/glep-0063.rst
23 @@ -50,7 +50,7 @@ Bare minimum requirements
24
25 a. DSA, 2048-bit
26
27 - b. RSA, >=2048 bits, RSAv4 or later only
28 + b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
29
30 3. Key expiry: 5 years maximum
31
32 @@ -102,7 +102,7 @@ Recommendations
33 # when making an OpenPGP certification, use a stronger digest than the default SHA1:
34 cert-digest-algo SHA256
35
36 -2. Root key type RSA, 4096 bits, RSAv4 or later
37 +2. Root key type RSA, 4096 bits (OpenPGP v4 key format or later)
38
39 This may require creating an entirely new key.