From a2ffb2810ebb387182612e3503dfe29455d4536d Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Wed, 14 Dec 2022 22:27:11 -0700 Subject: Make application/pgp-* not inherit from text/plain Although IANA's summaries of application/pgp-encrypted,[1] application/pgp-keys,[2] and application/pgp-signature [3] all say that they are exclusively "7bit text", they also all reference RFC 3156 which says that these formats may be either text or binary: "OpenPGP implementations can generate either ASCII armor or 8-bit binary output when encrypting data, generating a digital signature, or extracting public key data." [4] Moreover, GPG's default is to create binary files rather than base64 ASCII files. This reverts commit 2a82916e00e5541bc163c56de87d03c42c8a31b3. [1] https://www.iana.org/assignments/media-types/application/pgp-encrypted [2] https://www.iana.org/assignments/media-types/application/pgp-keys [3] https://www.iana.org/assignments/media-types/application/pgp-signature [4] https://www.rfc-editor.org/rfc/rfc3156 --- data/freedesktop.org.xml.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 95d769ad..b178ce21 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -269,8 +269,6 @@ command to generate the output files. PGP/MIME-encrypted message header - - @@ -283,8 +281,6 @@ command to generate the output files. PGP keys PGP Pretty Good Privacy - - @@ -302,8 +298,6 @@ command to generate the output files. detached OpenPGP signature - - -- cgit v1.2.1