{"id":65216,"library":"xtls-reality","title":"REALITY TLS Implementation","description":"Package tls partially implements TLS 1.2 and TLS 1.3, as specified in RFC 5246 and RFC 8446.","status":"active","version":"0.0.0-20260322125925-9234c772ba8f","language":"go","source_language":null,"source_url":"https://github.com/xtls/reality","tags":["tls","reality","security","crypto"],"install":[{"cmd":"go get github.com/xtls/reality","lang":"bash","label":"Install github.com/xtls/reality"}],"dependencies":[],"imports":[{"symbol":"tls","correct":"github.com/xtls/reality"}],"quickstart":{"code":"package main\n\nimport (\n    \"crypto/tls\"\n    \"fmt\"\n    \"github.com/xtls/reality\"\n)\n\nfunc main() {\n    config := &tls.Config{\n        InsecureSkipVerify: true,\n    }\n    conn, err := tls.Dial(\"tcp\", \"example.com:443\", config)\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n    defer conn.Close()\n    fmt.Println(\"Connected\")\n}","lang":"go","description":"Establish a TLS connection using the REALITY library."},"warnings":[{"fix":"Use only if you need REALITY features; otherwise prefer crypto/tls.","message":"This package is a fork of Go's crypto/tls with modifications for REALITY; it may not be fully compatible with standard TLS.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'1.2':9 '1.3':12 '5246':17 '8446':20 'crypto':24 'implement':3,7 'packag':4 'partial':6 'realiti':1,22 'rfc':16,19 'secur':23 'specifi':14 'tls':2,5,8,11,21","created_at":"2026-06-17T17:07:16.955686+00:00","updated_at":"2026-06-17T17:07:16.955686+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/xtls/reality","github":"https://github.com/xtls/reality","docs":"https://pkg.go.dev/github.com/xtls/reality#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}