aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rules/signature.py
Commit message (Collapse)AuthorAgeFilesLines
* Use patch_config decorator in tests.J08nY2017-08-211-1/+1
|
* Add config option to disable sig hash collecting.J08nY2017-08-211-3/+3
|
* Use revoked_sig_action.J08nY2017-08-211-1/+8
|
* Use expired_sig_action.J08nY2017-08-211-1/+10
|
* Add more test coverage for PGPSignature rule.J08nY2017-07-281-1/+2
|
* Some overall cleanup.J08nY2017-07-181-1/+1
|
* Add sig hashes to the db on posting.J08nY2017-07-171-11/+29
|
* Implement basic duplicate signature hash rule.J08nY2017-07-171-1/+24
|
* Move some functions to utils package. Use them.J08nY2017-07-171-11/+1
|
* Some docs and qa.J08nY2017-07-171-2/+0
|
* Fixup signature rule and start out sighash db.J08nY2017-07-171-8/+18
|
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-151-2/+1
|
* Simplify key generation.J08nY2017-07-071-14/+0
|
* Add Signature rule tests.J08nY2017-06-281-2/+1
|
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-271-8/+8
|
* Add logging to `mailman.plugin.pgp`.J08nY2017-06-271-5/+10
|
* Simplify combined wrapper + pep8.J08nY2017-06-271-7/+6
|
* Use Action.defer in signature and encryption handling.J08nY2017-06-271-25/+23
|
* Document classes, methods, modules.J08nY2017-06-221-1/+1
|
* Implement more of signature checking.J08nY2017-06-221-15/+60
|
* Add classmethod query() to declarative base, use it.J08nY2017-06-221-0/+1
|
* Rename s/encrypted/pgp/g.J08nY2017-06-221-3/+6
|
* Check signatures via a custom chain + rule.J08nY2017-06-221-0/+70