Closed
Bug 98198
Opened 23 years ago
Closed 9 years ago
uncaught exception for importing cert
Categories
(Core Graveyard :: Security: UI, defect, P2)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: cfu, Unassigned)
References
Details
(Keywords: polish, Whiteboard: [kerh-coz])
when importing a user cert into iButton, it seems successful. However, upon
examining the Javascript: errors, I found the following messages:
Error: uncaught exception: [Exception... "Component returned failure code: 0x800
04005 (NS_ERROR_FAILURE) [nsIDOMCrypto.importUserCertificates]" nsresult: "0x80
004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://cfu:1026/getBySerial?s
erialNumber=4&importCert=true&cmmfResponse=true :: <TOP_LEVEL> :: line 114" dat
a: no]
haven't tried to use the cert yet, but "Manage certificate" was able to verify
the cert.
Reporter | ||
Comment 1•23 years ago
|
||
forgot to mention that I was using Netscape 6 build 2001083003 on Window 2000
with iButton.
Comment 2•23 years ago
|
||
Since the cert is successfully imported, I'm setting the target to future.
Priority: -- → P2
Target Milestone: --- → Future
Updated•23 years ago
|
Group: netscapeconfidential?
QA Contact: bsharma → junruh
Comment 3•23 years ago
|
||
Marking NEW.
Comment 5•21 years ago
|
||
Mass change "Future" target milestone to "--" on bugs that now are assigned to
nobody. Those targets reflected the prioritization of past PSM management.
Many of these should be marked invalid or wontfix, I think.
Target Milestone: Future → ---
Updated•19 years ago
|
Whiteboard: [kerh-coz]
Updated•18 years ago
|
QA Contact: junruh → ui
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/security/manager/ssl/src/nsCrypto.cpp&rev=1.78&mark=2363,2371,2400,2403-2404,2422-2423,2425-2426,2434-2436#2363
Assuming I'm right, PK11_ImportCertForKey is the only critical line in the entire function, and if it succeeds, the function should succeed.
If I'm right, then boy does this function do a good job of hiding the critical line.
Version: 1.0 Branch → Trunk
Comment 7•9 years ago
|
||
Bug 1030963 removed importUserCertificates() => INVALID.
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•