RFR: 8371688: Unexpected behavior for jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system properties [v3]
Mark Powers
mpowers at openjdk.org
Wed Nov 26 22:03:49 UTC 2025
On Wed, 26 Nov 2025 21:45:20 GMT, Artur Barashev <abarashev at openjdk.org> wrote:
>> test/jdk/sun/security/ssl/SSLContextImpl/CustomizedCipherSuites.java line 36:
>>
>>> 34: * TLS_ECDH_anon_WITH_AES_128_CBC_SHA
>>> 35: * @run main/othervm
>>> 36: * -Djdk.tls.client.cipherSuites="unknown"
>>
>> I'm assuming these lines were removed because `"unknown"` is the same as `""`.
>
> Actually no, this particular test case fails now with this change. I've created `NoSupportedCipherSuites` test to cover that case.
Okay I see it now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28499#discussion_r2566591217
More information about the security-dev
mailing list