3789983e89
Reviewed-by: darcy, ihse
20 lines
381 B
INI
20 lines
381 B
INI
|
|
name = NSSKeyStore
|
|
|
|
nssSecmodDirectory = ${pkcs11test.nss.db}
|
|
|
|
nssLibraryDirectory = ${pkcs11test.nss.libdir}
|
|
|
|
nssModule = fips
|
|
|
|
# NSS needs CKA_NETSCAPE_DB for DSA and DH private keys
|
|
# just put an arbitrary value in there to make it happy
|
|
|
|
attributes(*,CKO_PRIVATE_KEY,CKK_DSA) = {
|
|
CKA_NETSCAPE_DB = 0h00
|
|
}
|
|
|
|
attributes(*,CKO_PRIVATE_KEY,CKK_DH) = {
|
|
CKA_NETSCAPE_DB = 0h00
|
|
}
|