[jdk8u-dev] Integrated: 8282511: Use fixed certificate validation date in SSLExampleCert template

Roman Marchenko rmarchenko at openjdk.org
Mon Feb 13 06:34:34 UTC 2023


On Fri, 9 Dec 2022 09:59:40 GMT, Roman Marchenko <rmarchenko at openjdk.org> wrote:

> Test files changed only.
> 
> The original changes use JDK17 strings in SSLExampleCert.java, so it was adapted for JDK8 with the additional commit as it was done for JDK11 backport.
> 
> Additionaly the test uses 'hosts' file substitution that is not available in JDK8. So, it was replaced with a custom NameService implementation.
> 
> There were 2 changes with test files paths:
> 
> - Original `test/jdk/javax/net/ssl/ServerName/EndingDotHostname.java` path changed to `jdk/test/javax/net/ssl/ServerName/EndingDotHostname.java`.
> - Original `test/jdk/javax/net/ssl/templates/SSLExampleCert.java` path changed to `jdk/test/javax/net/ssl/templates/SSLExampleCert.java`.
> 
> Please note that this PR is a part of dependant PR chain
> Prev PRs:
> - #205 
> - #206

This pull request has now been integrated.

Changeset: 3af19d3c
Author:    Roman Marchenko <rmarchenko at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/3af19d3c08d952be63c2c80f5f18aaf5e278907f
Stats:     244 lines in 2 files changed: 56 ins; 2 del; 186 mod

8282511: Use fixed certificate validation date in SSLExampleCert template
8299445: EndingDotHostname.java fails because of compilation errors

Reviewed-by: yan, andrew
Backport-of: 268fa693188b685de6289927ee5a1e99473a50f6

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

PR: https://git.openjdk.org/jdk8u-dev/pull/207


More information about the jdk8u-dev mailing list