On Sun, 5 Oct 2025 12:22:28 GMT, Hai-May Chao <[email protected]> wrote:
>> src/java.base/share/classes/sun/security/ssl/NamedGroup.java line 653:
>>
>>> 651: NAMED_GROUP_XDH("XDH", XDHScheme.instance),
>>> 652:
>>> 653: NAMED_GROUP_KEM("PQC", KEMScheme.instance),
>>
>> That Choice of Name needs probably an explaining comment if it is for pure
>> PQC and/ormhybrid?
>
> Comment added.
Maybe we can rename "PQC" to "KEM" to be consistent.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27614#discussion_r2411793311