test/jdk/sun/security/pkcs11/tls/tls12/nss.cfg
author mbalao
Thu, 21 Mar 2019 01:51:25 -0300
changeset 54213 d8d45286ffa9
permissions -rw-r--r--
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider Reviewed-by: xuelei


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
}