refraction-networking / utls

Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
BSD 3-Clause "New" or "Revised" License
1.71k stars 247 forks source link

feat: chrome 120 non-pq client hello #268

Closed hax0r31337 closed 11 months ago

hax0r31337 commented 11 months ago

Since Chrome hasn't started enabling TLS 1.3 hybridized Kyber support by default, It's necessary to have an non-PQ ClientHello support in my opinion.

gaukas commented 11 months ago

Wait, I thought it is enabled? Am I again selected for A/B testing? 🤣

gaukas commented 11 months ago

According to chromestatus.com(https://chromestatus.com/feature/5257822742249472), it is being shipped not in Chrome 120 but only starting Chrome 121.

Then well I guess all my machines are selected for the A/B testing. Fair.

gaukas commented 11 months ago

Thanks @hax0r31337!