changeset 54213 | d8d45286ffa9 |
54212:ed40b61fed96 | 54213:d8d45286ffa9 |
---|---|
1 |
|
2 name = NSSKeyStore |
|
3 |
|
4 nssSecmodDirectory = ${pkcs11test.nss.db} |
|
5 |
|
6 nssLibraryDirectory = ${pkcs11test.nss.libdir} |
|
7 |
|
8 nssModule = fips |
|
9 |
|
10 # NSS needs CKA_NETSCAPE_DB for DSA and DH private keys |
|
11 # just put an arbitrary value in there to make it happy |
|
12 |
|
13 attributes(*,CKO_PRIVATE_KEY,CKK_DSA) = { |
|
14 CKA_NETSCAPE_DB = 0h00 |
|
15 } |
|
16 |
|
17 attributes(*,CKO_PRIVATE_KEY,CKK_DH) = { |
|
18 CKA_NETSCAPE_DB = 0h00 |
|
19 } |