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
/
setup.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
Use the KeyRevokeWorkflow when the key needs to be reset.
feature/key-revocation
J08nY
8
-45
/
+96
2017-08-06
Add KeyRevokeWorkflow.
J08nY
3
-29
/
+129
2017-08-06
Rename step pgp_prepare to create_address.
J08nY
3
-8
/
+8
2017-08-06
Refactor some stuff into PGPMixin.
J08nY
4
-25
/
+28
2017-08-06
Use custom moderator approval mixin/messages for subscription.
J08nY
9
-81
/
+202
2017-08-04
Add logging to plugin log, all over.
feature/logging
J08nY
4
-8
/
+32
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-03
Add more tests for key revoke command.
J08nY
3
-2
/
+108
2017-08-03
Add some tests for key revoke command.
J08nY
3
-11
/
+85
2017-08-03
Add basic `key revoke` implementation.
J08nY
1
-3
/
+76
2017-08-02
Make key_usable check revocations properly.
J08nY
4
-16
/
+128
2017-08-02
Fix use of key_usable().
J08nY
2
-5
/
+5
2017-08-02
Use key_usable utility function when validating keys.
J08nY
2
-9
/
+34
2017-08-02
qa.
J08nY
1
-4
/
+4
2017-08-02
Recognize the KeyChangeModWorkflow in key confirm command.
J08nY
1
-2
/
+4
2017-08-02
Add tests for key change moderator approval.
J08nY
6
-30
/
+139
2017-08-02
Add moderator approval to key change workflow, optionally.
J08nY
8
-22
/
+136
2017-08-02
Fix `key` command test after rebase.
J08nY
1
-2
/
+2
2017-08-02
qa.
J08nY
5
-19
/
+17
2017-08-02
Fix .attach_keys and .attach_revocs in Wrappers.
J08nY
8
-54
/
+139
2017-08-02
Add revocation handling to Wrappers.
J08nY
11
-10
/
+356
2017-08-02
Add key revocation certificate data to pgp tests.
J08nY
5
-0
/
+41
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