aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/mime.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement signature stripping if the list is set to.feature/strip-sigJ08nY2017-08-231-0/+11
|
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-231-104/+91
|
* Use expired_sig_action.J08nY2017-08-211-8/+6
|
* Basic `key sign` command implementation.J08nY2017-08-101-1/+1
|
* Make MIMEWrapper encrypt signed messages by combining.J08nY2017-08-091-7/+15
|
* Add more tests for key revoke command.J08nY2017-08-031-1/+1
|
* Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-021-29/+31
|
* Add revocation handling to Wrappers.J08nY2017-08-021-1/+54
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-3/+12
|
* Add some more MIMEMultiSigWrapper methods that differ from MIMEWrapper.J08nY2017-07-271-2/+2
|
* Separate multisig handling into MIMEMultiSigWrapper.J08nY2017-07-271-55/+5
|
* Add multisig handling as per draft-ietf-openpgp-multsig.J08nY2017-07-271-8/+66
|
* Fix MIMEWrapper.decrypt.J08nY2017-07-271-3/+1
|
* Add tests for get_signature and get_encrypted.J08nY2017-07-271-8/+17
|
* Add get_signature and get_encrypted to wrappers.J08nY2017-07-271-0/+18
|
* Fix encryption to many keys.J08nY2017-07-181-1/+1
|
* Allow to throw keyids in wrappers encryption methods.J08nY2017-07-181-9/+13
|
* Move some functions to utils package. Use them.J08nY2017-07-171-1/+1
|
* Some docs and qa.J08nY2017-07-171-4/+12
|
* Fix TypeError in MIMEWrapper on empty protocol param.J08nY2017-07-131-2/+4
|
* More work on key command. Added key_confirmed attribute to PGPAddress.J08nY2017-07-111-1/+21
|
* Make MIMEWrapper create messages with proper header casing.J08nY2017-07-101-5/+5
|
* Add some more utility methods to wrappers.J08nY2017-07-061-1/+7
|
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-061-20/+27
|
* Add combined signing and encryption to wrappers.J08nY2017-07-061-3/+31
|
* Plumb some more functions through combined PGP wrapper.J08nY2017-07-061-0/+6
|
* Add test data for mime encrypted messages.J08nY2017-06-291-1/+6
|
* Add signing and encryption in one step.J08nY2017-06-271-17/+48
|
* Fixup MIMEWrapper decryption.J08nY2017-06-261-1/+4
|
* Add some preambles to MIMEWrapper, return mailman Message objects.J08nY2017-06-261-8/+13
|
* Add some usual headers to messages from MIMEWrapper.encrypt.J08nY2017-06-261-1/+13
|
* Some more docstrings.J08nY2017-06-261-1/+1
|
* PEP8 m8.J08nY2017-06-261-3/+3
|
* Add usual content headers to PGP/MIME signature body part.J08nY2017-06-261-4/+10
| | | | - Enigmail sends them, so it should be good practice to do so too.
* Fix MIMEWrapper walking multipart messages.J08nY2017-06-251-3/+6
|
* Added encryption to MIMEWrapper.J08nY2017-06-251-19/+49
|
* Add signing to MIMEWrapper.J08nY2017-06-251-5/+41
|
* Add signing and encryption to InlineWrapper.J08nY2017-06-251-3/+24
|
* Add handling of sent keys to wrappers.J08nY2017-06-221-12/+34
|
* Document classes, methods, modules.J08nY2017-06-221-11/+29
|
* Add wrapper that wraps wrappers.J08nY2017-06-221-0/+2
|
* Add PGP/MIME tests.J08nY2017-06-211-2/+8
|
* Rename message wrappers.J08nY2017-06-211-5/+5
|
* Add PGPMIMEWrapper.decrypt(key).J08nY2017-06-211-10/+19
|
* Rename wrapper functions.J08nY2017-06-201-8/+6
|
* PEP8 m8.J08nY2017-06-201-2/+2
|
* Add PGP/MIME signature verification.J08nY2017-06-201-5/+26
|
* Add GPLv3.J08nY2017-06-201-0/+17
|
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-191-2/+2
|
* Fixed PGPMIMEWrapped against real messages.J08nY2017-06-191-3/+5
|