blob: 2c955e2b2af19df2f8b3e111335f1794bb1a7cc4 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001name = activcard
2
3slot = 0
4
5#password = 112233
6
7#library = ${user.home}/Working/dallas/libDSPKCS.so
8#library = c:\\charlie\\p11_libs\\dspkcs.dll
9library = c:\\charlie\\p11_libs\\acpkcs201.dll
10
11attributes(import,CKO_PRIVATE_KEY,*) = {
12 CKA_SENSITIVE = true
13 CKA_EXTRACTABLE = false
14}
15
16attributes(*,CKO_PRIVATE_KEY,CKK_RSA) = {
17 CKA_SENSITIVE = true
18 CKA_EXTRACTABLE = false
19# CKA_DECRYPT = true
20 CKA_SIGN = true
21# CKA_SIGN_RECOVER = true
22# CKA_UNWRAP = true
23}