author | mbalao |
Thu, 21 Mar 2019 01:51:25 -0300 | |
changeset 54213 | d8d45286ffa9 |
permissions | -rw-r--r-- |
54213
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
1 |
|
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
2 |
name = NSSKeyStore |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
3 |
|
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
4 |
nssSecmodDirectory = ${pkcs11test.nss.db} |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
5 |
|
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
6 |
nssLibraryDirectory = ${pkcs11test.nss.libdir} |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
7 |
|
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
8 |
nssModule = fips |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
9 |
|
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
10 |
# NSS needs CKA_NETSCAPE_DB for DSA and DH private keys |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
11 |
# just put an arbitrary value in there to make it happy |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
12 |
|
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
13 |
attributes(*,CKO_PRIVATE_KEY,CKK_DSA) = { |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
14 |
CKA_NETSCAPE_DB = 0h00 |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
15 |
} |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
16 |
|
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
17 |
attributes(*,CKO_PRIVATE_KEY,CKK_DH) = { |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
18 |
CKA_NETSCAPE_DB = 0h00 |
d8d45286ffa9
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
mbalao
parents:
diff
changeset
|
19 |
} |