On Mon, 8 Jun 2026 18:38:48 GMT, Artur Barashev <[email protected]> wrote:

> Use CRC32C checksum instead of Adler32 for stateless session ticket to reduce 
> the chance of collision. CRC32C also runs faster on modern hardware (special 
> hardware instructions on Intel, ARM etc).
> 
> The checksum is used to fingerprint the local certificate chain: 32bit 
> checksum value is included in the ticket for each certificate in the chain to 
> save space.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Marked as reviewed by mullan (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/31428#pullrequestreview-4458609202

Reply via email to