aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-170/+0
|
* Add tests for get_signature and get_encrypted.J08nY2017-07-271-1/+24
|
* Add configurable lifetime of key change request.J08nY2017-07-261-0/+3
|
* More tests for PGP message wrappers and fix inline decrypt.feature/workflowsJ08nY2017-07-141-19/+39
|
* Move test data to subdirectories.J08nY2017-07-071-6/+10
|
* 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-061-0/+15
|
* Add Signature rule tests.J08nY2017-06-281-2/+3
|
* Add signing and encryption to InlineWrapper.J08nY2017-06-251-12/+37
|
* Add skeleton of decryption handling.J08nY2017-06-241-2/+2
|
* Fix handling of signatures in InlineWrapper.J08nY2017-06-231-5/+13
|
* Refactor tests, add tests for combined wrapper.J08nY2017-06-221-2/+34
|
* PEP8.J08nY2017-06-211-1/+1
|
* Add InlineWrapper tests.J08nY2017-06-211-0/+37