aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/inline.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-021-0/+17
|
* Add revocation handling to Wrappers.J08nY2017-08-021-4/+32
|
* Add multi sig wrapper to PGPWrapper.J08nY2017-07-281-2/+0
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-13/+12
|
* Add multisig handling as per draft-ietf-openpgp-multsig.J08nY2017-07-271-2/+5
|
* Add tests for get_signature and get_encrypted.J08nY2017-07-271-9/+13
|
* Add get_signature and get_encrypted to wrappers.J08nY2017-07-271-0/+22
|
* Fix encryption to many keys.J08nY2017-07-181-1/+1
|
* Allow to throw keyids in wrappers encryption methods.J08nY2017-07-181-9/+14
|
* Some docs and qa.J08nY2017-07-171-3/+9
|
* Fix InlineWrapper keys().J08nY2017-07-171-14/+14
|
* More tests for PGP message wrappers and fix inline decrypt.feature/workflowsJ08nY2017-07-141-1/+4
|
* Add some more utility methods to wrappers.J08nY2017-07-061-0/+14
|
* PEP8.J08nY2017-07-061-1/+3
|
* Add combined signing and encryption to wrappers.J08nY2017-07-061-20/+50
|
* Some more docstrings.J08nY2017-06-261-1/+1
|
* Added encryption to MIMEWrapper.J08nY2017-06-251-2/+3
|
* Add signing to MIMEWrapper.J08nY2017-06-251-4/+6
|
* Add signing and encryption to InlineWrapper.J08nY2017-06-251-40/+138
|
* Fix handling of signatures in InlineWrapper.J08nY2017-06-231-4/+18
|
* Add handling of sent keys to wrappers.J08nY2017-06-221-1/+21
|
* Document classes, methods, modules.J08nY2017-06-221-11/+36
|
* Add wrapper that wraps wrappers.J08nY2017-06-221-0/+2
|
* PEP8.J08nY2017-06-211-1/+1
|
* Add InlineWrapper tests.J08nY2017-06-211-1/+1
|
* Add InlineWrapper.decrypt(key).J08nY2017-06-211-1/+7
|
* Rename message wrappers.J08nY2017-06-211-1/+1
|
* Add PGPInlineWrapper.J08nY2017-06-201-12/+42
|
* Add GPLv3.J08nY2017-06-201-0/+17
|
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-191-2/+11
|
* Fixed PGPMIMEWrapped against real messages.J08nY2017-06-191-0/+11
|
* Switch to PGPy.J08nY2017-06-191-0/+1