commit: d1bcfd642092dcf317da669dd20aeb7fa8af91ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 18:06:35 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 20:19:40 2022 +0000
URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=d1bcfd64
glep-0078: Link OpenPGP to RFC 4880
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
glep-0078.rst | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/glep-0078.rst b/glep-0078.rst
index 40c451c..8b6fabb 100644
--- a/glep-0078.rst
+++ b/glep-0078.rst
@@ -349,9 +349,10 @@ not verify, the package manager must reject processing the
corresponding
archive member. In particular, it must not attempt decompressing
compressed members in those circumstances.
-The signatures are created as binary detached OpenPGP signature files,
-with filename corresponding to the member filename with ``.sig`` suffix
-appended.
+The signatures are created as binary detached OpenPGP signature files
+as defined by RFC 4880 § 11.4 or a subsequent standard, with filename
+corresponding to the member filename with ``.sig`` suffix appended
+[#RFC-4880]_.
The exact details regarding creating and verifying signatures, as well
as maintaining and distributing keys are outside the scope of this
@@ -643,6 +644,9 @@ References
.. [#GLEP74] GLEP 74: Full-tree verification using Manifest files
(https://www.gentoo.org/glep/glep-0074.html)
+.. [#RFC4880] RFC 4880: OpenPGP Message Format
+ (https://www.rfc-editor.org/rfc/rfc4880)
+
.. [#DEB-FORMAT] deb(5) — Debian binary package format
(https://manpages.debian.org/unstable/dpkg-dev/deb.5.en.html)