Release Note: Add support for ZLIB TLS Certificate Compression

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Unresolved
    • Priority: P3
    • 27
    • Affects Version/s: None
    • Component/s: security-libs

      The JDK now supports TLS 1.3 Certificate Compression (RFC 8879) for `zlib` compression algorithm. Note that `brotli` and `zstd` compression algorithms currently are not supported.
      New Features:
       - System Property: A new system property, `jdk.tls.enableCertificateCompression` has been introduced. It is set to true by default.
       - API Updates: The `javax.net.ssl.SSLParameters` class has been updated with new methods to control this feature programmatically:
         - `setEnableCertificateCompression(boolean enable)`
         - `getEnableCertificateCompression()`

            Assignee:
            Marc Palmerjohnson
            Reporter:
            Artur Barashev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: