3789983e89
Reviewed-by: darcy, ihse
23 lines
425 B
Plaintext
23 lines
425 B
Plaintext
name = ibutton
|
|
|
|
slot = 0
|
|
|
|
#password = <empty string>
|
|
|
|
library = ${user.home}/Working/dallas/libDSPKCS.so
|
|
#library = c:\\charlie\\p11_libs\\dspkcs.dll
|
|
|
|
attributes(import,CKO_PRIVATE_KEY,*) = {
|
|
CKA_SENSITIVE = true
|
|
CKA_EXTRACTABLE = false
|
|
}
|
|
|
|
attributes(*,CKO_PRIVATE_KEY,CKK_RSA) = {
|
|
CKA_SENSITIVE = true
|
|
CKA_EXTRACTABLE = false
|
|
# CKA_DECRYPT = true
|
|
CKA_SIGN = true
|
|
# CKA_SIGN_RECOVER = true
|
|
# CKA_UNWRAP = true
|
|
}
|