Closed
Bug 81037
Opened 24 years ago
Closed 24 years ago
Need an equivalent of pk11_loadPrivKey exported
Categories
(NSS :: Libraries, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4
People
(Reporter: javi, Assigned: rrelyea)
Details
When escrow private keys that end up on smart cards, PSM has to call an NSS
private function called pk11_loadPrivKey.
NSS should export a function with equivalend functionality so that PSM doesn't
have to define the prototype for the function in its source and call what is
essentially a private function.
Comment 1•24 years ago
|
||
Assigned the bug to Bob. Marked as an enhancement request
and set target milestone NSS 3.3.
Assignee: wtc → relyea
Severity: normal → enhancement
Priority: -- → P2
Target Milestone: --- → 3.3
Comment 2•24 years ago
|
||
Bob, can this be moved to NSS 3.4?
| Assignee | ||
Comment 3•24 years ago
|
||
Yes, We'll need it when we shared libraryize PSM (how's that for mangling the
English language).
bob
Updated•24 years ago
|
Target Milestone: 3.3 → 3.4
| Assignee | ||
Comment 4•24 years ago
|
||
Yup. We have shared libraries and sure enough I needed to add a public version
of pk11_loadPrivKey.
bob
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•24 years ago
|
||
Bob, what is the public version of pk11_loadPrivKey?
| Assignee | ||
Comment 6•24 years ago
|
||
PK11_LoadPrivKey
bob
You need to log in
before you can comment on or make changes to this bug.
Description
•