TLS protocol specific usage constraints are now supported by the `jdk.tls.disabledAlgorithms` property in the `java.security` configuration file, as follows:
      ```
      UsageConstraint:
          usage UsageType { UsageType }

      UsageType:
          HandshakeSignature | CertificateSignature
      ```
      `HandshakeSignature` restricts the use of the algorithm in TLS handshake signatures. `CertificateSignature` restricts the use of the algorithm in certificate signatures. An algorithm with this constraint cannot include other usage types defined in the `jdk.certpath.disabledAlgorithms` property. The usage type follows the keyword and more than one usage type can be specified with a whitespace delimiter.

            abarashev Artur Barashev
            abarashev Artur Barashev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: