author | valeriep |
Fri, 29 Apr 2011 13:31:13 -0700 | |
changeset 9539 | e35e3b92c340 |
parent 7268 | 4e3088f05c63 |
child 10781 | f8a00c400655 |
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 |
||
14 |
attributes = compatibility |
|
15 |
||
16 |
disabledMechanisms = { |
|
9539 | 17 |
# the following mechanisms are disabled due to lack of digest cloning support |
18 |
# need to fix 6414899 first |
|
2 | 19 |
CKM_MD2 |
20 |
CKM_MD5 |
|
21 |
CKM_SHA_1 |
|
22 |
CKM_SHA256 |
|
23 |
CKM_SHA384 |
|
24 |
CKM_SHA512 |
|
25 |
CKM_DSA_KEY_PAIR_GEN |
|
26 |
# the following mechanisms are disabled due to performance issues (Solaris bug 6337157) |
|
27 |
CKM_DSA_SHA1 |
|
28 |
CKM_MD5_RSA_PKCS |
|
29 |
CKM_SHA1_RSA_PKCS |
|
30 |
CKM_SHA256_RSA_PKCS |
|
31 |
CKM_SHA384_RSA_PKCS |
|
32 |
CKM_SHA512_RSA_PKCS |
|
7268
4e3088f05c63
6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents:
2
diff
changeset
|
33 |
# the following mechanisms are disabled to ensure backward compatibility (Solaris bug 6545046) |
4e3088f05c63
6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents:
2
diff
changeset
|
34 |
CKM_DES_CBC_PAD |
4e3088f05c63
6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents:
2
diff
changeset
|
35 |
CKM_DES3_CBC_PAD |
4e3088f05c63
6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep
parents:
2
diff
changeset
|
36 |
CKM_AES_CBC_PAD |
2 | 37 |
} |
38 |