Registry / crypto / xtls-go

xtls-go

JSON →
library0.0.0-20230107031059-4610f88d00f3gogounverified

Package xtls partially implements TLS 1.2 and TLS 1.3 for Go.

go get github.com/xtls/go
INSTALL
IMPORT
SIG · XTLS-GO
X
xtls-go
cryptogov0.0.0-20230107031059-4610f88d00f3
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.

xtls
github.com/xtls/go

Dial a TLS connection using xtls.

package main import ( "crypto/tls" "fmt" "github.com/xtls/go" ) func main() { config := &tls.Config{} conn, err := tls.Dial("tcp", "example.com:443", config) if err != nil { panic(err) } defer conn.Close() fmt.Println("connected") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230107031059-4610f88d00f3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources