From ed532b89899d8b67ffcfd266e883f1acafa225c7 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 28 Jul 2017 18:17:36 +0200 Subject: Add multi sig wrapper to PGPWrapper. --- src/mailman_pgp/pgp/inline.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mailman_pgp/pgp/inline.py') diff --git a/src/mailman_pgp/pgp/inline.py b/src/mailman_pgp/pgp/inline.py index c93d801..bb0971d 100644 --- a/src/mailman_pgp/pgp/inline.py +++ b/src/mailman_pgp/pgp/inline.py @@ -318,7 +318,5 @@ class InlineWrapper: def sign_then_encrypt(self, key, *keys, hash=None, cipher=SymmetricKeyAlgorithm.AES256, **kwargs): - # TODO: sign into cleartext here and then encrypt? I mean that's weird - # but thats what sing *then* encrypt means for inline pgp. return self.sign_encrypt(key, *keys, hash=hash, cipher=cipher, **kwargs) -- cgit v1.2.3-70-g09d2