-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
9
-
generic
-
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.