RFR: 8351354: Enhance java -XshowSettings:security:tls to show enabled TLS groups [v4]

Matthew Donovan mdonovan at openjdk.org
Thu Oct 9 11:45:35 UTC 2025


> In this PR I added TLS groups and signature algorithms to the output of the show settings flag. The values are printed in a single column, like the cipher suites. There can be a lot of values so putting on a single line is ugly. I tried putting them in columns, but it is hard to read.

Matthew Donovan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:

 - changed title to 'Enabled Named Groups'
 - Merge branch 'master' into secsettings
 - I removed signature algorithms output because the information is created during TLS handshake
 - Merge branch 'master' into secsettings
 - removed unused import, updated tools/launcher/Settings.java test
 - Merge branch 'master' into secsettings
 - 8351354: Enhance java -XshowSettings:security:tls to show enabled TLS groups and signature algorithms

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/24424/files
  - new: https://git.openjdk.org/jdk/pull/24424/files/1e21e080..a2182b9f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24424&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24424&range=02-03

  Stats: 204412 lines in 2784 files changed: 154746 ins; 31954 del; 17712 mod
  Patch: https://git.openjdk.org/jdk/pull/24424.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24424/head:pull/24424

PR: https://git.openjdk.org/jdk/pull/24424


More information about the security-dev mailing list