> 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 26 commits: - Improve cache key checksum - Merge branch 'master' into JDK-8372526 - Cache compressed local certificates - Merge branch 'master' into JDK-8372526 # Conflicts: # src/java.base/share/classes/sun/security/ssl/SSLConfiguration.java - Correct log message. Reformat file. - Update unit test - Merge branch 'master' into JDK-8372526 - Add DefaultCertCompression unit test - Update copyright year and bug number plus some small changes - Revert SSLLogger changes - ... and 16 more: https://git.openjdk.org/jdk/compare/aaca0a2c...c859eb39 ------------- Changes: https://git.openjdk.org/jdk/pull/28682/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28682&range=02 Stats: 1387 lines in 17 files changed: 1358 ins; 11 del; 18 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
