rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-23 / patches / sunpkcs11-solaris.cfg.patch
blob0c0e2d344203fd85ff46d1403ead73c795739053
1 diff -Nru jdk17u-jdk-17.0.7-ga.orig/src/jdk.crypto.cryptoki/solaris/conf/security/sunpkcs11-solaris.cfg jdk17u-jdk-17.0.7-ga/src/jdk.crypto.cryptoki/solaris/conf/security/sunpkcs11-solaris.cfg
2 --- jdk17u-jdk-17.0.7-ga.orig/src/jdk.crypto.cryptoki/solaris/conf/security/sunpkcs11-solaris.cfg 2023-08-19 17:26:03.629148428 +0200
3 +++ jdk17u-jdk-17.0.7-ga/src/jdk.crypto.cryptoki/solaris/conf/security/sunpkcs11-solaris.cfg 2023-08-19 17:29:14.784751746 +0200
4 @@ -19,5 +19,10 @@
5 disabledMechanisms = {
6 CKM_DSA_KEY_PAIR_GEN
7 SecureRandom
8 +# the following mechanisms are disabled due to lack of digest cloning support
9 + CKM_MD5
10 + CKM_SHA256
11 + CKM_SHA384
12 + CKM_SHA512