Skip to content

Commit a0fd6e8

Browse files
OPENJDK-4397: Update nss.fips.cfg to grant CKA_SIGN and CKA_ENCRYPT to any CKO_SECRET_KEY (#43)
OPENJDK-4013: Update nss.fips.cfg to grant CKA_SIGN and CKA_ENCRYPT to any CKO_SECRET_KEY Co-authored-by: Francisco Ferrari Bihurriet <[email protected]>
1 parent 23501dc commit a0fd6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ nssSecmodDirectory = ${fips.nssdb.path}
44
nssDbMode = readWrite
55
nssModule = fips
66

7-
attributes(*,CKO_SECRET_KEY,CKK_GENERIC_SECRET)={ CKA_SIGN=true }
7+
attributes(*,CKO_SECRET_KEY,*)={ CKA_SIGN=true CKA_ENCRYPT=true }
88

0 commit comments

Comments
 (0)