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

test/jdk/sun/security/ssl/SignatureScheme/MLDSACertSignSchemeConstraint.java 
line 117:

> 115:                 Security.setProperty("jdk.tls.disabledAlgorithms",
> 116:                         
> Security.getProperty("jdk.tls.disabledAlgorithms")
> 117:                         + ", mldsa65 usage certificateSignature");

I suggest to add a few test cases for `HandshakeSignature` usage as well.

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

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

Reply via email to