-
Type:
Sub-task
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: security-libs
The JDK now supports TLS 1.3 Certificate Compression (RFC 8879) for `zlib` compression algorithm. Note that `brotli` and `zstd` compression algorithms currently are not supported.
New Features:
- System Property: A new system property, `jdk.tls.enableCertificateCompression` has been introduced. It is set to true by default.
- API Updates: The `javax.net.ssl.SSLParameters` class has been updated with new methods to control this feature programmatically:
- `setEnableCertificateCompression(boolean enable)`
- `getEnableCertificateCompression()`
New Features:
- System Property: A new system property, `jdk.tls.enableCertificateCompression` has been introduced. It is set to true by default.
- API Updates: The `javax.net.ssl.SSLParameters` class has been updated with new methods to control this feature programmatically:
- `setEnableCertificateCompression(boolean enable)`
- `getEnableCertificateCompression()`