jdk/src/jdk.crypto.pkcs11/solaris/conf/security/sunpkcs11-solaris.cfg
author valeriep
Thu, 11 Sep 2014 17:06:35 +0000
changeset 26489 cc168c423644
parent 25859 jdk/src/java.base/share/conf/security/sunpkcs11-solaris.cfg@3317bb8137f4
child 35718 e6b4f7af3fca
permissions -rw-r--r--
8039898: sunpkcs11-solaris.cfg should be in solaris specific directory Summary: Move from src/java.base/share/conf/security/ to src/jdk.crypto.pkcs11/solaris/conf/security Reviewed-by: erikj, ihse

#
# 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
}