--- old/jdk/src/jdk.crypto.pkcs11/solaris/conf/security/sunpkcs11-solaris.cfg 2016-12-13 21:44:38.000000000 -0800 +++ /dev/null 2016-12-13 21:44:38.000000000 -0800 @@ -1,23 +0,0 @@ -# -# Configuration file to allow the SunPKCS11 provider to utilize -# the Solaris Cryptographic Framework, if it is available -# - -name = Solaris - -description = SunPKCS11 accessing Solaris Cryptographic Framework - -library = /usr/lib/$ISA/libpkcs11.so - -handleStartupErrors = ignoreAll - -# Use the X9.63 encoding for EC points (do not wrap in an ASN.1 OctetString). -useEcX963Encoding = true - -attributes = compatibility - -disabledMechanisms = { - CKM_DSA_KEY_PAIR_GEN - SecureRandom -} - --- /dev/null 2016-12-13 21:44:38.000000000 -0800 +++ new/jdk/src/jdk.crypto.token/solaris/conf/security/sunpkcs11-solaris.cfg 2016-12-13 21:44:38.000000000 -0800 @@ -0,0 +1,23 @@ +# +# Configuration file to allow the SunPKCS11 provider to utilize +# the Solaris Cryptographic Framework, if it is available +# + +name = Solaris + +description = SunPKCS11 accessing Solaris Cryptographic Framework + +library = /usr/lib/$ISA/libpkcs11.so + +handleStartupErrors = ignoreAll + +# Use the X9.63 encoding for EC points (do not wrap in an ASN.1 OctetString). +useEcX963Encoding = true + +attributes = compatibility + +disabledMechanisms = { + CKM_DSA_KEY_PAIR_GEN + SecureRandom +} +