gpg-lacre/lacre
Piotr F. Mieszkowski 9696b7e997 Separate key-cache and key-loader
Extract key-loading code to a dedicated class KeyRing in lacre.keyring module.
KeyCache only keeps a static map of identities, making it safe to use in
asynchronous context (and race condition resistant).
2022-10-19 18:36:23 +00:00
..
__init__.py Move gpg-mailgate.py logic to lacre.mailgate module 2022-06-11 21:00:42 +02:00
config.py Implement Advanced Filter flow for cleartext and OpenPGP 2022-10-19 18:36:23 +00:00
daemon.py Separate key-cache and key-loader 2022-10-19 18:36:23 +00:00
keyring.py Separate key-cache and key-loader 2022-10-19 18:36:23 +00:00
mailgate.py Separate key-cache and key-loader 2022-10-19 18:36:23 +00:00
mailop.py Implement Advanced Filter flow for cleartext and OpenPGP 2022-10-19 18:36:23 +00:00
text.py Implement a basic KeyCache 2022-10-19 18:36:23 +00:00