Skip to content

Commit

Permalink
Merge pull request #622 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 committed Oct 11, 2022
2 parents a658485 + 33b5eff commit 65d61b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions closed/adds/jdk/src/share/lib/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 65d61b6

Please sign in to comment.