Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8223175

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

    XMLWordPrintable

Details

    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.

      * `java/security_property`
        + Records `Security.setProperty(String key, String value)` method calls

      * `java/tls_handshake`
        + 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

      * `java/x509_validation`
        + Records details of X.509 certificates negotiated in successful X.509 validation (chain of trust)

      * `java/x509_certificate`
        + 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

              cwayne Clifford Wayne (Inactive)
              coffeys Sean Coffey
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: