RFR: 8366364: Address inconsistencies in SSLParameters object returned by SSLConfiguration#getSSLParameters() call [v3]
Sean Mullan
mullan at openjdk.org
Tue Oct 28 20:31:20 UTC 2025
On Mon, 27 Oct 2025 15:19:30 GMT, Artur Barashev <abarashev at openjdk.org> wrote:
>> 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.
>
> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
>
> Log unavailable configured signature scheme
In the JBS issue, can you also add that you are enhancing java -XshowSettings:security:tls to show the enabled signature schemes?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27961#issuecomment-3458355121
More information about the security-dev
mailing list