Closed
Bug 1817513
Opened 2 years ago
Closed 2 years ago
CKM_SHA384_KEY_DERIVATION wrong maximum key length in fips_algorithms.h
Categories
(NSS :: Libraries, defect, P3)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.89
People
(Reporter: joachim, Assigned: anna.weine)
Details
Attachments
(1 file)
fips_algorithms.h contains a typo for CKM_SHA384_KEY_DERIVATION maximum key length: https://github.com/nss-dev/nss/blob/master/lib/softoken/fips_algorithms.h#L134
{ CKM_SHA384_KEY_DERIVATION, { 192, 284, CKF_KDF }, 1, SFTKFIPSNone },
This should be 384, not 284.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9318940 -
Attachment description: WIP: Bug 1817513 - CKM_SHA384_KEY_DERIVATION correction maximum key length from 284 to 384 → Bug 1817513 - CKM_SHA384_KEY_DERIVATION correction maximum key length from 284 to 384
Updated•2 years ago
|
Assignee: nobody → nkulatova
Severity: -- → S3
Priority: -- → P3
Updated•2 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 3•2 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.89
You need to log in
before you can comment on or make changes to this bug.
Description
•