RFR: 8372526: Add support for ZLIB TLS Certificate Compression [v10]
Artur Barashev
abarashev at openjdk.org
Thu Jan 29 02:19:38 UTC 2026
On Wed, 28 Jan 2026 21:01:58 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Force cache limit per compression algorithm
>
> src/java.base/share/classes/javax/net/ssl/SSLParameters.java line 979:
>
>> 977: * @since 27
>> 978: */
>> 979: public void setEnableCertificateCompression(
>
> Need to specify the default value in the constructor.
The convention in `SSLParameters` is not to specify the default values: the rest of set methods in this file don't mention it. In our particular case the default value is the value of `jdk.tls.enableCertificateCompression` system property, and if such value is not set then it's `true`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28682#discussion_r2739453252
More information about the net-dev
mailing list