Registry / crypto / xtls-reality

xtls-reality

JSON →
library0.0.0-20260322125925-9234c772ba8fgogounverified

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

go get github.com/xtls/reality
INSTALL
IMPORT
SIG · XTLS-REALITY
X
xtls-reality
cryptogov0.0.0-20260322125925-9234c772ba8f
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/xtls/reality

Establish a TLS connection using the REALITY library.

package main import ( "crypto/tls" "fmt" "github.com/xtls/reality" ) func main() { config := &tls.Config{ InsecureSkipVerify: true, } conn, err := tls.Dial("tcp", "example.com:443", config) if err != nil { fmt.Println(err) return } defer conn.Close() fmt.Println("Connected") }
Debug
Known issues
gotchaThis package is a fork of Go's crypto/tls with modifications for REALITY; it may not be fully compatible with standard TLS.
fix
Use only if you need REALITY features; otherwise prefer crypto/tls.
affects: >=0.0.0
Upgrade
Version history
0.0.0-20260322125925-9234c772ba8flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Resources
xtls-reality — go get xtls-reality · libregistry