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:15
Message-Id: 1532894846.0c3faea77f9bcb5efec82b175b704408e48572fa.mgorny@gentoo
1 commit: 0c3faea77f9bcb5efec82b175b704408e48572fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 10:13:20 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=0c3faea7
7
8 glep-0063: Disallow using DSA keys
9
10 There really is no technical reason to use DSA keys and people who are
11 still using old DSA keys should finally replace them, so remove them
12 from the minimal requirements.
13
14 glep-0063.rst | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/glep-0063.rst b/glep-0063.rst
18 index ca834a8..300456b 100644
19 --- a/glep-0063.rst
20 +++ b/glep-0063.rst
21 @@ -37,6 +37,8 @@ v2
22 has been added. This is in order to give services and other developers time
23 to refresh the key.
24
25 + The usage of DSA keys has been disallowed.
26 +
27 v1.1
28 The recommended RSA key size has been changed from 4096 bits
29 to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
30 @@ -78,11 +80,9 @@ not be used to commit.
31
32 3. Primary key and the signing subkey are both of type EITHER:
33
34 - a. DSA, 2048-bit
35 -
36 - b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
37 + a. RSA, >=2048 bits (OpenPGP v4 key format or later only)
38
39 - c. ECC curve 25519
40 + b. ECC curve 25519
41
42 4. Expiration date on key and all subkeys set to no more than 900 days
43 into the future