8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
authorascarpino
Mon, 02 Jun 2014 17:14:35 -0700
changeset 24694 1aa8780ee761
parent 24693 859e8402f817
child 24695 52e89ad5ccbe
8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris Reviewed-by: valeriep
jdk/src/share/lib/security/sunpkcs11-solaris.cfg
--- a/jdk/src/share/lib/security/sunpkcs11-solaris.cfg	Mon Jun 02 17:08:40 2014 -0700
+++ b/jdk/src/share/lib/security/sunpkcs11-solaris.cfg	Mon Jun 02 17:14:35 2014 -0700
@@ -18,13 +18,5 @@
 
 disabledMechanisms = {
   CKM_DSA_KEY_PAIR_GEN
-# the following mechanisms are disabled due to performance issues
-# (Solaris bug 6337157)
-  CKM_DSA_SHA1
-  CKM_MD5_RSA_PKCS
-  CKM_SHA1_RSA_PKCS
-  CKM_SHA256_RSA_PKCS
-  CKM_SHA384_RSA_PKCS
-  CKM_SHA512_RSA_PKCS
 }