aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add signing and encryption to InlineWrapper.J08nY2017-06-2510-61/+357
|
* Add skeleton of decryption handling.J08nY2017-06-245-7/+64
|
* Fix handling of signatures in InlineWrapper.J08nY2017-06-238-34/+118
|
* Refactor tests, add tests for combined wrapper.J08nY2017-06-224-60/+185
|
* Add handling of sent keys to wrappers.J08nY2017-06-229-15/+319
|
* Add lazy-loaded address property to PGPAddress.J08nY2017-06-221-2/+12
|
* Rename the rest, s/encrypted/PGP[ enabled]/g.J08nY2017-06-227-23/+25
|
* Document classes, methods, modules.J08nY2017-06-2212-52/+160
|
* Implement more of signature checking.J08nY2017-06-226-21/+62
|
* Add classmethod query() to declarative base, use it.J08nY2017-06-227-10/+12
|
* Rename s/encrypted/pgp/g.J08nY2017-06-2210-30/+42
|
* Update REST lists interface.J08nY2017-06-221-2/+6
|
* Use the query helper.J08nY2017-06-224-6/+9
|
* Check signatures via a custom chain + rule.J08nY2017-06-227-2/+131
|
* Switch Incoming Runner to only care about encryption.J08nY2017-06-221-14/+4
|
* Add wrapper that wraps wrappers.J08nY2017-06-223-0/+66
|
* Add db query helper.J08nY2017-06-221-0/+5
|
* PEP8.J08nY2017-06-214-4/+4
|
* Make qa pull Mailman & PGPy git+head.J08nY2017-06-211-0/+2
|
* Add more InlineWrapper tests.J08nY2017-06-214-6/+63
|
* Add InlineWrapper tests.J08nY2017-06-216-27/+176
|
* Add -head to tox. Use it in Gitlab CI.J08nY2017-06-212-1/+4
|
* Add Gitlab CI.J08nY2017-06-212-0/+10
|
* Add PGP/MIME tests.J08nY2017-06-217-2/+217
|
* Fix tox config.J08nY2017-06-211-1/+5
|
* Add InlineWrapper.decrypt(key).J08nY2017-06-211-1/+7
|
* Rename message wrappers.J08nY2017-06-213-10/+10
|
* Add PGPMIMEWrapper.decrypt(key).J08nY2017-06-211-10/+19
|
* Rename wrapper functions.J08nY2017-06-202-12/+10
|
* Add PGPInlineWrapper.J08nY2017-06-201-12/+42
|
* PEP8 m8.J08nY2017-06-202-3/+3
|
* Add PGP/MIME signature verification.J08nY2017-06-201-5/+26
|
* Remore REST/users.J08nY2017-06-201-30/+0
|
* Add GPLv3.J08nY2017-06-2026-2/+1096
|
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-198-34/+63
|
* Fix REST /lists/<list_id>/keyJ08nY2017-06-192-4/+11
|
* Fix List key generation.J08nY2017-06-192-49/+40
|
* Fix PGP.*_keyring and remove unused vars.J08nY2017-06-192-9/+19
|
* Make transaction() convenient.J08nY2017-06-192-4/+6
|
* Fix some naming as we are no longer using gpg anywhere.J08nY2017-06-194-7/+7
|
* Fixed PGPMIMEWrapped against real messages.J08nY2017-06-192-3/+16
|
* Fix PGPMIMEWrapper to adhere to RFC3156.J08nY2017-06-191-2/+11
|
* Add PGPMimeWrapper.J08nY2017-06-192-3/+40
| | | | | - PGPMimeWrapper is an adapter that provides some RFC3156 functions on an email.message.Message object.
* Fix KeyError.J08nY2017-06-191-3/+3
|
* Make setup.py executable.J08nY2017-06-191-0/+0
|
* Switch to PGPy.J08nY2017-06-198-87/+210
|
* Lazy load mlist attribute in EncryptedMailingList.J08nY2017-06-181-0/+3
|
* Delete list keys on ListDeletedEvent.J08nY2017-06-181-1/+3
|
* Expose generated list key to REST.J08nY2017-06-183-5/+25
|
* Move keypair config defaults.J08nY2017-06-181-2/+5
|