summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-25 16:45:48 -0500
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 11:09:01 -0700
commit3c84e68d79ed84f916f1b983168d58e0f360686b (patch)
tree89b8a7cd3d883877108b1fc5a40764f75faa0cd2 /debian
parent5aebcfb2df96cc142f1787b18849cea06f898816 (diff)
downloadmailscripts-3c84e68d79ed84f916f1b983168d58e0f360686b.tar.gz
email-print-mime-structure: decrypt S/MIME parts using gpgsm
Decrypt ciphertext using gpgsm if the user has indicated that it's ok. This includes a new element in the test suite, which uses secret key material from https://www.ietf.org/id/draft-dkg-lamps-samples-01.html Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Acked-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 2e96d3e..f04ce79 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
diffutils <!nocheck>,
gpg <!nocheck>,
gpg-agent <!nocheck>,
+ gpgsm <!nocheck>,
mypy <!nocheck>,
perl,
python3 <!nocheck>,
@@ -52,6 +53,7 @@ Recommends:
Suggests:
gpg,
gpg-agent,
+ gpgsm,
Architecture: all
Description: collection of scripts for manipulating e-mail on Debian
This package provides a collection of scripts for manipulating e-mail