Registry / crypto / sagernet-utls

sagernet-utls

JSON →
library1.6.7gogounverified

Package tls partially implements TLS 1.2 and TLS 1.3, as specified in RFC 5246 and RFC 8446.

go get github.com/sagernet/utls
INSTALL
IMPORT
SIG · SAGERNET-UTLS
S
sagernet-utls
cryptogov1.6.7
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.

utls
✓ github.com/sagernet/utls

Dial a TLS connection using uTLS

package main import ( "fmt" "github.com/sagernet/utls" ) func main() { conn, _ := utls.Dial("tcp", "example.com:443", &utls.Config{}) defer conn.Close() fmt.Println("Connected with uTLS") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
sagernet-utls — go get sagernet-utls · libregistry