Open Bug 1517300 Opened 6 years ago Updated 2 years ago

getRecipientCertsInfo returns retCanEncrypt = true for expired certificates

Categories

(MailNews Core :: MIME, defect)

defect

Tracking

(Not tracked)

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
Flags: needinfo?(kaie)

needs debugging

Did this ever work? In other words, is it a regression?

Flags: needinfo?(kaie) → needinfo?(soskifub+bugzilla)
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)
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.