Open
Bug 1517300
Opened 6 years ago
Updated 2 years ago
getRecipientCertsInfo returns retCanEncrypt = true for expired certificates
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: soskifub+bugzilla, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Call of in Add-On EncryptIfPossible
Components.classes["@mozilla.org/messenger-smime/smimejshelper;1"]
.createInstance(Components.interfaces.nsISMimeJSHelper)
.getRecipientCertsInfo(gMsgCompose.compFields,
overallCount,
emailAddresses,
certVerification,
certIssuedInfos,
certExpiresInfos,
certs,
retCanEncrypt
);
Actual results:
returns retCanEncrypt = true for emailAddresses with expired certificate
Expected results:
returns retCanEncrypt = false for emailAddresses with expired certificate
Thunderbird 60.4.0 (32bit) on Win7 64bit
Add-On https://addons.thunderbird.net/en-US/thunderbird/addon/encrypt-if-possible/
Updated•6 years ago
|
Flags: needinfo?(kaie)
Comment 2•6 years ago
|
||
needs debugging
Comment 3•6 years ago
|
||
Did this ever work? In other words, is it a regression?
Flags: needinfo?(kaie) → needinfo?(soskifub+bugzilla)
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
(In reply to Kai Engert (:kaie:) from comment #3)
Did this ever work? In other words, is it a regression?
Not sure if it ever worked, I just found it in Thunderbird 60.4.0
Flags: needinfo?(soskifub+bugzilla)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•