aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_inline.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-19Add testing configs.J08nY4-5/+91
2017-07-19Add retries to both Personalized and Bulk delivery.J08nY4-17/+53
2017-07-19Simplify outgoing encryption in BulkDelivery.J08nY1-5/+5
2017-07-19Simplify outgoing encryption in PersonalizedDelivery.J08nY1-5/+5
2017-07-19Add more PersonalizedDelivery tests.J08nY2-3/+25
2017-07-19Ignore */tests/test_*.py in coverage.J08nY1-1/+4
2017-07-19More tests for pgp enabled Personalized delivery.J08nY2-8/+29
2017-07-18Add outgoing signing and encryption via custom Delivery classes.J08nY9-0/+641
2017-07-18Fix weird error while testing.J08nY1-1/+5
2017-07-18Fix encryption to many keys.J08nY2-2/+2
2017-07-18Add ecc secp256k1 keypair for testing.J08nY2-0/+31
2017-07-18Add a new PGP key for testing.J08nY2-0/+29
2017-07-18Fix overwrite_message util function.J08nY1-1/+2
2017-07-18Remove outgoing runner config.J08nY2-10/+1
2017-07-18Allow to throw keyids in wrappers encryption methods.J08nY2-18/+27
2017-07-18Rename classes with PGP prefix.J08nY5-8/+8
2017-07-18Add overwrite_message utility function.J08nY1-1/+21
2017-07-18Cleanup @public from tests.J08nY9-33/+0
2017-07-18Some overall cleanup.J08nY6-18/+17
2017-07-17Add sig hashes to the db on posting.J08nY5-27/+48
2017-07-17Delete OutgoingRunner implementation.J08nY1-40/+0
2017-07-17Fix miscommited file. Fixes coverage reporting. Damn PyCharm...J08nY1-0/+0
2017-07-17Implement basic duplicate signature hash rule.J08nY11-44/+138
2017-07-17Move some functions to utils package. Use them.J08nY9-24/+46
2017-07-17Some docs and qa.J08nY9-36/+139
2017-07-17Fix IncomingRunner to try decrypting and fail safely.J08nY2-5/+39
2017-07-17Fix InlineWrapper keys().J08nY1-14/+14
2017-07-17Fixup signature rule and start out sighash db.J08nY5-23/+84
2017-07-15Split some workflow stuff. Use utility functions somewhere.J08nY8-125/+127
2017-07-15Bump minimum python version to 3.5 as Mailman 3.2 does.J08nY1-35/+41
2017-07-15Add docs and partial help to eml_key.J08nY1-3/+67
2017-07-15Add `key receive` command to get list public key.J08nY2-2/+116
2017-07-15Add a test for the default PGP posting chain.J08nY3-1/+42
2017-07-14Update README with some info.J08nY1-1/+29
2017-07-14More tests for PGP message wrappers and fix inline decrypt.feature/workflowsJ08nY6-53/+140
2017-07-14More tests for key command.J08nY4-18/+288
2017-07-14qa.J08nY2-4/+3
2017-07-14Speed up testing. Dont drop the whole db structure.J08nY1-8/+37
2017-07-14Some more Key change workflow tests.J08nY2-7/+118
2017-07-14Workflow tests refactor.J08nY4-95/+105
2017-07-14Make key change work.J08nY3-9/+40
2017-07-13Split PGPMixin from subscription mixins. And bunch of other things.J08nY6-104/+153
2017-07-13Rollback db when resetting for tests.J08nY1-0/+1
2017-07-13Fix setting of key_confirmed in PGPAddress reconstructor.J08nY1-4/+3
2017-07-13Fix TypeError in MIMEWrapper on empty protocol param.J08nY1-2/+4
2017-07-13Add key change command and some tests.J08nY4-2/+185
2017-07-13Split PubkeyMixin into two.J08nY3-49/+90
2017-07-12Use restore_subscriber.J08nY2-13/+4
2017-07-12Some more workflow tests.J08nY1-0/+29
2017-07-12Some more tests for key command. PEP8.J08nY3-62/+152