Registry / networking / refraction-networking-utls

refraction-networking-utls

JSON →
library1.8.2gogounverified

Package tls partially implements TLS 1.2 and TLS 1.3, as specified in RFC 5246 and RFC 8446, with client hello fingerprint randomization.

go get github.com/refraction-networking/utls
INSTALL
IMPORT
SIG · REFRACTION-NETWORK
R
refraction-networking-utls
networkinggov1.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tls
github.com/refraction-networking/utls

Dial a TLS connection using uTLS with default fingerprint.

package main import ( "crypto/tls" "net/http" utls "github.com/refraction-networking/utls" ) func main() { conn, err := utls.Dial("tcp", "example.com:443", &utls.Config{}) if err != nil { panic(err) } defer conn.Close() _ = conn }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
refraction-networking-utls — go get refraction-networking-utls · libregistry