Skip to content

Commit 5277bf8

Browse files
authored
Merge pull request #150 from pshipton/SignInitFix0.35
Fix the PKCS11Exception: CKR_KEY_TYPE_INCONSISTENT in FIPS mode
2 parents 3dbeb07 + 1457a75 commit 5277bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

closed/src/java.base/share/conf/security/nss.fips.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ nssLibraryDirectory = /usr/lib64
2323
nssSecmodDirectory = /etc/pki/nssdb
2424
nssDbMode = readOnly
2525
nssModule = fips
26+
27+
attributes(*,CKO_SECRET_KEY,CKK_GENERIC_SECRET)={ CKA_SIGN=true }

0 commit comments

Comments
 (0)