[jdk11u-dev] RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite
David Sladký
duke at openjdk.org
Mon Nov 24 12:47:25 UTC 2025
On Mon, 24 Nov 2025 10:34:40 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> Backport of [JDK-8341964](https://bugs.openjdk.org/browse/JDK-8341964) - Add mechanism to disable different parts of TLS cipher suite
>>
>> Preparation for backport of [JDK-8245545](https://bugs.openjdk.org/browse/JDK-8245545)
>>
>> Clean backport.
>> Passed T1 tests. Existing failures are the same as on the unpatched code, they are unrelated.
>> Passed gtests.
>> Passed Github Actions.
>
> @TheMangovnik Please explain which tests you've run for this backport. Is it just tier1/GHA? If so, the changed tests don't run in tier1.
@jerboaa On top of tier1, gtest and GHA I also run `jtreg:test/jdk/sun/security` which I forgot to mention in the original PR comment.
Here is the summary from the security tests:
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/jdk/sun/security 662 662 0 0
==============================
TEST SUCCESS
Would you like me to provide the full logs from the security tests? Or run other tests too?
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3123#issuecomment-3570611933
More information about the jdk-updates-dev
mailing list