RFR: 8367112: HttpClient does not support Named Groups set on SSLParameters
Daniel Jeliński
djelinski at openjdk.org
Mon Sep 15 12:12:08 UTC 2025
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.
-------------
Commit messages:
- Use configured named groups and signature schemes
Changes: https://git.openjdk.org/jdk/pull/27292/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27292&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8367112
Stats: 18 lines in 2 files changed: 16 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/27292.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27292/head:pull/27292
PR: https://git.openjdk.org/jdk/pull/27292
More information about the net-dev
mailing list