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:19:51 UTC 2025
On Wed, 26 Nov 2025 21:57:24 GMT, Artur Barashev <abarashev at openjdk.org> wrote:
>> The jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system properties allow a custom set of cipher suites to be used for the default JDK SSLContext. If such properties specify cipher suites not supported by the JDK, then the JDK falls back to using the default cipher suite list (as if no property was specified). This seems like unexpected behavior.
>
> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
>
> Correct test description
Marked as reviewed by mpowers (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28499#pullrequestreview-3512918192
More information about the security-dev
mailing list