-
Sub-task
-
Resolution: Delivered
-
P3
-
7u481, 8u471, 11.0.29-oracle, 17.0.17-oracle, 21.0.9-oracle, 24
TLS cipher suites can be disabled with the `jdk.tls.disabledAlgorithms` security property in the `java.security` configuration file using one or more `*` wildcard characters. For example, "TLS_RSA_*" disables all cipher suites that start with "TLS_RSA_". Only cipher suites starting with "TLS_" are allowed to have wildcard characters.