Project

General

Profile

Actions

Feature #4386

open

PGP signing of reports

Added by Pavel Kácha over 5 years ago. Updated 10 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Development - Core
Target version:
Start date:
10/19/2018
Due date:
% Done:

0%

Estimated time:
To be discussed:

Description

There should be a possibility for report mails to be signed by verifiable PGP key.

(Issue from Dubovice.)

Actions #1

Updated by Pavel Kácha about 3 years ago

  • Assignee deleted (Jan Mach)
Actions #2

Updated by Rajmund Hruška 10 months ago

I see 2 ways here:

I like the former way using Python library, but it will bring another dependency.

Actions #3

Updated by Pavel Kácha 10 months ago

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.

Actions

Also available in: Atom PDF