RFR: 8314323: TLS 1.3 Hybrid Key Exchange [v2]

Weijun Wang weijun at openjdk.org
Tue Oct 7 20:40:41 UTC 2025


On Sun, 5 Oct 2025 12:22:28 GMT, Hai-May Chao <hchao at openjdk.org> 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


More information about the security-dev mailing list