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). This pull request has now been integrated. Changeset: 543c21dd Author: Artur Barashev <[email protected]> URL: https://git.openjdk.org/jdk/commit/543c21dde67c1014605ab314bb2567184d48934f Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod 8386203: Use CRC32C checksum instead of Adler32 for stateless session ticket Reviewed-by: mullan, ascarpino ------------- PR: https://git.openjdk.org/jdk/pull/31428
