aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests
Commit message (Expand)AuthorAgeFilesLines
* qa.J08nY2017-08-231-1/+2
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-231-2/+2
* Cleanup test imports.J08nY2017-08-212-4/+4
* Make MIMEWrapper encrypt signed messages by combining.J08nY2017-08-091-1/+3
* qa.J08nY2017-08-023-6/+6
* Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-022-0/+33
* Add revocation handling to Wrappers.J08nY2017-08-026-3/+177
* Add key revocation certificate data to pgp tests.J08nY2017-08-025-0/+41
* Refactor filesystem key store operations into FSKey. Introduce DBKey.J08nY2017-07-312-38/+54
* More test coverage for wrappers.J08nY2017-07-313-0/+38
* Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.J08nY2017-07-286-68/+113
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-2810-177/+201
* Merge branch 'feature/sign-adds-to-existing'J08nY2017-07-283-0/+226
|\
| * Fix some API promises being violated in MIMEMultiSigWrapper.feature/sign-adds-to-existingJ08nY2017-07-283-0/+226
| * Separate multisig handling into MIMEMultiSigWrapper.J08nY2017-07-271-16/+0
| * Add multisig handling as per draft-ietf-openpgp-multsig.J08nY2017-07-271-0/+16
* | More coverage for PGP.J08nY2017-07-281-0/+63
|/
* qa.J08nY2017-07-271-1/+0
* Add tests for get_signature and get_encrypted.J08nY2017-07-277-9/+213
* Add configurable lifetime of key change request.J08nY2017-07-262-0/+6
* qa.J08nY2017-07-191-1/+1
* Rework key generation configuration. Allow ECC keys.feature/outgoingJ08nY2017-07-191-14/+24
* Add ecc secp256k1 keypair for testing.J08nY2017-07-182-0/+31
* Add a new PGP key for testing.J08nY2017-07-182-0/+29
* Cleanup @public from tests.J08nY2017-07-184-17/+0
* More tests for PGP message wrappers and fix inline decrypt.feature/workflowsJ08nY2017-07-145-52/+136
* Move some keys to where they belong.J08nY2017-07-072-0/+0
* Move test data to subdirectories.J08nY2017-07-0725-155/+159
* Add some more utility methods to wrappers.J08nY2017-07-061-0/+2
* Add sign_encrypt and sign_then_encrypt to combined wrapper + tests.J08nY2017-07-063-0/+67
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-063-2/+2
* Add test data for mime encrypted messages.J08nY2017-06-294-4/+104
* Add Signature rule tests.J08nY2017-06-281-2/+3
* Add tests for list key generation.J08nY2017-06-271-0/+54
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-271-0/+17
* Added encryption to MIMEWrapper.J08nY2017-06-252-6/+54
* Add signing to MIMEWrapper.J08nY2017-06-251-2/+19
* Add signing and encryption to InlineWrapper.J08nY2017-06-256-16/+161
* Add skeleton of decryption handling.J08nY2017-06-242-3/+3
* Fix handling of signatures in InlineWrapper.J08nY2017-06-237-30/+100
* Refactor tests, add tests for combined wrapper.J08nY2017-06-224-60/+185
* Add handling of sent keys to wrappers.J08nY2017-06-226-0/+248
* PEP8.J08nY2017-06-213-3/+3
* Add more InlineWrapper tests.J08nY2017-06-214-6/+63
* Add InlineWrapper tests.J08nY2017-06-215-26/+175
* Add PGP/MIME tests.J08nY2017-06-216-0/+209