Closed
Bug 1762834
Opened 3 years ago
Closed 2 years ago
Consider to automatically refresh/import OpenPGP keys from GnuPG using GPGME (if available)
Categories
(MailNews Core :: Security: OpenPGP, enhancement)
MailNews Core
Security: OpenPGP
Tracking
(thunderbird_esr102 wontfix)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | wontfix |
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We've recently added the ability to collect candidate OpenPGP keys from the outside world. (See bug 1667564.)
We could extend this to also use keys available in GnuPG - but only if our preferred access mechanism GPGME is configured and working.
In other words, at runtime, we can try to load GPGME (we already do in some configurations).
If GPGME works, then:
- automatically check for candidate recipient public keys, and allow the key assistant to import the public keys into Thunderbird's store (the work from bug 1627956)
- for public keys that we already have in Thunderbird's store, automatically check if we can obtain a newer version using GPGME.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → kaie
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Updated•2 years ago
|
Target Milestone: --- → 111 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/655219ca9e61
Discover candidate OpenPGP keys from the GnuPG keyring, if external gnupg is enabled. r=mkmelin,rjl
Updated•2 years ago
|
status-thunderbird_esr102:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•