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:12
Message-Id: 1532894845.0561378d6e5796a2ba3b9a2411ce98fadf6a2c46.mgorny@gentoo
1 commit: 0561378d6e5796a2ba3b9a2411ce98fadf6a2c46
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 09:44:43 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=0561378d
7
8 glep-0063: Root key → primary key
9
10 Replace the custom term 'root key' with much more common 'primary key'.
11 This is also the term used in GnuPG output.
12
13 glep-0063.rst | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/glep-0063.rst b/glep-0063.rst
17 index f02537d..8542031 100644
18 --- a/glep-0063.rst
19 +++ b/glep-0063.rst
20 @@ -46,7 +46,7 @@ Bare minimum requirements
21
22 personal-digest-preferences SHA256
23
24 -2. Root key and signing subkey of EITHER:
25 +2. Primary key and signing subkey of EITHER:
26
27 a. DSA, 2048-bit
28
29 @@ -102,7 +102,7 @@ Recommendations
30 # when making an OpenPGP certification, use a stronger digest than the default SHA1:
31 cert-digest-algo SHA256
32
33 -2. Root key type RSA, 4096 bits (OpenPGP v4 key format or later)
34 +2. Primary key type RSA, 4096 bits (OpenPGP v4 key format or later)
35
36 This may require creating an entirely new key.
37
38 @@ -114,7 +114,7 @@ Recommendations
39
40 4. Key expiry:
41
42 - a. Root key: 3 years maximum, expiry date renewed annually.
43 + a. Primary key: 3 years maximum, expiry date renewed annually.
44
45 b. Signing subkey: 1 year maximum, expiry date renewed every 6 months.
46
47 @@ -126,7 +126,7 @@ Recommendations
48 Gentoo LDAP
49 ===========
50
51 -All Gentoo developers must list the complete fingerprint for their root
52 +All Gentoo developers must list the complete fingerprint for their primary
53 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
54 uppercase, with optional spaces every 8 hex digits. Regular expression for
55 validation::