aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands/tests/test_key.py
Commit message (Expand)AuthorAgeFilesLines
* Check the user supplied key for EncryptCommunications usage flag.J08nY2017-08-021-0/+72
* Check that user sends a public key in `key` command.J08nY2017-07-311-15/+53
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-1/+1
* Add configurable lifetime of key change request.J08nY2017-07-261-0/+16
* Cleanup @public from tests.J08nY2017-07-181-5/+0
* Some docs and qa.J08nY2017-07-171-12/+12
* Fixup signature rule and start out sighash db.J08nY2017-07-171-7/+13
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-151-1/+1
* Add `key receive` command to get list public key.J08nY2017-07-151-0/+87
* More tests for key command.J08nY2017-07-141-15/+280
* Workflow tests refactor.J08nY2017-07-141-34/+31
* Make key change work.J08nY2017-07-141-2/+21
* Split PGPMixin from subscription mixins. And bunch of other things.J08nY2017-07-131-16/+33
* Add key change command and some tests.J08nY2017-07-131-0/+43
* Some more tests for key command. PEP8.J08nY2017-07-121-60/+151
* Some more tests for the key command.J08nY2017-07-111-0/+153
* qa.J08nY2017-07-111-2/+2
* More work on key command. Added key_confirmed attribute to PGPAddress.J08nY2017-07-111-0/+123