-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 7u501, 8u491, 8u491-perf, 11.0.31-oracle, 17.0.19-oracle, 21.0.11-oracle, 25.0.3-oracle, 26
-
Component/s: security-libs
A new security property named `jdk.crypto.disabledAlgorithms` has been introduced to disable algorithms for JCE/JCA cryptographic services. Initially, this property only supports the _Cipher_, _KeyStore_, _MessageDigest_, and _Signature_ services. This property is defined in the `java.security` file and initially no algorithms are disabled by default. However, this may change in the future. This security property can be overridden by a system property of the same name if applications need to re-enable algorithms.
See [Disabled and Restricted Cryptographic Algorithms](https://docs.oracle.com/en/java/javase/26/security/java-secure-socket-extension-jsse-reference-guide.html#GUID-0A438179-32A7-4900-A81C-29E3073E1E90) for more information.
See [Disabled and Restricted Cryptographic Algorithms](https://docs.oracle.com/en/java/javase/26/security/java-secure-socket-extension-jsse-reference-guide.html#GUID-0A438179-32A7-4900-A81C-29E3073E1E90) for more information.