{"id":52632,"library":"xtls-go","title":"xtls","description":"Package xtls partially implements TLS 1.2 and TLS 1.3 for Go.","status":"active","version":"0.0.0-20230107031059-4610f88d00f3","language":"go","source_language":null,"source_url":"https://github.com/xtls/go","tags":["tls","crypto","security"],"install":[{"cmd":"go get github.com/xtls/go","lang":"bash","label":"Install github.com/xtls/go"}],"dependencies":[],"imports":[{"symbol":"xtls","correct":"github.com/xtls/go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"crypto/tls\"\n\t\"fmt\"\n\t\"github.com/xtls/go\"\n)\n\nfunc main() {\n\tconfig := &tls.Config{}\n\tconn, err := tls.Dial(\"tcp\", \"example.com:443\", config)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"connected\")\n}","lang":"go","description":"Dial a TLS connection using xtls."},"warnings":[],"env_vars":null,"search_vec":"'1.2':7 '1.3':10 'crypto':14 'go':12 'implement':5 'packag':2 'partial':4 'secur':15 'tls':6,9,13 'xtls':1,3","created_at":"2026-06-15T07:05:26.858168+00:00","updated_at":"2026-06-15T07:05:26.858168+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/go","github":"https://github.com/xtls/go","docs":"https://pkg.go.dev/github.com/xtls/go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}