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 v3 02/12] glep-0063: RSAv4 -> OpenPGP v4 key format
Date: Thu, 05 Jul 2018 20:54:58
Message-Id: 20180705205403.6530-3-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v3 00/12] GLEP 63 update by "Michał Górny"
1 Replace the 'RSAv4' with 'OpenPGP v4 key format'. The RSA algorithm
2 does not really have versions, and the author most likely meant the v4
3 of OpenPGP key format as outlined in RFC 4880, section 12.1.
4
5 This was figured out and explained to me by Kristian Fiskerstrand.
6 ---
7 glep-0063.rst | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/glep-0063.rst b/glep-0063.rst
11 index dd61ecc..8e4f0d5 100644
12 --- a/glep-0063.rst
13 +++ b/glep-0063.rst
14 @@ -49,7 +49,7 @@ Bare minimum requirements
15
16 a. DSA, 2048-bit
17
18 - b. RSA, >=2048 bits, RSAv4 or later only
19 + b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
20
21 3. Key expiry: 5 years maximum
22
23 @@ -101,7 +101,7 @@ Recommendations
24 # when making an OpenPGP certification, use a stronger digest than the default SHA1:
25 cert-digest-algo SHA256
26
27 -2. Root key type RSA, 4096 bits, RSAv4 or later
28 +2. Root key type RSA, 4096 bits (OpenPGP v4 key format or later)
29
30 This may require creating an entirely new key.
31
32 --
33 2.18.0