diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-21 20:06:35 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-11-13 21:19:40 +0100 |
commit | d1bcfd642092dcf317da669dd20aeb7fa8af91ee (patch) | |
tree | 49479b2e57b3822be6b3a27870624832b21534f9 /glep-0078.rst | |
parent | glep-0078: Link compressed file formats to GLEP 74 (diff) | |
download | glep-d1bcfd642092dcf317da669dd20aeb7fa8af91ee.tar.gz glep-d1bcfd642092dcf317da669dd20aeb7fa8af91ee.tar.bz2 glep-d1bcfd642092dcf317da669dd20aeb7fa8af91ee.zip |
glep-0078: Link OpenPGP to RFC 4880
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'glep-0078.rst')
-rw-r--r-- | glep-0078.rst | 10 |
1 files 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) |