On Fri, 27 Feb 2026 20:23:43 GMT, Artur Barashev <[email protected]> wrote:
>> 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 incrementally with one additional > commit since the last revision: > > Expand certificate_request_contex comment src/java.base/share/classes/sun/security/ssl/CompressedCertificate.java line 165: > 163: byte[] compressedCertMsg; > 164: > 165: // First byte is the size of certificate_request_contex which Nit: `certificate_request_context` is misspelled as `certificate_request_contex` ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28682#discussion_r2874188712
