Integrated: 8367112: HttpClient does not support Named Groups set on SSLParameters

Daniel Jeliński djelinski at openjdk.org
Wed Sep 17 14:04:42 UTC 2025


On Mon, 15 Sep 2025 11:29:24 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

> HttpClient currently ignores the named groups and signature schemes configured on the SSLParameters. Given that it processes the configured protocols and cipher suites, I think it should process named groups and signature schemes as well.
> 
> Tier1-3 tests continue to pass.

This pull request has now been integrated.

Changeset: d7eeacf2
Author:    Daniel Jeliński <djelinski at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d7eeacf2a0c24946de56471a99e744f21642d784
Stats:     18 lines in 2 files changed: 16 ins; 0 del; 2 mod

8367112: HttpClient does not support Named Groups set on SSLParameters

Reviewed-by: jpai, dfuchs

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

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


More information about the net-dev mailing list