33 lines
576 B
INI
33 lines
576 B
INI
#SafeNet Luna
|
|
name = Luna
|
|
library = /usr/safenet/lunaclient/lib/libCryptoki2_64.so
|
|
description = Luna config
|
|
slot = 5
|
|
attributes(*,*,*) = {
|
|
CKA_TOKEN = true
|
|
}
|
|
attributes(*,CKO_SECRET_KEY,*) = {
|
|
CKA_CLASS=4
|
|
CKA_PRIVATE= true
|
|
CKA_KEY_TYPE = 21
|
|
CKA_SENSITIVE= true
|
|
CKA_ENCRYPT= true
|
|
CKA_DECRYPT= true
|
|
CKA_WRAP= true
|
|
CKA_UNWRAP= true
|
|
}
|
|
attributes(*,CKO_PRIVATE_KEY,*) = {
|
|
CKA_CLASS=3
|
|
CKA_LABEL=true
|
|
CKA_PRIVATE = true
|
|
CKA_DECRYPT=true
|
|
CKA_SIGN=true
|
|
CKA_UNWRAP=true
|
|
}
|
|
attributes(*,CKO_PUBLIC_KEY,*) = {
|
|
CKA_CLASS=2
|
|
CKA_LABEL=true
|
|
CKA_ENCRYPT = true
|
|
CKA_VERIFY=true
|
|
CKA_WRAP=true
|
|
}
|