Closed
Bug 653394
Opened 14 years ago
Closed 14 years ago
cripto.signText() returns 'error:internalError' in Firefox 4.0
Categories
(Firefox :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 403909
People
(Reporter: viscat88, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (X11; Windows XP x86; rv:2.0) Gecko/20100101 Firefox/4.0
I'm tried to sign a text from client-side with javascript window.crypto.signText(string, 'ask')
I have CA root certificate and a client certificate installed in FF.
Reproducible: Always
Actual Results:
returns 'error:internalError'
Expected Results:
returns the signed text
(In reply to comment #1)
> Dupe of/related to Bug 403909?
Seems to be.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•