On Wed, 16 Sep 2026 21:39:31 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: > > Update MLDSANotAllowedInTLS12 test for mldsa order test/jdk/sun/security/ssl/SignatureScheme/MLDSANotAllowedInTLS12.java line 119: > 117: > 118: MLDSA_SCHEMES.forEach(signatureScheme -> > 119: assertTrue(signatureSchemes.contains(signatureScheme), `contains()` loop is redundant: the above `assertEquals` check already proves that all three schemes are present. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32529#discussion_r4031076916
