aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify key generation.J08nY2017-07-072-8/+5
* Some saner behavior, don't raise when expected not to.J08nY2017-07-071-1/+1
* Add some more utility methods to wrappers.J08nY2017-07-064-1/+32
* Add sign_encrypt and sign_then_encrypt to combined wrapper + tests.J08nY2017-07-064-2/+75
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-064-22/+29
* PEP8.J08nY2017-07-061-1/+3
* Add combined signing and encryption to wrappers.J08nY2017-07-062-23/+81
* Plumb some more functions through combined PGP wrapper.J08nY2017-07-062-0/+12
* Add test data for mime encrypted messages.J08nY2017-06-295-5/+110
* Add tests for incoming runner.J08nY2017-06-291-17/+22
* Add Signature rule tests.J08nY2017-06-281-2/+3
* Add ListStyle tests.J08nY2017-06-281-1/+2
* PEP8.J08nY2017-06-281-1/+0
* Fix and add custom test layers.J08nY2017-06-282-10/+16
* Add tests for list key generation.J08nY2017-06-271-0/+54
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-271-0/+17
* Simplify combined wrapper + pep8.J08nY2017-06-271-30/+6
* Add signing and encryption in one step.J08nY2017-06-271-17/+48
* Fixup MIMEWrapper decryption.J08nY2017-06-262-1/+7
* 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-264-3/+13
* PEP8 m8.J08nY2017-06-261-3/+3
* Add usual content headers to PGP/MIME signature body part.J08nY2017-06-262-4/+12
* Fix MIMEWrapper walking multipart messages.J08nY2017-06-251-3/+6
* Added encryption to MIMEWrapper.J08nY2017-06-255-28/+123
* Add signing to MIMEWrapper.J08nY2017-06-254-11/+71
* Add signing and encryption to InlineWrapper.J08nY2017-06-2510-61/+357
* Add skeleton of decryption handling.J08nY2017-06-242-3/+3
* Fix handling of signatures in InlineWrapper.J08nY2017-06-238-34/+118
* Refactor tests, add tests for combined wrapper.J08nY2017-06-224-60/+185
* Add handling of sent keys to wrappers.J08nY2017-06-229-15/+319
* Document classes, methods, modules.J08nY2017-06-224-37/+102
* Add wrapper that wraps wrappers.J08nY2017-06-223-0/+66
* PEP8.J08nY2017-06-214-4/+4
* Add more InlineWrapper tests.J08nY2017-06-214-6/+63
* Add InlineWrapper tests.J08nY2017-06-216-27/+176
* Add PGP/MIME tests.J08nY2017-06-217-2/+217
* Add InlineWrapper.decrypt(key).J08nY2017-06-211-1/+7
* Rename message wrappers.J08nY2017-06-212-6/+6
* Add PGPMIMEWrapper.decrypt(key).J08nY2017-06-211-10/+19
* Rename wrapper functions.J08nY2017-06-201-8/+6
* Add PGPInlineWrapper.J08nY2017-06-201-12/+42
* PEP8 m8.J08nY2017-06-201-2/+2
* Add PGP/MIME signature verification.J08nY2017-06-201-5/+26
* Add GPLv3.J08nY2017-06-204-0/+68
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-192-4/+13
* Fix List key generation.J08nY2017-06-191-32/+25
* Fix PGP.*_keyring and remove unused vars.J08nY2017-06-191-8/+19
* Fix some naming as we are no longer using gpg anywhere.J08nY2017-06-191-1/+1