Integrated: 8292033: Move jdk.X509Certificate event logic to JCA layer

Sean Coffey coffeys at openjdk.org
Wed Nov 9 21:49:46 UTC 2022


On Mon, 26 Sep 2022 13:45:45 GMT, Sean Coffey <coffeys at openjdk.org> wrote:

> By moving the JFR event up to the java.security.cert.CertificateFactory class, we can record all generate cert events, including those from 3rd party providers. I've also altered the logic so that an event is genertate for every generate cert call (not just ones missing from the JDK provider implementation cache)
> 
> test case also updated to capture new logic

This pull request has now been integrated.

Changeset: 102b2b32
Author:    Sean Coffey <coffeys at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/102b2b32feec4727145be4814eb1a69ef462ff16
Stats:     237 lines in 12 files changed: 151 ins; 53 del; 33 mod

8292033: Move jdk.X509Certificate event logic to JCA layer

Reviewed-by: mullan

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

PR: https://git.openjdk.org/jdk/pull/10422


More information about the security-dev mailing list