aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Override PGPy dependency(pyasn1) version to hotfix CI.fix/pyasn1-ci-hotfixJ08nY2017-08-071-0/+1
* Merge branch 'feature/logging'J08nY2017-08-044-8/+32
|\
| * Add logging to plugin log, all over.feature/loggingJ08nY2017-08-044-8/+32
|/
* Only use the PGP delivery on messages that are a list posting.J08nY2017-08-044-3/+42
* Don't wait for key generation to finish, otherwise, whats the point.J08nY2017-08-031-1/+1
* Check the user supplied key for EncryptCommunications usage flag.J08nY2017-08-022-0/+89
* Fix FSKey.reload() test.J08nY2017-08-011-0/+2
* Merge branch 'feature/config-transformation'J08nY2017-08-0112-142/+314
|\
| * Use converted config values.feature/config-transformationJ08nY2017-08-016-24/+31
| * Move Config to mailman_pgp.config.config.J08nY2017-08-017-84/+107
| * Split ConfigValidator into ConfigValidator and ConfigConverter.J08nY2017-08-014-67/+209
|/
* Merge branch 'feature/key-store'J08nY2017-07-3114-124/+553
|\
| * Add basic shredding to FSKey. Needs more low-level solution.feature/key-storeJ08nY2017-07-315-20/+78
| * More tests for models.J08nY2017-07-317-8/+167
| * Refactor filesystem key store operations into FSKey. Introduce DBKey.J08nY2017-07-319-120/+332
|/
* More test coverage for wrappers.J08nY2017-07-315-1/+43
* More coverage across the board.J08nY2017-07-317-7/+94
* qa.J08nY2017-07-311-1/+0
* More coverage for REST.J08nY2017-07-312-7/+78
* Check that user sends a public key in `key` command.J08nY2017-07-313-17/+73
* Use try_decrypt where useful.J08nY2017-07-282-5/+9
* Add multi sig wrapper to PGPWrapper.J08nY2017-07-282-13/+43
* Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.J08nY2017-07-288-87/+154
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-2821-32/+234
* Merge branch 'feature/sign-adds-to-existing'J08nY2017-07-287-7/+416
|\
| * Fix some API promises being violated in MIMEMultiSigWrapper.feature/sign-adds-to-existingJ08nY2017-07-284-31/+263
| * Add some more MIMEMultiSigWrapper methods that differ from MIMEWrapper.J08nY2017-07-272-5/+76
| * Separate multisig handling into MIMEMultiSigWrapper.J08nY2017-07-273-71/+99
| * Add multisig handling as per draft-ietf-openpgp-multsig.J08nY2017-07-274-11/+89
* | Add more test coverage for PGPSignature rule.J08nY2017-07-282-4/+56
* | More coverage for PGP.J08nY2017-07-281-0/+63
* | Ignore tests/__init__.py in coverage.J08nY2017-07-281-0/+1
* | Add tests for custom deliver callable.J08nY2017-07-281-0/+85
|/
* Fix MIMEWrapper.decrypt.J08nY2017-07-271-3/+1
* qa.J08nY2017-07-271-1/+0
* Add tests for get_signature and get_encrypted.J08nY2017-07-2710-27/+245
* Add get_signature and get_encrypted to wrappers.J08nY2017-07-273-0/+61
* Update setup.py.J08nY2017-07-274-4/+4
* qa.J08nY2017-07-273-8/+6
* Add config validation.J08nY2017-07-275-0/+232
* Fix Gilatb CI Click.J08nY2017-07-271-0/+3
* Fix locale in CI for Click.J08nY2017-07-261-0/+2
* Add configurable lifetime of key change request.J08nY2017-07-269-29/+74
* Some cleanup of utility functions.J08nY2017-07-261-12/+8
* Add more functionality to REST interface for lists.J08nY2017-07-215-25/+260
* Add example config to README.md.J08nY2017-07-201-0/+45
* qa.J08nY2017-07-192-2/+2
* Merge branch 'feature/outgoing'J08nY2017-07-1926-84/+992
|\
| * Rework key generation configuration. Allow ECC keys.feature/outgoingJ08nY2017-07-197-79/+122
| * Add testing configs.J08nY2017-07-194-5/+91