> Removed FFDHE_6144 and FFHDE_8192 from the default list of TLS named groups, > so now to consider them as candidates in TLS handshake user has to enable > them explicitly (e.g. `-Djdk.tls.namedGroups=ffdhe6144,ffhde8192`) > > Tested on Linux x64/aarch64, MacOS aarch64, Windows x64 using jtreg > `test/jdk/sun/security/ssl` and `test/jdk/javax/net/ssl`. > > [tests-linux-aarch64.log](https://github.com/user-attachments/files/25080233/tests-linux-aarch64.log) > [tests-linux-x86.log](https://github.com/user-attachments/files/25080235/tests-linux-x86.log) > [tests-macos-aarch64.log](https://github.com/user-attachments/files/25080236/tests-macos-aarch64.log) > [tests-windows-x64.log](https://github.com/user-attachments/files/25080237/tests-windows-x64.log) > > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Kirill Shirokov has updated the pull request incrementally with one additional commit since the last revision: Reviewer's comment: removed a comment about NG removal ------------- Changes: - all: https://git.openjdk.org/jdk/pull/29577/files - new: https://git.openjdk.org/jdk/pull/29577/files/8930f189..896bdbb6 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=29577&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29577&range=01-02 Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/29577.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29577/head:pull/29577 PR: https://git.openjdk.org/jdk/pull/29577
