Closed
Bug 496961
Opened 12 years ago
Closed 12 years ago
provide truncated HMAC support for testing tool fipstest
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.4
People
(Reporter: glenbeasley, Assigned: glenbeasley)
Details
Attachments
(1 file)
3.57 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
the tool fipstest needs to provide support to handle truncated HMAC lengths. FIPS-198a standard states when a truncated HMAC is requested, the leftmost bytes of the HMAC computation shall be used as the MAC
Attachment #382181 -
Flags: review?(rrelyea)
Comment 1•12 years ago
|
||
Comment on attachment 382181 [details] [diff] [review] support the truncated hmac test lengths r+ rrelyea
Attachment #382181 -
Flags: review?(rrelyea) → review+
Assignee | ||
Comment 2•12 years ago
|
||
/cvsroot/mozilla/security/nss/cmd/fipstest/fipstest.c,v <-- fipstest.c new revision: 1.37; previous revision: 1.36 done Thanks bob.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•