aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* 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