> Implement certificate compression in TLS 1.3 using internally supported ZLIB > compression algorithm. See RFC 8879 for more details: > https://datatracker.ietf.org/doc/html/rfc8879
Artur Barashev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 52 commits: - Merge branch 'master' into JDK-8372526 # Conflicts: # test/jdk/java/net/httpclient/HeadTest.java - Add HTTP tests with CertificateCompression turned off - Check for inflate() returning 0 - Typo fix - Expand certificate_request_contex comment - Bound the memory usage when decompressing CompressedCertificate - Re-word apiNote - Incorporate latest logging changes - Merge branch 'master' into JDK-8372526 - Remove Google-specific manual test because google.com seem to support only brotli compression - ... and 42 more: https://git.openjdk.org/jdk/compare/f7c427fe...bfc79ee6 ------------- Changes: https://git.openjdk.org/jdk/pull/28682/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28682&range=26 Stats: 1694 lines in 24 files changed: 1646 ins; 19 del; 29 mod Patch: https://git.openjdk.org/jdk/pull/28682.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/28682/head:pull/28682 PR: https://git.openjdk.org/jdk/pull/28682
