index
:
mailman-pgp.git
feature/config-transformation
feature/key-revocation
feature/key-sign-command
feature/key-store
feature/local-archiver
feature/logging
feature/outgoing
feature/sign-adds-to-existing
feature/strip-sig
feature/workflows
feature/wrappers-modify
fix/pyasn1-ci-hotfix
master
A PGP plugin for the GNU Mailman mailing list manager
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman_pgp
/
styles
/
base.py
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2017-08-04
Add logging to plugin log, all over.
feature/logging
J08nY
1
-6
/
+12
2017-08-04
Only use the PGP delivery on messages that are a list posting.
J08nY
4
-3
/
+42
2017-08-03
Don't wait for key generation to finish, otherwise, whats the point.
J08nY
1
-1
/
+1
2017-08-02
Check the user supplied key for EncryptCommunications usage flag.
J08nY
2
-0
/
+89
2017-08-01
Fix FSKey.reload() test.
J08nY
1
-0
/
+2
2017-08-01
Use converted config values.
feature/config-transformation
J08nY
6
-24
/
+31
2017-08-01
Move Config to mailman_pgp.config.config.
J08nY
7
-84
/
+107
2017-08-01
Split ConfigValidator into ConfigValidator and ConfigConverter.
J08nY
4
-67
/
+209
2017-07-31
Add basic shredding to FSKey. Needs more low-level solution.
feature/key-store
J08nY
5
-20
/
+78
2017-07-31
More tests for models.
J08nY
7
-8
/
+167
2017-07-31
Refactor filesystem key store operations into FSKey. Introduce DBKey.
J08nY
9
-120
/
+332
2017-07-31
More test coverage for wrappers.
J08nY
5
-1
/
+43
2017-07-31
More coverage across the board.
J08nY
7
-7
/
+94
2017-07-31
qa.
J08nY
1
-1
/
+0
2017-07-31
More coverage for REST.
J08nY
2
-7
/
+78
2017-07-31
Check that user sends a public key in `key` command.
J08nY
3
-17
/
+73
2017-07-28
Use try_decrypt where useful.
J08nY
2
-5
/
+9
2017-07-28
Add multi sig wrapper to PGPWrapper.
J08nY
2
-13
/
+43
2017-07-28
Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.
J08nY
8
-87
/
+154
2017-07-28
Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.
J08nY
21
-32
/
+234
2017-07-28
Add more test coverage for PGPSignature rule.
J08nY
2
-4
/
+56