Closed
Bug 353544
Opened 18 years ago
Closed 11 years ago
crypto.signText() does not work with OCSP certs
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: KaiE, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [kerh-bra])
Own a personal certificate that lists an OCSP responder.
Enable OCSP.
Go to a web page that uses crypto.signText()
Attempt to sign using your cert.
Actual behaviour:
You get an error message, "internal failure, unable to complete OCSP operation".
The signing operation can not be completed
Expected behaviour:
No error message should be shown and signing should work.
This bug is similar to 337517, the cause is that the OCSP request is started
synchronously from the main thread, which is not supported.
Reporter | ||
Updated•18 years ago
|
Keywords: regression
Whiteboard: [kerh-bra]
Reporter | ||
Comment 1•18 years ago
|
||
A solution for the trunk is available in bug 353597.
I do not have a low risk solution for the stable 1.8 branch at this time.
Depends on: 353597
Updated•18 years ago
|
QA Contact: psm
This bug still exists in the latest stable version of thunderbird. The single solution I have is to clear certificate for encription.
Reporter | ||
Comment 3•12 years ago
|
||
reassign bug owner.
mass-update-kaie-20120918
Assignee: kaie → nobody
![]() |
||
Comment 4•11 years ago
|
||
Bug 1030963 removed this functionality entirely.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•