Skip to content

Commit

Permalink
Merge pull request #35 from WilburZjh/SignInitFix
Browse files Browse the repository at this point in the history
Fix the PKCS11Exception: CKR_KEY_TYPE_INCONSISTENT in FIPS mode
  • Loading branch information
pshipton authored Oct 11, 2022
2 parents 629c463 + 2b2697b commit 9119c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions closed/src/java.base/share/conf/security/nss.fips.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ nssLibraryDirectory = /usr/lib64
nssSecmodDirectory = /etc/pki/nssdb
nssDbMode = readOnly
nssModule = fips

attributes(*,CKO_SECRET_KEY,CKK_GENERIC_SECRET)={ CKA_SIGN=true }

0 comments on commit 9119c55

Please sign in to comment.