{"id":22285647,"url":"https://github.com/igolaizola/resumetls","last_synced_at":"2025-07-28T22:31:20.907Z","repository":{"id":118715467,"uuid":"145825513","full_name":"igolaizola/resumetls","owner":"igolaizola","description":"Resumable TLS client connection without doing any additional handshake operations, implemented in golang","archived":false,"fork":false,"pushed_at":"2024-08-29T14:47:52.000Z","size":31,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-26T23:34:55.849Z","etag":null,"topics":["go","golang","resumable","serializable","tls"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igolaizola.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-23T08:37:22.000Z","updated_at":"2024-08-29T14:47:56.000Z","dependencies_parsed_at":"2024-08-22T17:40:52.931Z","dependency_job_id":null,"html_url":"https://github.com/igolaizola/resumetls","commit_stats":null,"previous_names":["igarciaolaizola/resume-tls"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igolaizola%2Fresumetls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igolaizola%2Fresumetls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igolaizola%2Fresumetls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igolaizola%2Fresumetls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igolaizola","download_url":"https://codeload.github.com/igolaizola/resumetls/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227961865,"owners_count":17847836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","resumable","serializable","tls"],"created_at":"2024-12-03T16:53:04.261Z","updated_at":"2024-12-03T16:53:06.443Z","avatar_url":"https://github.com/igolaizola.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# resumetls\n\nResumable TLS connection without doing any additional handshake operations, implemented in golang\n\n## Details\n- `Client`, `Server` stores some handshake data and TLS inner sequential numbers\n- `State` object needed for resume a connection is public and serializable\n\n## Usage\n\n```\n// Start a new TLS client\ncli := resumetls.Client(conn, \u0026tls.Config{}, nil)\ncli.Handshake()\n\n// Perform multiple cli.Read and cli.Write here\n...\n\n// Get State whenever we want to pause the client\nstate := cli.State()\n\n// Resume client using previously obtained state\ncli2 := resumetls.Client(conn, \u0026tls.Config{}, state)\n\n// Continue with cli2.Read and cli2.Write here\n...\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figolaizola%2Fresumetls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figolaizola%2Fresumetls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figolaizola%2Fresumetls/lists"}