RFR: 8351354: Enhance java -XshowSettings:security:tls to show enabled TLS groups and signature algorithms [v3]
Matthew Donovan
mdonovan at openjdk.org
Mon Oct 6 16:00:34 UTC 2025
On Mon, 6 Oct 2025 13:20:36 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> The ciphersuites are very different for TLS <=1.2 and 1.3. Do we just mix them in the same list?
Ciphersuites are printed in the order that `SSLContext.getEnabledCipherSuites()` returns them.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24424#issuecomment-3372460873
More information about the security-dev
mailing list