jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8325766: Extend CertificateBuilder to create trust and end entity certificates programmatically

Open GoeLin opened this issue 2 weeks ago • 5 comments
trafficstars

I backport this for parity with 17.0.18-oracle.


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8325766 needs maintainer approval

Issue

  • JDK-8325766: Extend CertificateBuilder to create trust and end entity certificates programmatically (Enhancement - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/4153/head:pull/4153
$ git checkout pull/4153

Update a local copy of the PR:
$ git checkout pull/4153
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/4153/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 4153

View PR using the GUI difftool:
$ git pr show -t 4153

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/4153.diff

Using Webrev

Link to Webrev Comment

GoeLin avatar Nov 04 '25 11:11 GoeLin