Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349910 Implement JEP 517: HTTP/3 for the HTTP Client API
  3. JDK-8366184

Add tests to verify the SSL AlgorithmConstraints used by the QuicTLSEngine

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs

      In https://bugs.openjdk.org/browse/JDK-8349910 we introduced the QuicTLSEngine for handling QUIC TLS integration. It introduces newer methods in security-libs area related to enforcing AlgorithmConstraints during the TLS handshake. These methods are similar to the ones that were already there for Socket and SSLEngine.

      Currently, we don't have tests to verify that the QuicTLSEngine correctly enforces these AlgorithmConstraints. We should add some to match what's there for SSLEngine and Socket.

      Artur in the PR review has suggested looking at the existing tests under Please see tests under test/jdk/sun/security/ssl/X509KeyManager for examples.

      For additional context, the PR review comment where this was discussed is here https://github.com/openjdk/jdk/pull/24751#issuecomment-3221662557.

            Unassigned Unassigned
            jpai Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: