Closed
Bug 174462
Opened 23 years ago
Closed 3 years ago
PK11_KeyWrapper algorithm list is broken
Categories
(JSS Graveyard :: Library, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jamie-bugzilla, Unassigned)
Details
The algFromType() methods in PK11KeyWrapper.java are broken. Specifically, they
don't handle SHA1_HMAC keys. We can't just use the KeyGenAlgorithm in
SymmetricKey.type either, because PBA_SHA1_HMAC isn't supported by
PK11_GetKeyType. It looks like SymmetricKey.type needs to know a standard
algorithm to use with keys of that type. Hopefully that will suffice.
Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → 3.3
Updated•18 years ago
|
Target Milestone: 3.3 → ---
Updated•18 years ago
|
QA Contact: jamie-bugzilla → jss-qa
Updated•15 years ago
|
Assignee: jamie-bugzilla → nobody
Comment 2•3 years ago
|
||
JSS development has moved from the Mozilla community to the Dogtag PKI community. Please re-file this bug at https://github.com/dogtagpki/jss if it is still relevant. Thank you!
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•