public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH v2 00/11] Major GLEP 63 update
@ 2018-07-04 10:23 Michał Górny
  2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 01/11] glep-0063: Use 'OpenPGP' as appropriate Michał Górny
                   ` (12 more replies)
  0 siblings, 13 replies; 57+ messages in thread
From: Michał Górny @ 2018-07-04 10:23 UTC (permalink / raw
  To: gentoo-dev; +Cc: robbat2, Michał Górny

Hi, everyone.

Following comments and other discussion, here's a bigger patch set
that updates GLEP 63 to v2.  It's divided into three parts:

(1) editorial changes (do not change the spec but improve its wording)

(2) backwards-compatible changes (existing keys still work)

(3) backwards-incompatible changes (minimal spec updates)

Each patch comes with a little rationale of its own, so I won't be
repeating that here.  Additionally, each patch is subject to separate
discussion.

Depending on the feedback, I might end up presenting those updates
for Council approval in smaller parts.

--
Best regards,
Michał Górny


Michał Górny (11):
  glep-0063: Use 'OpenPGP' as appropriate
  glep-0063: RSAv4 -> OpenPGP v4 key format
  glep-0063: Clarify dedicated signing subkey in minimal reqs
  glep-0063: Root key → primary key
  glep-0063: Explain minimal & recommended sections
  glep-0063: Change the recommended RSA key size to 2048 bits
  glep-0063: Allow ECC, curve 25519 keys
  glep-0063: Stop recommending DSA subkeys
  glep-0063: Make recommended expiration terms mandatory
  glep-0063: Require renewal 2 weeks before expiration
  glep-0063: Disallow using DSA keys

 glep-0063.rst | 98 +++++++++++++++++++++++++++++++++++----------------
 1 file changed, 67 insertions(+), 31 deletions(-)

-- 
2.18.0



^ permalink raw reply	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2018-07-06 14:32 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04 10:23 [gentoo-dev] [PATCH v2 00/11] Major GLEP 63 update Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 01/11] glep-0063: Use 'OpenPGP' as appropriate Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 02/11] glep-0063: RSAv4 -> OpenPGP v4 key format Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 03/11] glep-0063: Clarify dedicated signing subkey in minimal reqs Michał Górny
2018-07-04 10:35   ` Kristian Fiskerstrand
2018-07-04 10:54     ` Michał Górny
2018-07-04 10:58       ` Kristian Fiskerstrand
2018-07-04 10:59         ` Michał Górny
2018-07-04 11:01           ` Kristian Fiskerstrand
2018-07-04 17:06       ` Matthew Thode
2018-07-04 11:24     ` Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 04/11] glep-0063: Root key → primary key Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 05/11] glep-0063: Explain minimal & recommended sections Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 06/11] glep-0063: Change the recommended RSA key size to 2048 bits Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 07/11] glep-0063: Allow ECC, curve 25519 keys Michał Górny
2018-07-04 23:07   ` Joshua Kinard
2018-07-04 23:22     ` Kristian Fiskerstrand
2018-07-04 23:26       ` Kristian Fiskerstrand
2018-07-05  0:18       ` Joshua Kinard
2018-07-05  1:55         ` R0b0t1
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 08/11] glep-0063: Stop recommending DSA subkeys Michał Górny
2018-07-04 10:23 ` [gentoo-dev] [PATCH v2 09/11] glep-0063: Make recommended expiration terms mandatory Michał Górny
2018-07-04 21:05   ` Ulrich Mueller
2018-07-04 21:24     ` Michał Górny
2018-07-04 22:48       ` Joshua Kinard
2018-07-05 13:36         ` Michał Górny
2018-07-05 13:51           ` Matthias Maier
2018-07-05 15:37             ` Marc Schiffbauer
2018-07-05 18:25               ` Michał Górny
2018-07-06  9:08                 ` Marc Schiffbauer
2018-07-06  9:33                   ` Michał Górny
2018-07-06  9:48                     ` Marc Schiffbauer
2018-07-06 11:34                       ` Ulrich Mueller
2018-07-06 11:38                         ` Michał Górny
2018-07-06 11:41                         ` Kristian Fiskerstrand
2018-07-06 11:48                         ` Fabian Groffen
2018-07-06 11:00               ` Kristian Fiskerstrand
2018-07-06 14:21                 ` Marc Schiffbauer
2018-07-06 14:32                   ` Michał Górny
2018-07-05 18:24           ` William Hubbs
2018-07-05 18:28             ` Michał Górny
2018-07-05 18:56           ` Matthias Maier
2018-07-04 10:24 ` [gentoo-dev] [PATCH v2 10/11] glep-0063: Require renewal 2 weeks before expiration Michał Górny
2018-07-06  8:11   ` Manuel Rüger
2018-07-06  8:22     ` Michał Górny
2018-07-04 10:24 ` [gentoo-dev] [PATCH v2 11/11] glep-0063: Disallow using DSA keys Michał Górny
2018-07-04 10:28 ` [gentoo-dev] [PATCH v2 00/11] Major GLEP 63 update; full text Michał Górny
2018-07-04 20:26   ` Michał Górny
2018-07-04 21:12     ` Ulrich Mueller
2018-07-04 21:28       ` Michał Górny
2018-07-04 21:43         ` Kristian Fiskerstrand
2018-07-04 22:48           ` Kristian Fiskerstrand
2018-07-05 13:29           ` Michał Górny
2018-07-04 21:31       ` Robin H. Johnson
2018-07-04 21:44         ` Ulrich Mueller
2018-07-04 20:23 ` [gentoo-dev] [PATCH 12/13] glep-0063: 'Gentoo subkey' → 'Signing subkey' Michał Górny
2018-07-04 20:23   ` [gentoo-dev] [PATCH 13/13] glep-0063: Split out the signing subkey into a separation point Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox