RFR: 8366364: Address inconsistencies in SSLParameters object returned by SSLConfiguration#getSSLParameters() call
Artur Barashev
abarashev at openjdk.org
Thu Oct 23 22:00:16 UTC 2025
We need to address the following inconsistencies in SSLConfiguration#getSSLParameters() call:
- For the signatureSchemes we return only what's been set by the user, the default values are not being returned like for other SSLParameters.
- namedGroups return value is not being filtered against algorithm constraints, unlike other SSLParameters.
-------------
Commit messages:
- 8366364: Address inconsistencies in SSLParameters object returned by SSLConfiguration#getSSLParameters() call
Changes: https://git.openjdk.org/jdk/pull/27961/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27961&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8366364
Stats: 108 lines in 10 files changed: 47 ins; 35 del; 26 mod
Patch: https://git.openjdk.org/jdk/pull/27961.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27961/head:pull/27961
PR: https://git.openjdk.org/jdk/pull/27961
More information about the core-libs-dev
mailing list