{"id":64837,"library":"yawning-utls-git","title":"Yawning TLS","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.12-1","language":"go","source_language":null,"source_url":"https://gitlab.com/yawning/utls","tags":["tls","crypto","security","networking"],"install":[{"cmd":"go get gitlab.com/yawning/utls.git","lang":"bash","label":"Install gitlab.com/yawning/utls.git"}],"dependencies":[],"imports":[{"symbol":"tls","correct":"gitlab.com/yawning/utls.git"}],"quickstart":{"code":"package main\n\nimport (\n\t\"crypto/tls\"\n\t\"fmt\"\n\t\"gitlab.com/yawning/utls.git\"\n)\n\nfunc main() {\n\tconfig := &tls.Config{InsecureSkipVerify: true}\n\tconn, err := tls.Dial(\"tcp\", \"example.com:443\", config)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"Connected\")\n}","lang":"go","description":"Establish a TLS connection using the custom TLS implementation"},"warnings":[{"fix":"Review the fork's documentation for differences from standard library","message":"This is a fork of Go's crypto/tls with modifications; may have different behavior","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'1.2':8 '1.3':11 '5246':16 '8446':19 'crypto':21 'implement':6 'network':23 'packag':3 'partial':5 'rfc':15,18 'secur':22 'specifi':13 'tls':2,4,7,10,20 'yawn':1","created_at":"2026-06-17T17:00:55.108343+00:00","updated_at":"2026-06-17T17:00:55.108343+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://gitlab.com/yawning/utls","github":null,"docs":"https://pkg.go.dev/gitlab.com/yawning/utls.git#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}}