On Thu, 10 Sep 2026 22:18:55 GMT, Hai-May Chao <[email protected]> wrote:

>> This is to add support in SunJSSE for the TLS 1.3 ML-DSA signature schemes: 
>> mldsa44, mldsa65, and mldsa87.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Hai-May Chao has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Updated with Artur's comments

src/java.base/share/classes/sun/security/ssl/SignatureScheme.java line 51:

> 49:     MLDSA65                 (0x0905, "mldsa65", "ML-DSA-65",
> 50:                                     "ML-DSA",
> 51:                                     ProtocolVersion.PROTOCOLS_OF_13),

We currently don't test that ML-DSA is filtered from TLS 1.2. Such test can be 
constructed using the existing `AbstractCheckSignatureSchemes` framework.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32529#discussion_r3993366394

Reply via email to