aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests
Commit message (Expand)AuthorAgeFilesLines
* More tests for PGP message wrappers and fix inline decrypt.feature/workflowsJ08nY2017-07-145-52/+136
* Move some keys to where they belong.J08nY2017-07-072-0/+0
* Move test data to subdirectories.J08nY2017-07-0725-155/+159
* Add some more utility methods to wrappers.J08nY2017-07-061-0/+2
* Add sign_encrypt and sign_then_encrypt to combined wrapper + tests.J08nY2017-07-063-0/+67
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-063-2/+2
* Add test data for mime encrypted messages.J08nY2017-06-294-4/+104
* Add Signature rule tests.J08nY2017-06-281-2/+3
* Add tests for list key generation.J08nY2017-06-271-0/+54
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-271-0/+17
* Added encryption to MIMEWrapper.J08nY2017-06-252-6/+54
* Add signing to MIMEWrapper.J08nY2017-06-251-2/+19
* Add signing and encryption to InlineWrapper.J08nY2017-06-256-16/+161
* Add skeleton of decryption handling.J08nY2017-06-242-3/+3
* Fix handling of signatures in InlineWrapper.J08nY2017-06-237-30/+100
* Refactor tests, add tests for combined wrapper.J08nY2017-06-224-60/+185
* Add handling of sent keys to wrappers.J08nY2017-06-226-0/+248
* PEP8.J08nY2017-06-213-3/+3
* Add more InlineWrapper tests.J08nY2017-06-214-6/+63
* Add InlineWrapper tests.J08nY2017-06-215-26/+175
* Add PGP/MIME tests.J08nY2017-06-216-0/+209