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
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use converted config values.
feature/config-transformation
J08nY
2017-08-01
6
-24
/
+31
|
*
Move Config to mailman_pgp.config.config.
J08nY
2017-08-01
7
-84
/
+107
|
*
Split ConfigValidator into ConfigValidator and ConfigConverter.
J08nY
2017-08-01
4
-67
/
+209
|
*
Add basic shredding to FSKey. Needs more low-level solution.
feature/key-store
J08nY
2017-07-31
5
-20
/
+78
|
*
More tests for models.
J08nY
2017-07-31
7
-8
/
+167
|
*
Refactor filesystem key store operations into FSKey. Introduce DBKey.
J08nY
2017-07-31
9
-120
/
+332
|
*
More test coverage for wrappers.
J08nY
2017-07-31
5
-1
/
+43
|
*
More coverage across the board.
J08nY
2017-07-31
7
-7
/
+94
|
*
qa.
J08nY
2017-07-31
1
-1
/
+0
|
*
More coverage for REST.
J08nY
2017-07-31
2
-7
/
+78
|
*
Check that user sends a public key in `key` command.
J08nY
2017-07-31
3
-17
/
+73
|
*
Use try_decrypt where useful.
J08nY
2017-07-28
2
-5
/
+9
|
*
Add multi sig wrapper to PGPWrapper.
J08nY
2017-07-28
2
-13
/
+43
|
*
Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.
J08nY
2017-07-28
8
-87
/
+154
|
*
Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.
J08nY
2017-07-28
21
-32
/
+234
|
*
Merge branch 'feature/sign-adds-to-existing'
J08nY
2017-07-28
7
-7
/
+416
|
\
|
*
Fix some API promises being violated in MIMEMultiSigWrapper.
feature/sign-adds-to-existing
J08nY
2017-07-28
4
-31
/
+263
|
|
|
*
Add some more MIMEMultiSigWrapper methods that differ from MIMEWrapper.
J08nY
2017-07-27
2
-5
/
+76
|
|
|
*
Separate multisig handling into MIMEMultiSigWrapper.
J08nY
2017-07-27
3
-71
/
+99
|
|
|
*
Add multisig handling as per draft-ietf-openpgp-multsig.
J08nY
2017-07-27
4
-11
/
+89
|
|
*
|
Add more test coverage for PGPSignature rule.
J08nY
2017-07-28
2
-4
/
+56
|
|
*
|
More coverage for PGP.
J08nY
2017-07-28
1
-0
/
+63
|
|
*
|
Add tests for custom deliver callable.
J08nY
2017-07-28
1
-0
/
+85
|
/
*
Fix MIMEWrapper.decrypt.
J08nY
2017-07-27
1
-3
/
+1
|
*
qa.
J08nY
2017-07-27
1
-1
/
+0
|
*
Add tests for get_signature and get_encrypted.
J08nY
2017-07-27
10
-27
/
+245
|
*
Add get_signature and get_encrypted to wrappers.
J08nY
2017-07-27
3
-0
/
+61
|
*
Update setup.py.
J08nY
2017-07-27
3
-3
/
+3
|
*
qa.
J08nY
2017-07-27
3
-8
/
+6
|
*
Add config validation.
J08nY
2017-07-27
5
-0
/
+232
|
*
Add configurable lifetime of key change request.
J08nY
2017-07-26
9
-29
/
+74
|
*
Some cleanup of utility functions.
J08nY
2017-07-26
1
-12
/
+8
|
*
Add more functionality to REST interface for lists.
J08nY
2017-07-21
5
-25
/
+260
|
*
qa.
J08nY
2017-07-19
2
-2
/
+2
|
*
Rework key generation configuration. Allow ECC keys.
feature/outgoing
J08nY
2017-07-19
7
-79
/
+122
|
*
Add testing configs.
J08nY
2017-07-19
3
-4
/
+90
|
*
Add retries to both Personalized and Bulk delivery.
J08nY
2017-07-19
4
-17
/
+53
|
*
Simplify outgoing encryption in BulkDelivery.
J08nY
2017-07-19
1
-5
/
+5
|
*
Simplify outgoing encryption in PersonalizedDelivery.
J08nY
2017-07-19
1
-5
/
+5
|
*
Add more PersonalizedDelivery tests.
J08nY
2017-07-19
2
-3
/
+25
|
*
More tests for pgp enabled Personalized delivery.
J08nY
2017-07-19
2
-8
/
+29
|
*
Add outgoing signing and encryption via custom Delivery classes.
J08nY
2017-07-18
9
-0
/
+641
|
*
Fix weird error while testing.
J08nY
2017-07-18
1
-1
/
+5
|
*
Fix encryption to many keys.
J08nY
2017-07-18
2
-2
/
+2
|
*
Add ecc secp256k1 keypair for testing.
J08nY
2017-07-18
2
-0
/
+31
|
*
Add a new PGP key for testing.
J08nY
2017-07-18
2
-0
/
+29
|
*
Fix overwrite_message util function.
J08nY
2017-07-18
1
-1
/
+2
|
*
Remove outgoing runner config.
J08nY
2017-07-18
2
-10
/
+1
|
*
Allow to throw keyids in wrappers encryption methods.
J08nY
2017-07-18
2
-18
/
+27
|
*
Rename classes with PGP prefix.
J08nY
2017-07-18
5
-8
/
+8
|
[next]