aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/styles/base.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-04Add logging to plugin log, all over.feature/loggingJ08nY1-6/+12
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-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