diff options
| author | J08nY | 2017-07-28 18:17:36 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-28 18:17:36 +0200 |
| commit | ed532b89899d8b67ffcfd266e883f1acafa225c7 (patch) | |
| tree | bbf23012e8a3787cda33137a3bbb33873ee94221 /src/mailman_pgp/pgp/inline.py | |
| parent | ebc8b78480a039e71d6eb1578046754f78bd8fab (diff) | |
| download | mailman-pgp-ed532b89899d8b67ffcfd266e883f1acafa225c7.tar.gz mailman-pgp-ed532b89899d8b67ffcfd266e883f1acafa225c7.tar.zst mailman-pgp-ed532b89899d8b67ffcfd266e883f1acafa225c7.zip | |
Diffstat (limited to 'src/mailman_pgp/pgp/inline.py')
| -rw-r--r-- | src/mailman_pgp/pgp/inline.py | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
