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 132:

> 130:             }
> 131:             System.out.println("Expected SSLHandshakeException: "
> 132:                     + e.getMessage());

We can assert that the exception message equals `(handshake_failure) No 
available authentication scheme`

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

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

Reply via email to