Skip to content

Tags: MetaCubeX/utls

Tags

v1.8.3

Toggle v1.8.3's commit message
fix build

v1.8.2

Toggle v1.8.2's commit message
fix: use AES in GREASE ECH for Chrome fingerprint

There is a fingerprint mismatch with Chrome when using GREASE ECH,
having to do with ciphersuite selection. When Chrome selects the
preferred ciphersuite in the outer ClientHello and the ciphersuite for
ECH, it does so consistently based on hardware support. That means, for
example, if it prefers AES for the outer ciphersuite, it would also use
AES for ECH. The Chrome parrot in utls hardcodes AES preference for
outer ciphersuites but selects the ECH ciphersuite randomly between
AES and ChaCha20. So there is a 50% chance of selecting ChaCha20 for
ECH while using AES for the outer ciphersuite, which is impossible in
Chrome.

This commit makes the Chrome parrot use AES only for GREASE ECH,
consistent with the currrent AES outer ciphersuite preference.

I think this is only a problem in GREASE ECH, since in real ECH Chrome
selects the first valid ciphersuite when AES is preferred, which is the
same in utls. So no change is done there.

Thanks to the original reporter for reporting this issue.

v1.8.1

Toggle v1.8.1's commit message
export cpu

v1.8.0

Toggle v1.8.0's commit message
feat: enhanced generateRandomizedSpec() with randomized keyShare and …

…curveIDs

(cherry picked from commit b8c41e9)

v1.7.3

Toggle v1.7.3's commit message
support X25519MLKEM768 for reality server

v1.7.0-alpha.3

Toggle v1.7.0-alpha.3's commit message
fix: prevent copying outer server name in inner

Update ECH outer SNI during ApplyPreset instead of Marshal so that it is
not copied multiple times. Do not override server name in config when
ECH is enabled.

v1.7.0-alpha.2

Toggle v1.7.0-alpha.2's commit message

Verified

This commit was signed with the committer’s verified signature.
nekohasekai 世界
Implement Clone() for RealityConfig

v1.7.0-alpha.1

Toggle v1.7.0-alpha.1's commit message
add reality server

v1.6.8-alpha.6

Toggle v1.6.8-alpha.6's commit message
add reality server

v1.6.8-alpha.5

Toggle v1.6.8-alpha.5's commit message
Add session id generator