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

Hai-May Chao hchao at openjdk.org
Tue Oct 14 22:58:48 UTC 2025


On Tue, 14 Oct 2025 22:16:59 GMT, Artur Barashev <abarashev at openjdk.org> wrote:

>> Hai-May Chao has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Call getProvider() in NamedGroup.java
>
> test/jdk/javax/net/ssl/TLSCommon/NamedGroup.java line 42:
> 
>> 40:     FFDHE8192("ffdhe8192");
>> 41: 
>> 42:     X25519MLKEM768("X25519MLKEM768);
> 
> Invalid syntax: The matching quotation mark is missing,

Fixed.

> test/jdk/javax/net/ssl/TLSCommon/NamedGroup.java line 43:
> 
>> 41: 
>> 42:     X25519MLKEM768("X25519MLKEM768);
>> 43:     SecP256r1MLKEM768("SecP256r1MLKEM768");
> 
> Invalid syntax: enums should be comma-separated.

Fixed.

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

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


More information about the security-dev mailing list