RFR: 8314323: Implement JEP 527: TLS 1.3 Hybrid Key Exchange [v5]

Artur Barashev abarashev at openjdk.org
Tue Oct 14 23:05:07 UTC 2025


On Tue, 14 Oct 2025 22:58:47 GMT, Hai-May Chao <hchao at openjdk.org> wrote:

>> Implement hybrid key exchange support for TLS 1.3 by adding three post-quantum hybrid named groups: X25519MLKEM768, SecP256r1MLKEM768, and SecP384r1MLKEM1024.
>> Please see [JEP 527](https://openjdk.org/jeps/527) for details about this change.
>
> Hai-May Chao has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix typo in NamedGroup test

src/java.base/share/classes/sun/security/ssl/NamedGroup.java line 239:

> 237:             "DH"),
> 238: 
> 239:     SecP256r1MLKEM768(0x11eb, "SecP256r1MLKEM768",

Nit: the rest of named groups in this file are all upper-cased.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27614#discussion_r2430700930


More information about the security-dev mailing list