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

Request for TLS 1.3 Fingerprint Draft 26 Support #300

Closed thaiduongme closed 5 months ago

thaiduongme commented 5 months ago

Please add support for the TLS 1.3 fingerprint draft 26. The relevant extension details are:

Extension: supported_versions (len=5) TLS 1.3 TLS 1.3 (Facebook draft 26) Type: supported_versions (43) Length: 5 Supported Versions length: 4 Supported Version: TLS 1.3 (0x0304) Supported Version: TLS 1.3 (Facebook draft 26) (0xfb1a)

Thank you!