blob: 432206a0c220ba6c380bd2b50fcc6e0ff3915429 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001#
2# Configuration file to allow the SunPKCS11 provider to utilize
3# the Solaris Cryptographic Framework, if it is available
4#
5
6name = Solaris
7
8description = SunPKCS11 accessing Solaris Cryptographic Framework
9
10library = /usr/lib/$ISA/libpkcs11.so
11
12handleStartupErrors = ignoreAll
13
14attributes = compatibility
15
16disabledMechanisms = {
17 CKM_MD2
18 CKM_MD5
19 CKM_SHA_1
20 CKM_SHA256
21 CKM_SHA384
22 CKM_SHA512
23 CKM_DSA_KEY_PAIR_GEN
24# KeyStore
25}
26