aboutsummaryrefslogtreecommitdiff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-07Use the KeyRevokeWorkflow when the key needs to be reset.feature/key-revocationJ08nY8-45/+96
2017-08-06Add KeyRevokeWorkflow.J08nY3-29/+129
2017-08-06Rename step pgp_prepare to create_address.J08nY3-8/+8
2017-08-06Refactor some stuff into PGPMixin.J08nY4-25/+28
2017-08-06Use custom moderator approval mixin/messages for subscription.J08nY9-81/+202
2017-08-04Add logging to plugin log, all over.feature/loggingJ08nY4-8/+32
2017-08-04Only use the PGP delivery on messages that are a list posting.J08nY4-3/+42
2017-08-03Don't wait for key generation to finish, otherwise, whats the point.J08nY1-1/+1
2017-08-03Add more tests for key revoke command.J08nY3-2/+108
2017-08-03Add some tests for key revoke command.J08nY3-11/+85
2017-08-03Add basic `key revoke` implementation.J08nY1-3/+76
2017-08-02Make key_usable check revocations properly.J08nY4-16/+128
2017-08-02Fix use of key_usable().J08nY2-5/+5
2017-08-02Use key_usable utility function when validating keys.J08nY2-9/+34
2017-08-02qa.J08nY1-4/+4
2017-08-02Recognize the KeyChangeModWorkflow in key confirm command.J08nY1-2/+4
2017-08-02Add tests for key change moderator approval.J08nY6-30/+139
2017-08-02Add moderator approval to key change workflow, optionally.J08nY8-22/+136
2017-08-02Fix `key` command test after rebase.J08nY1-2/+2
2017-08-02qa.J08nY5-19/+17
2017-08-02Fix .attach_keys and .attach_revocs in Wrappers.J08nY8-54/+139
2017-08-02Add revocation handling to Wrappers.J08nY11-10/+356
2017-08-02Add key revocation certificate data to pgp tests.J08nY5-0/+41
2017-08-02Check the user supplied key for EncryptCommunications usage flag.J08nY2-0/+89
2017-08-01Fix FSKey.reload() test.J08nY1-0/+2
2017-08-01Use converted config values.feature/config-transformationJ08nY6-24/+31
2017-08-01Move Config to mailman_pgp.config.config.J08nY7-84/+107
2017-08-01Split ConfigValidator into ConfigValidator and ConfigConverter.J08nY4-67/+209
2017-07-31Add basic shredding to FSKey. Needs more low-level solution.feature/key-storeJ08nY5-20/+78
2017-07-31More tests for models.J08nY7-8/+167
2017-07-31Refactor filesystem key store operations into FSKey. Introduce DBKey.J08nY9-120/+332
2017-07-31More test coverage for wrappers.J08nY5-1/+43
2017-07-31More coverage across the board.J08nY7-7/+94
2017-07-31qa.J08nY1-1/+0
2017-07-31More coverage for REST.J08nY2-7/+78
2017-07-31Check that user sends a public key in `key` command.J08nY3-17/+73
2017-07-28Use try_decrypt where useful.J08nY2-5/+9
2017-07-28Add multi sig wrapper to PGPWrapper.J08nY2-13/+43
2017-07-28Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.J08nY8-87/+154
2017-07-28Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY21-32/+234
2017-07-28Add more test coverage for PGPSignature rule.J08nY2-4/+56