Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8148188 Enhance the security libraries to record events of interest
  3. JDK-8220239

Release Note: New Java Flight Recorder (JFR) Security Events

    XMLWordPrintable

Details

    Backports

      Description

        Four new JFR events have been added to the security library area.
        These events are disabled by default and can be enabled via the JFR configuration files or via standard JFR options.

        * `jdk.SecurityPropertyModification`
          + Records `Security.setProperty(String key, String value)` method calls

        * `jdk.TLSHandshake`
          + Records TLS handshake activity. The event fields include:
            + Peer hostname
            + Peer port
            + TLS protocol version negotiated
            + TLS cipher suite negotiated
            + Certificate id of peer client

        * `jdk.X509Validation`
          + Records details of X.509 certificates negotiated in successful X.509 validation (chain of trust)

        * `jdk.X509Certificate`
          + Records details of X.509 Certificates. The event fields include:
            + Certificate algorithm
            + Certificate serial number
            + Certificate subject
            + Certificate issuer
            + Key type
            + Key length
            + Certificate id
            + Validity of certificate

        Attachments

          Issue Links

            Activity

              People

                coffeys Sean Coffey
                coffeys Sean Coffey
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: