RFR: 8353738: Update TLS unit tests to not use certificates with MD5 signatures
Artur Barashev
abarashev at openjdk.org
Tue Oct 28 14:34:34 UTC 2025
On Wed, 17 Sep 2025 11:50:51 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:
> This PR updates tests that were using MD5 certificates. For most of the tests, I added test cases for TLSv1.2/MD5withRSA and TLSv1.3/SHA256withRSA.
test/jdk/javax/net/ssl/HttpsURLConnection/CriticalSubjectAltName.java line 42:
> 40:
> 41: /*
> 42: * @test id=tls13
What's the reason for having 2 separate `@test id=tls12` and `@test id=tls13` JTREG instructions blocks?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27342#discussion_r2469814283
More information about the net-dev
mailing list