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

Hai-May Chao hchao at openjdk.org
Mon Oct 13 17:10:15 UTC 2025


On Fri, 3 Oct 2025 17:23:37 GMT, Bernd <duke at openjdk.org> wrote:

>> Hai-May Chao has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Rename NAMED_GROUP_KEM from PQC to KEM
>>  - Updates with review comments
>
> src/java.base/share/classes/sun/security/util/Hybrid.java line 75:
> 
>> 73: 
>> 74:     private static AlgorithmParameterSpec getSpec(String name) {
>> 75:         if (name.startsWith("secp")) {
> 
> This seems to be repeated multiple times including the case sensitive string, maybe have an APS.isGenericEC() helper?

Done.

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

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


More information about the security-dev mailing list