-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: security-libs
Tests to implement include:
TLS server disables ciphersuites via wildcards (e.g., TLS_ECDH*WITH_AES_256_GCM_*) and client tries to negotiate those suites.
Set `jdk.tls.disabledAlgorithms` to "TLS_.*" and verify no cipher suites are disabled.
TLS server disables ciphersuites via wildcards (e.g., TLS_ECDH*WITH_AES_256_GCM_*) and client tries to negotiate those suites.
Set `jdk.tls.disabledAlgorithms` to "TLS_.*" and verify no cipher suites are disabled.
- relates to
-
JDK-8341964 Add mechanism to disable different parts of TLS cipher suite
-
- Resolved
-
- links to
-
Review(master)
openjdk/jdk/28003