Actions
Feature #11824
closedAdd SHA1_HMAC single-part support to dprov
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Upstream of OS-7958:
For whatever reason, the SHA1 kernel provider implements multi-part SHA1 HMAC support, but not single-part SHA1 HMAC support (see usr/src/uts/common/crypto/io/sha1_mod.c
). It would be good to add this support for completeness.
Related issues
Updated by Jason King over 3 years ago
- Related to Feature #11823: Add HMAC_SHA1 crypto tests added
Updated by Electric Monk over 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 5e8da2b9e1f3fba257c0c163a81a375107b9ee64
commit 5e8da2b9e1f3fba257c0c163a81a375107b9ee64 Author: Jason King <jason.king@joyent.com> Date: 2019-11-04T13:19:54.000Z 11824 Add SHA1_HMAC single-part support to dprov Reviewed by: Cody Peter Mello <cody.mello@joyent.com> Reviewed by: Andrew Stormont <astormont@racktopsystems.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions