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

Roman Marchenko rmarchenko at openjdk.org
Wed Jan 18 08:44:28 UTC 2023


> Actually clean backport. Test files changed only.
> 
> 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`.
> 
> 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.
> 
> Please note that this PR is a part of dependant PR chain
> Prev PRs:
> - #205 
> - #206

Roman Marchenko has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains seven commits:

 - Fixed strings format and hosts file substitution
 - Fixed tests for JDK8
 - Fixed strings format
 - Backport 268fa693188b685de6289927ee5a1e99473a50f6
 - Fixed strings format
 - Backport afd4bcbc1d1b2a8a1c29005878c8e06c662a1f6e
 - Backport 268fa693188b685de6289927ee5a1e99473a50f6

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

Changes: https://git.openjdk.org/jdk8u-dev/pull/207/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=207&range=02
  Stats: 247 lines in 2 files changed: 58 ins; 2 del; 187 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/207.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/207/head:pull/207

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


More information about the jdk8u-dev mailing list