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
/
mailman_pgp
/
pgp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implement signature stripping if the list is set to.
feature/strip-sig
J08nY
2017-08-23
4
-0
/
+39
|
*
qa.
J08nY
2017-08-23
2
-10
/
+11
|
*
Make Wrappers modify.
feature/wrappers-modify
J08nY
2017-08-23
6
-250
/
+270
|
*
Cleanup test imports.
J08nY
2017-08-21
2
-4
/
+4
|
*
Use expired_sig_action.
J08nY
2017-08-21
4
-20
/
+12
|
*
Basic `key sign` command implementation.
J08nY
2017-08-10
2
-1
/
+2
|
*
Make MIMEWrapper encrypt signed messages by combining.
J08nY
2017-08-09
2
-8
/
+18
|
*
Fix keydir globbing pathlib.Path.
J08nY
2017-08-08
1
-1
/
+1
|
*
Use config transforms in PGP keydir and keypair configs.
J08nY
2017-08-07
1
-84
/
+10
|
*
Add more tests for key revoke command.
J08nY
2017-08-03
1
-1
/
+1
|
*
qa.
J08nY
2017-08-02
3
-6
/
+6
|
*
Fix .attach_keys and .attach_revocs in Wrappers.
J08nY
2017-08-02
4
-29
/
+81
|
*
Add revocation handling to Wrappers.
J08nY
2017-08-02
9
-9
/
+293
|
*
Add key revocation certificate data to pgp tests.
J08nY
2017-08-02
5
-0
/
+41
|
*
Refactor filesystem key store operations into FSKey. Introduce DBKey.
J08nY
2017-07-31
3
-51
/
+77
|
*
More test coverage for wrappers.
J08nY
2017-07-31
4
-1
/
+39
|
*
Use try_decrypt where useful.
J08nY
2017-07-28
1
-2
/
+6
|
*
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
7
-87
/
+142
|
*
Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.
J08nY
2017-07-28
12
-193
/
+225
|
*
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
|
|
*
|
More coverage for PGP.
J08nY
2017-07-28
1
-0
/
+63
|
/
*
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
|
*
Add configurable lifetime of key change request.
J08nY
2017-07-26
2
-0
/
+6
|
*
qa.
J08nY
2017-07-19
2
-2
/
+2
|
*
Rework key generation configuration. Allow ECC keys.
feature/outgoing
J08nY
2017-07-19
3
-47
/
+79
|
*
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
|
*
Allow to throw keyids in wrappers encryption methods.
J08nY
2017-07-18
2
-18
/
+27
|
*
Cleanup @public from tests.
J08nY
2017-07-18
4
-17
/
+0
|
*
Implement basic duplicate signature hash rule.
J08nY
2017-07-17
1
-4
/
+2
|
*
Move some functions to utils package. Use them.
J08nY
2017-07-17
2
-37
/
+1
|
*
Some docs and qa.
J08nY
2017-07-17
3
-17
/
+122
|
*
Fix InlineWrapper keys().
J08nY
2017-07-17
1
-14
/
+14
|
*
More tests for PGP message wrappers and fix inline decrypt.
feature/workflows
J08nY
2017-07-14
6
-53
/
+140
|
*
Fix TypeError in MIMEWrapper on empty protocol param.
J08nY
2017-07-13
1
-2
/
+4
|
*
More work on key command. Added key_confirmed attribute to PGPAddress.
J08nY
2017-07-11
1
-1
/
+21
|
*
Check signature expiration in PGPWrapper.verifies.
J08nY
2017-07-11
1
-1
/
+4
|
*
Make MIMEWrapper create messages with proper header casing.
J08nY
2017-07-10
1
-5
/
+5
|
*
Add an overwrite boolean argument to copy_headers util function.
J08nY
2017-07-10
1
-1
/
+3
|
*
Move some keys to where they belong.
J08nY
2017-07-07
2
-0
/
+0
|
*
Move test data to subdirectories.
J08nY
2017-07-07
25
-155
/
+159
|
[next]