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

Test coverage is too low #304

Open gaukas opened 4 months ago

gaukas commented 4 months ago

Better test coverage would help preventing future commits/syncing breaking the previously manually validated functionalities(e.g., #303).

Currently, uTLS does not have enough test coverage to make sure all introduced features beyond the upstream (crypto/tls) are consistently working as expected.