On Wed, 19 Feb 2025 15:48:10 GMT, Matthew Donovan <mdono...@openjdk.org> wrote:
> This PR updates the CertificateBuilder with a new method that creates a new > instance with common fields (subject name, public key, serial number, > validity, and key uses) filled-in. One test, IPIdentities.java, is updated to > show how the method can be used to create various certificates. I attached > screenshots that compare the old hard-coded certificates (left) with the new > generated certificates. > >  >  >  This pull request has now been integrated. Changeset: 31847149 Author: Matthew Donovan <mdono...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/31847149c1956b23c19a99309982660b4bbdd2d6 Stats: 771 lines in 3 files changed: 163 ins; 565 del; 43 mod 8325766: Extend CertificateBuilder to create trust and end entity certificates programmatically Reviewed-by: mullan, abarashev ------------- PR: https://git.openjdk.org/jdk/pull/23700