jdk/src/share/lib/security/sunpkcs11-solaris.cfg
author ascarpino
Mon, 02 Jun 2014 17:14:35 -0700
changeset 24694 1aa8780ee761
parent 24693 859e8402f817
permissions -rw-r--r--
8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris Reviewed-by: valeriep

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