Skip to content

Commit d85b599

Browse files
committed
pkcs11: Disable unsupported digest cloning algorithms.
1 parent 2ff2d6b commit d85b599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jdk.crypto.cryptoki/solaris/conf/security/sunpkcs11-solaris.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ attributes = compatibility
1818

1919
disabledMechanisms = {
2020
CKM_DSA_KEY_PAIR_GEN
21+
CKM_MD5
22+
CKM_SHA256
23+
CKM_SHA384
24+
CKM_SHA512
2125
SecureRandom
2226
}
2327

0 commit comments

Comments
 (0)