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
------------- Commit messages: - Merge branch 'master' into JDK-8372526 - 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 - Fix merge errors - Merge branch 'master' into JDK-8273042 - Support ZLIB compression only - ... and 13 more: https://git.openjdk.org/jdk/compare/e7432d57...f2ccafd0 Changes: https://git.openjdk.org/jdk/pull/28682/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28682&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8372526 Stats: 1365 lines in 17 files changed: 1336 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
