-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P4
-
Resolution: Won't Fix
-
Affects Version/s: 9
-
Fix Version/s: None
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:solaris
The following MAC algorithms are added to Solaris ucrypto library:
MD5_HMAC, SHA1_HMAC, SHA224_HMAC, SHA256_HMAC, SHA384_HMAC,
SHA512_HMAC, SHA512_160_HMAC, SHA512_224_HMAC, and SHA512_256_HMAC.
These algorithms will be exposed through the ucrypto_mac interface.
The interface will offer multi-part operations (ucrypto_mac_init(),
ucrypto_mac_update(), and ucrypto_mac_final()) and an atomic function
(ucrypto_mac()).
Java Ucrypto provider should add support for them.