Closed Bug 1817513 Opened 1 year ago Closed 1 year ago

CKM_SHA384_KEY_DERIVATION wrong maximum key length in fips_algorithms.h

Categories

(NSS :: Libraries, defect, P3)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: joachim, Assigned: nkulatova)

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.

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
Assignee: nobody → nkulatova
Severity: -- → S3
Priority: -- → P3
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 3.89
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: