On Wed, 26 Aug 2026 08:12:15 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). test/jdk/sun/security/ssl/SignatureScheme/MLDSACertSelection.java line 69: > 67: public class MLDSACertSelection extends SSLSocketTemplate { > 68: > 69: private final String testCase = System.getProperty("test.case"); Can you make this `static` and not duplicate it in `main`? This pattern is repeated in the other tests as well. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32529#discussion_r3894105397
