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 12/12] glep-0063: Disallow using DSA keys
Date: Thu, 05 Jul 2018 20:59:33
Message-Id: 20180705205403.6530-13-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v3 00/12] GLEP 63 update by "Michał Górny"
1 There really is no technical reason to use DSA keys and people who are
2 still using old DSA keys should finally replace them, so remove them
3 from the minimal requirements.
4 ---
5 glep-0063.rst | 8 ++++----
6 1 file changed, 4 insertions(+), 4 deletions(-)
7
8 diff --git a/glep-0063.rst b/glep-0063.rst
9 index d41a2a0..33cbb67 100644
10 --- a/glep-0063.rst
11 +++ b/glep-0063.rst
12 @@ -36,6 +36,8 @@ v2
13 has been added. This is in order to give services and other developers time
14 to refresh the key.
15
16 + The usage of DSA keys has been disallowed.
17 +
18 v1.1
19 The recommended RSA key size has been changed from 4096 bits
20 to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
21 @@ -77,11 +79,9 @@ not be used to commit.
22
23 3. Primary key and the signing subkey are both of type EITHER:
24
25 - a. DSA, 2048-bit
26 -
27 - b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
28 + a. RSA, >=2048 bits (OpenPGP v4 key format or later only)
29
30 - c. ECC curve 25519
31 + b. ECC curve 25519
32
33 4. Expiration date on key and all subkeys set to at most 2 years
34
35 --
36 2.18.0