Feature #4386
open
Added by Pavel Kácha about 6 years ago.
Updated over 1 year ago.
Category:
Development - Core
Description
There should be a possibility for report mails to be signed by verifiable PGP key.
(Issue from Dubovice.)
- Assignee deleted (
Jan Mach)
I see 2 ways here:
I like the former way using Python library, but it will bring another dependency.
Took a look. python-gnupg is quite extensive wrapper around gnupg binary (key generation, trust setting, keyring management, ...) It won't help with GPG/MIME, with signature attachment construction at all. The only thing we would use from this library is probably GPG.encrypt_file, which is just something akin to Popen("gnupg --clearsign --default-key ...), and all the base64/mime logic is still on us.
Also available in: Atom
PDF