{"id":66364,"library":"sagernet-utls","title":"uTLS - TLS 1.2/1.3 Implementation","description":"Package tls partially implements TLS 1.2 and TLS 1.3, as specified in RFC 5246 and RFC 8446.","status":"active","version":"1.6.7","language":"go","source_language":null,"source_url":"https://github.com/sagernet/utls","tags":["tls","security","networking"],"install":[{"cmd":"go get github.com/sagernet/utls","lang":"bash","label":"Install github.com/sagernet/utls"}],"dependencies":[],"imports":[{"symbol":"utls","correct":"github.com/sagernet/utls"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/sagernet/utls\"\n)\n\nfunc main() {\n\tconn, _ := utls.Dial(\"tcp\", \"example.com:443\", &utls.Config{})\n\tdefer conn.Close()\n\tfmt.Println(\"Connected with uTLS\")\n}","lang":"go","description":"Dial a TLS connection using uTLS"},"warnings":[],"env_vars":null,"search_vec":"'/1.3':4 '1.2':3,11 '1.3':14 '5246':19 '8446':22 'implement':5,9 'network':25 'packag':6 'partial':8 'rfc':18,21 'secur':24 'specifi':16 'tls':2,7,10,13,23 'utl':1","created_at":"2026-06-17T17:22:47.322517+00:00","updated_at":"2026-06-17T17:22:47.322517+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/sagernet/utls","github":"https://github.com/sagernet/utls","docs":"https://pkg.go.dev/github.com/sagernet/utls#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-17","next_check":"2026-12-14","install_tag":null}}