Closed
Bug 77943
Opened 24 years ago
Closed 20 years ago
function to delete a private key
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4
People
(Reporter: jamie-bugzilla, Assigned: rrelyea)
Details
JSS currently deletes private keys by calling PK11_DestroyTokenObject. We need a
legitimate way to delete private keys off tokens.
Reporter | ||
Comment 1•24 years ago
|
||
Setting target milestone to 3.3. This is one of the functions promised for
JSS/NSS integration.
Target Milestone: --- → 3.3
Assignee | ||
Comment 3•23 years ago
|
||
We've worked around it, but I'd like to see it stay open.... probably for future
though...
bob
Updated•23 years ago
|
Priority: P1 → P3
Target Milestone: 3.3 → Future
Comment 4•23 years ago
|
||
Changed the QA contact to Bishakha.
QA Contact: sonja.mirtitsch → bishakhabanerjee
Comment 5•20 years ago
|
||
From current nss.def :
;+# for JSS
PK11_DeleteTokenPrivateKey;
Marking fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 6•20 years ago
|
||
PK11_DeleteTokenPrivateKey was exported in NSS 3.4,
so I'm setting the target milestone to 3.4.
Target Milestone: Future → 3.4
You need to log in
before you can comment on or make changes to this bug.
Description
•