aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-231-44/+34
* Use expired_sig_action.J08nY2017-08-211-2/+0
* Add revocation handling to Wrappers.J08nY2017-08-021-1/+30
* More test coverage for wrappers.J08nY2017-07-311-1/+1
* Use try_decrypt where useful.J08nY2017-07-281-2/+6
* Add multi sig wrapper to PGPWrapper.J08nY2017-07-281-11/+43
* Add multisig handling as per draft-ietf-openpgp-multsig.J08nY2017-07-271-1/+2
* Add tests for get_signature and get_encrypted.J08nY2017-07-271-1/+2
* Add get_signature and get_encrypted to wrappers.J08nY2017-07-271-0/+21
* Implement basic duplicate signature hash rule.J08nY2017-07-171-4/+2
* Some docs and qa.J08nY2017-07-171-10/+101
* Check signature expiration in PGPWrapper.verifies.J08nY2017-07-111-1/+4
* Add some more utility methods to wrappers.J08nY2017-07-061-0/+9
* Add sign_encrypt and sign_then_encrypt to combined wrapper + tests.J08nY2017-07-061-2/+8
* Plumb some more functions through combined PGP wrapper.J08nY2017-07-061-0/+6
* Simplify combined wrapper + pep8.J08nY2017-06-271-30/+6
* Fixup MIMEWrapper decryption.J08nY2017-06-261-0/+3
* Some more docstrings.J08nY2017-06-261-1/+1
* Added encryption to MIMEWrapper.J08nY2017-06-251-1/+17
* Add signing and encryption to InlineWrapper.J08nY2017-06-251-2/+17
* Add handling of sent keys to wrappers.J08nY2017-06-221-2/+16
* Document classes, methods, modules.J08nY2017-06-221-6/+28
* Add wrapper that wraps wrappers.J08nY2017-06-221-0/+62