gpg-lacre/test
Piotr F. Mieszkowski 881a8d1756 Add GnuPG encryption support for addresses with delimiters
If a user registers their key for address alice@example.com but receives a
message sent to alice+something@example.com, this message should be encrypted
as well.

- Implement delimiter support for GnuPG encryption.

- Add E2E test case for a clear text message delivered to an address with
delimiter.

- Fix minor bug: wrong configuration parameter was retrieved when logging
information about enc_domain_keymap being active.
2022-06-08 21:20:58 +02:00
..
certs Keep test/certs directory 2022-01-07 12:03:38 +01:00
keyhome Add E2E case: a user with a key and PGP/MIME configured 2022-05-30 00:49:40 +02:00
msgin Add GnuPG encryption support for addresses with delimiters 2022-06-08 21:20:58 +02:00
e2e.ini Add GnuPG encryption support for addresses with delimiters 2022-06-08 21:20:58 +02:00
e2e_test.py Add E2E case: a user with a key and PGP/MIME configured 2022-05-30 00:49:40 +02:00
gpg-lacre-log.ini Use logging module 2022-05-06 19:39:56 +02:00
gpg-mailgate-cron-test.conf Finish migration to SQLAlchemy and automate testing cron.py 2022-04-23 13:08:40 +02:00
relay.py Extract config, separate logging, split into smaller functions 2022-05-06 19:39:56 +02:00
sample.ini Add more contract tests 2022-05-25 22:13:40 +02:00
schema.py Add newlines to key material 2022-05-06 20:40:16 +02:00
test_contracts.py Add more contract tests 2022-05-25 22:13:40 +02:00
test_gnupg.py Add unit tests for GnuPG command-line generator 2022-01-09 21:37:14 +01:00
test_lacre_text.py Extract delimiter support, add unit tests 2022-06-07 22:14:32 +02:00