{"id":73878,"library":"carcraftz-utls","title":"uTLS","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-20220413235215-6b7c52fd78b6","language":"go","source_language":null,"source_url":"https://github.com/Carcraftz/utls","tags":["tls","security","networking","crypto"],"install":[{"cmd":"go get github.com/Carcraftz/utls","lang":"bash","label":"Install github.com/Carcraftz/utls"}],"dependencies":[],"imports":[{"symbol":"utls","correct":"github.com/Carcraftz/utls"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/Carcraftz/utls\"\n)\n\nfunc main() {\n\tconfig := &utls.Config{\n\t\tServerName: \"example.com\",\n\t}\n\tconn, err := utls.Dial(\"tcp\", \"example.com:443\", config)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"Connected with uTLS\")\n}","lang":"go","description":"Establishes a TLS connection using uTLS with custom configuration."},"warnings":[{"fix":"Test thoroughly with target servers; consider using the standard library for production.","message":"uTLS is a fork of Go's crypto/tls and may not be fully compatible with all servers.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.2':7 '1.3':10 '5246':15 '8446':18 'crypto':22 'implement':5 'network':21 'packag':2 'partial':4 'rfc':14,17 'secur':20 'specifi':12 'tls':3,6,9,19 'utl':1","created_at":"2026-06-17T18:56:17.466356+00:00","updated_at":"2026-06-17T18:56:17.466356+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/Carcraftz/utls","github":"https://github.com/Carcraftz/utls","docs":"https://pkg.go.dev/github.com/Carcraftz/utls#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","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}}