summaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_mime.py
Commit message (Collapse)AuthorAgeFilesLines
* Make MIMEWrapper encrypt signed messages by combining.J08nY2017-08-091-1/+3
|
* qa.J08nY2017-08-021-2/+2
|
* Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-021-0/+22
|
* Add revocation handling to Wrappers.J08nY2017-08-021-1/+25
|
* More test coverage for wrappers.J08nY2017-07-311-0/+9
|
* Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.J08nY2017-07-281-2/+15
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-2/+10
|
* Add tests for get_signature and get_encrypted.J08nY2017-07-271-4/+34
|
* Cleanup @public from tests.J08nY2017-07-181-5/+0
|
* More tests for PGP message wrappers and fix inline decrypt.feature/workflowsJ08nY2017-07-141-12/+26
|
* Move test data to subdirectories.J08nY2017-07-071-43/+43
|
* Add sign_encrypt and sign_then_encrypt to combined wrapper + tests.J08nY2017-07-061-0/+10
|
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-061-1/+1
|
* Add test data for mime encrypted messages.J08nY2017-06-291-4/+15
|
* Added encryption to MIMEWrapper.J08nY2017-06-251-2/+23
|
* Add signing to MIMEWrapper.J08nY2017-06-251-2/+19
|
* Refactor tests, add tests for combined wrapper.J08nY2017-06-221-25/+12
|
* Add handling of sent keys to wrappers.J08nY2017-06-221-0/+35
|
* PEP8.J08nY2017-06-211-1/+1
|
* Add more InlineWrapper tests.J08nY2017-06-211-1/+3
|
* Add InlineWrapper tests.J08nY2017-06-211-26/+25
|
* Add PGP/MIME tests.J08nY2017-06-211-0/+66