src/jdk.crypto.cryptoki/solaris/conf/security/sunpkcs11-solaris.cfg
author lkorinth
Wed, 13 Nov 2019 11:37:29 +0100
changeset 59053 ba6c248cae19
parent 47216 71c04702a3d5
permissions -rw-r--r--
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# Configuration file to allow the SunPKCS11 provider to utilize
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# the Solaris Cryptographic Framework, if it is available
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
name = Solaris
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
description = SunPKCS11 accessing Solaris Cryptographic Framework
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
library = /usr/lib/$ISA/libpkcs11.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
handleStartupErrors = ignoreAll
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
10781
f8a00c400655 7099228: Use a PKCS11 config attribute to control encoding of an EC point
vinnie
parents: 9539
diff changeset
    14
# Use the X9.63 encoding for EC points (do not wrap in an ASN.1 OctetString).
f8a00c400655 7099228: Use a PKCS11 config attribute to control encoding of an EC point
vinnie
parents: 9539
diff changeset
    15
useEcX963Encoding = true
f8a00c400655 7099228: Use a PKCS11 config attribute to control encoding of an EC point
vinnie
parents: 9539
diff changeset
    16
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
attributes = compatibility
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
disabledMechanisms = {
11507
bd978326a655 6414899: P11Digest should support cloning
valeriep
parents: 10781
diff changeset
    20
  CKM_DSA_KEY_PAIR_GEN
35718
e6b4f7af3fca 8098581: SecureRandom.nextBytes() hurts performance with small size requests
ascarpino
parents: 26489
diff changeset
    21
  SecureRandom
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23