aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/testing/start.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-10Add custom shred command option.J08nY6-7/+52
2017-08-100.2.00.2.0J08nY2-7/+21
2017-08-10Respec cert revocations in key_usable.J08nY2-21/+71
2017-08-10More tests for key command.J08nY2-68/+105
2017-08-10Add tests for `key sign` command.feature/key-sign-commandJ08nY2-4/+295
2017-08-10Basic `key sign` command implementation.J08nY6-5/+161
2017-08-09Make MIMEWrapper encrypt signed messages by combining.J08nY4-8/+24
2017-08-09Fix typo.J08nY1-1/+1
2017-08-08Fix msg.original_size not being kept on messages copied.J08nY1-0/+6
2017-08-08Fix keydir globbing pathlib.Path.J08nY1-1/+1
2017-08-08Fix passint pathlib.Path to FSKey.J08nY1-1/+5
2017-08-07Use config transforms in PGP keydir and keypair configs.J08nY5-93/+51
2017-08-07Basic local archiver implementation.feature/local-archiverJ08nY6-8/+213
2017-08-07Add some utility functions for config transforms.J08nY7-20/+140
2017-08-07Fix moderation, after mailman/mailman/9cdcffb.J08nY5-6/+36
2017-08-07Mute PGPy warnings.J08nY2-1/+7
2017-08-07qa.J08nY1-1/+1
2017-08-07Refactor `key` command tests.J08nY1-192/+86
2017-08-07Fix autogenerate test race.J08nY1-6/+0
2017-08-07Override PGPy dependency(pyasn1) version to hotfix CI.fix/pyasn1-ci-hotfixJ08nY1-0/+1
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