[jdk11u-dev] RFR: 8245545: Disable TLS_RSA cipher suites [v2]
David Sladký
duke at openjdk.org
Wed Nov 26 09:32:08 UTC 2025
> Backport of [JDK-8245545](https://bugs.openjdk.org/browse/JDK-8245545) - Disable TLS_RSA cipher suites
>
> Some TLS suites do not preserve forward-secrecy and are not commonly used - and should not be used.
>
> Not clean back port. This includes:
> - Selection of disabled tests and some include that is in jdk11 but not in jdk17.
> - Changed indentation of edited block of string defining disabled cipher suites.
> - Bunch of copyright notices.
>
> Tested on Fedora 43:
> - gtests passed
> - T1 have same fails before and after the back port -> not related to this.
> - jtreg:test/jdk/sun/security passed.
>
> Github Actions passed.
David Sladký 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.
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/3124/files
- new: https://git.openjdk.org/jdk11u-dev/pull/3124/files/c1389344..c1389344
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=3124&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=3124&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/3124.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/3124/head:pull/3124
PR: https://git.openjdk.org/jdk11u-dev/pull/3124
More information about the jdk-updates-dev
mailing list