Work on mailman3 gpg/wkd support

2020-07-20 Thread Ludwig Reiter
Hello! I also worked on an extension for mailman 3. It should allow to encrypt (and sign) service mails with public keys fetched from a wkd. The experimental code is under: https://gitlab.com/reiterl/mailman3-gpg-wkd.git Kind Regards, Ludwig -- Intevation GmbH, Osnabrück Firmensitz: Neuer

Work on mailman2-gpg-wkd

2020-07-13 Thread Ludwig Reiter
Hello! I'm working on an extension for mailman 2.1. It should allow to encrypt (and sign) service mails with public keys fetched from a wkd (web key directory). The experimental code is under: https://gitlab.com/reiterl/mailman2-gpg-wkd.git Like the python3-gpg-examples it is in an early state

gpgme: how to check a key for source of wkd?

2020-07-08 Thread Ludwig Reiter
Hello! I have read the AutomaticEncryption wiki page (https://wiki.gnupg.org/AutomatedEncryption). To check for level 2 I need to know, if a key has a "wkd" source, but a key in gpgme hasn't a source attribute. How can I check with gpgme, that a key has a "wkd" source? Kind Regards, Ludwig --

how to use WKD with python3?

2020-06-03 Thread Ludwig Reiter
Hi folks, how do I get public keys over WKD with python3/gpgme? I didn't find anything about this in the web. It seems like python3-gpg doesn't support to use WKD. Can someone point me to a good start point? Kind Regards, Ludwig -- Intevation GmbH, Osnabrück Firmensitz: Neuer Graben 17, 49074

Examples of use python3-gpg and emails

2020-06-03 Thread Ludwig Reiter
Hi folks, I am working on examples for encrypting and signing mails. It uses python3-gpg (gpgme) and the python3 email lib and is in draft. The git repo is at gitlab. See: https://gitlab.com/reiterl/python3-gpg-examples.git If you are interested in learning to use python3-gpg with email conte