Must check recipient certs/key if auto-enable is false, remind is false, but encryption is on
Categories
(MailNews Core :: Security: S/MIME, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird113 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird113 | --- | fixed |
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details |
Set mail.e2ee.auto_enable to false
Set mail.smime.remind_encryption_possible to false
Compose an email
Set technology S/MIME
Enable encryption manually.
Enter a recipient for whom a valid S/MIME certificate is available.
Actual behavior:
Failure to send message, get a complaint that no cert is available.
Expected behavior:
Should be able to send message encrypted.
Assignee | ||
Comment 1•2 years ago
|
||
The code from bug 135636 missed the above scenario, in which checking for recipient certificates must be done, too.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/cb6578d5efc2
Check recipient certs/keys if encryption is on and auto/remind is off. r=mkmelin
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Comment on attachment 9328877 [details]
Bug 1828475 - Check recipient certs/keys if encryption is on and auto/remind is off. r=mkmelin
I'd prefer consistent behavior across beta and comm-central for less confusion.
Comment 5•2 years ago
|
||
Comment on attachment 9328877 [details]
Bug 1828475 - Check recipient certs/keys if encryption is on and auto/remind is off. r=mkmelin
[Triage Comment]
Approved for beta
Comment 6•2 years ago
|
||
bugherder uplift |
Thunderbird 113.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/8a2e48c1f15a
Description
•