summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-25 16:45:51 -0500
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 11:09:01 -0700
commit579b176e686d1b30cc8ecde55c5a8a31310c5938 (patch)
tree1f0110a0091c09ac1fbcc9bd12e489a5744789f4 /debian/control
parent229f295232e3abd3679bbb4ed258b81fc68a1931 (diff)
downloadmailscripts-579b176e686d1b30cc8ecde55c5a8a31310c5938.tar.gz
email-print-mime-structure: handle one-part PKCS#7 signature objects
PKCS#7 offers a signed-only mode which is distinct from multipart/signed. This mode is more robust to breakage by transforming MTAs, but it is also unreadable *unless* the receiver knows how to cope with S/MIME. See https://tools.ietf.org/html/rfc8551#section-3.5 for more details about the different formats. email-print-mime-structure should now be able to handle these messages and display the structure of their content as well. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Acked-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index d2e07da..73c5919 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
debhelper (>= 10),
dh-elpa,
diffutils <!nocheck>,
+ gnutls-bin <!nocheck>,
gpg <!nocheck>,
gpg-agent <!nocheck>,
gpgsm <!nocheck>,
@@ -52,6 +53,7 @@ Recommends:
python3-argcomplete,
python3-pgpy,
Suggests:
+ gnutls-bin,
gpg,
gpg-agent,
gpgsm,