equal
deleted
inserted
replaced
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 |
|
14 # Use the X9.63 encoding for EC points (do not wrap in an ASN.1 OctetString). |
|
15 useEcX963Encoding = true |
|
16 |
|
17 attributes = compatibility |
|
18 |
|
19 disabledMechanisms = { |
|
20 CKM_DSA_KEY_PAIR_GEN |
|
21 SecureRandom |
|
22 } |
|
23 |
|