For fingerprinting, this update adds Chrome 133 spec, fixes an issue with the Edge 106 spec, and makes the randomized spec more up to date. It also includes numerous bug fixes and other improvements to the library. Thank you to everyone who contributed!
What's Changed
- Implement Chrome 133+ support by @BRUHItsABunny in #333
- fix: malformed cookie payload by @BRUHItsABunny in #346
- [Cleaner Version] Support for Certificate Compression Algorithm extension in Certificate Request Message by @Juktong in #348
- Update u_parrots.go by @yuhan6665 in #353
- Expose
serverHello
earlier in clientHandshake() by @RPRX in #357 - Export
Mlkem
andMlkemEcdhe
in structKeySharePrivateKeys
by @RPRX in #358 - Add entropy in generateRandomizedSpec() by @nihiloid in #354
- Remove dependency on cloudflare circl by @mingyech in #352
New Contributors
- @Juktong made their first contribution in #348
- @yuhan6665 made their first contribution in #353
- @nihiloid made their first contribution in #354
Full Changelog: v1.7.3...v1.8.0