RFR: 8372526: Add support for ZLIB TLS Certificate Compression [v13]
Artur Barashev
abarashev at openjdk.org
Tue Feb 3 21:09:16 UTC 2026
On Fri, 30 Jan 2026 19:39:00 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:
>> Yes, good point, it is different, I've done similar research. I'll look closer into this, thanks! Some problems I can see with this approach though:
>>
>> - Such caching won't work with a 3rd party `X509ExtendedKeyManager` implementation.
>> - `CertificateMessage` is not just a single certificate, it's the list of certificate entries plus certificate_request_context. Logically such cache doesn't belong to a KeyManager.
>
> Yes, a tricky case. Thank you @artur-oracle for considering this.
Attached the cache to SSLContext instance.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28682#discussion_r2761008794
More information about the net-dev
mailing list