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-- |
2 | 1 |
# |
2 |
# Configuration file to allow the SunPKCS11 provider to utilize |
|
3 |
# the Solaris Cryptographic Framework, if it is available |
|
4 |
# |
|
5 |
||
6 |
name = Solaris |
|
7 |
||
8 |
description = SunPKCS11 accessing Solaris Cryptographic Framework |
|
9 |
||
10 |
library = /usr/lib/$ISA/libpkcs11.so |
|
11 |
||
12 |
handleStartupErrors = ignoreAll |
|
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 | 17 |
attributes = compatibility |
18 |
||
19 |
disabledMechanisms = { |
|
11507 | 20 |
CKM_DSA_KEY_PAIR_GEN |
2 | 21 |
} |
22 |