On Thu, 15 Jan 2026 17:43:19 GMT, Artur Barashev <[email protected]> wrote:

>> src/java.base/share/classes/sun/security/ssl/NamedGroup.java line 780:
>> 
>>> 778:                 customizedGroups == null ?
>>> 779:                         null : Arrays.stream(customizedGroups)
>>> 780:                         .map(ng -> ng.name)
>> 
>> The filtering against algorithm constraints is not being done for 
>> customizedNames. Is it to preserve user’s selection and let constraints to 
>> be applied during handshake as before? It is different from defaultNames’s. 
>> Suggest to add some comments for it.
>
> Yes, that's correct. I figured we should display the user-passed groups 
> as-is. Adding a comment.

Update looks good.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28397#discussion_r2711070414

Reply via email to