Implement OpenPGP message creation that uses separate MIME layers for signature and encryption
Categories
(MailNews Core :: Security: OpenPGP, enhancement)
Tracking
(thunderbird_esr78 fixed, thunderbird79 fixed)
People
(Reporter: KaiE, Assigned: KaiE)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details |
We should be able to create MIME messages, that have an inner signature layer, and an outer encryption layer.
Updated•5 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
This is not a task. It is an enhancement that requires code changes.
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
It introduces the ability described in this bug. It enables it by default for now, so we can get more testing. We can decide later if we always want to use two MIME layers, or only for external smartcard/GnuPG sining.
In addition, the attached patch makes smartcard signing work.
Using this advanced, optional feature will require several manual configuration steps, which I will document soon in a wiki page.
Also, the patch adds more attempts to find the GPGME shared library automatically.
Assignee | ||
Comment 4•4 years ago
|
||
Tested to work with GnuPG (software key), GnuPG (hardware smartcard), Qubes split GPG
Assignee | ||
Comment 5•4 years ago
|
||
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/a5b2c9c4ab88
Implement OpenPGP message creation that uses separate MIME layers for signature and encryption. r=PatrickBrunschwig DONTBUILD
Assignee | ||
Comment 7•4 years ago
|
||
Comment on attachment 9163877 [details]
Bug 1603782 - Implement OpenPGP message creation that uses separate MIME layers for signature and encryption. r=PatrickBrunschwig
Important change to support OpenPGP smarcards and Qubes OS for advanced users.
Changes how encrypted emails and signed emails are constructed. Now two separate MIME layers instead of one.
We should get this in to 78.1 to ensure wide testing, prior to enabling by default later.
Comment 8•4 years ago
|
||
Comment on attachment 9163877 [details]
Bug 1603782 - Implement OpenPGP message creation that uses separate MIME layers for signature and encryption. r=PatrickBrunschwig
Approved for beta
Approved for esr78
Assignee | ||
Comment 9•4 years ago
|
||
https://hg.mozilla.org/releases/comm-esr78/rev/a1c41c3889a719d1e54deb22fc98313a1f42d301
https://hg.mozilla.org/releases/comm-beta/rev/67ac6cde43534e7d399fb9782249a20d3ae14822
Assignee | ||
Updated•4 years ago
|
Description
•