golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.21k stars 17.57k forks source link

proposal: crypto/tls: ClientHelloInfo Extensions #54543

Closed ja3abuser closed 2 years ago

ja3abuser commented 2 years ago

ClientHelloInfo can be used for JA3 fingerprinting, but this requires a field "Extension" which is not currently available.

seankhliao commented 2 years ago

Duplicate of #32936