{"id":26125842,"url":"https://github.com/tardy-org/secsock","last_synced_at":"2026-05-30T04:31:22.477Z","repository":{"id":281425431,"uuid":"945230919","full_name":"tardy-org/secsock","owner":"tardy-org","description":"Async TLS (Secure Socket) for the Tardy runtime","archived":false,"fork":false,"pushed_at":"2025-03-09T01:20:37.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-09T02:21:55.361Z","etag":null,"topics":["async","tardy","tls","zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tardy-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-09T00:23:02.000Z","updated_at":"2025-03-09T01:20:41.000Z","dependencies_parsed_at":"2025-03-09T02:21:57.076Z","dependency_job_id":"366538c9-a599-476b-b686-5305197df48c","html_url":"https://github.com/tardy-org/secsock","commit_stats":null,"previous_names":["tardy-org/secsock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardy-org%2Fsecsock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardy-org%2Fsecsock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardy-org%2Fsecsock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardy-org%2Fsecsock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tardy-org","download_url":"https://codeload.github.com/tardy-org/secsock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242889327,"owners_count":20201947,"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":["async","tardy","tls","zig","zig-package"],"created_at":"2025-03-10T17:12:36.254Z","updated_at":"2026-05-30T04:31:22.468Z","avatar_url":"https://github.com/tardy-org.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secsock\n\nThis is an implementation of `SecureSocket`, a wrapper for the Tardy `Socket` type that provides TLS functionality.\n\n## Supported TLS Backends\n- [BearSSL](https://bearssl.org/gitweb/?p=BearSSL;a=summary): An implementation of the SSL/TLS protocol (RFC 5346) written in C.\n- [s2n-tls](https://github.com/aws/s2n-tls): An implementation of SSL/TLS protocols by AWS. (Experimental)\n\n## Installing\nCompatible Zig Version: `0.15.2`\n\nCompatible [tardy](https://github.com/tardy-org/tardy) Version: `v0.3.1`\n\nLatest Release: `0.1.1`\n```\nzig fetch --save git+https://github.com/tardy-org/secsock#v0.1.1\n```\n\nYou can then add the dependency in your `build.zig` file:\n```zig\nconst secsock = b.dependency(\"secsock\", .{\n    .target = target,\n    .optimize = optimize,\n}).module(\"secsock\");\n\nexe.root_module.addImport(secsock);\n```\n\n## Contribution\nWe use Nix Flakes for managing the development environment. Nix Flakes provide a reproducible, declarative approach to managing dependencies and development tools.\n\n### Prerequisites\n - Install [Nix](https://nixos.org/download/)\n```bash\nsh \u003c(curl -L https://nixos.org/nix/install) --daemon\n```\n - Enable [Flake support](https://nixos.wiki/wiki/Flakes) in your Nix config (`~/.config/nix/nix.conf`): `experimental-features = nix-command flakes`\n\n### Getting Started\n1. Clone this repository:\n```bash\ngit clone https://github.com/tardy-org/secsock.git\ncd secsock\n```\n\n2. Enter the development environment:\n```bash\nnix develop\n```\n\nThis will provide you with a shell that contains all of the necessary tools and dependencies for development.\n\nOnce you are inside of the development shell, you can update the development dependencies by:\n1. Modifying the `flake.nix`\n2. Running `nix flake update`\n3. Committing both the `flake.nix` and the `flake.lock`\n\n### License\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in secsock by you, shall be licensed as MPL2.0, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftardy-org%2Fsecsock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftardy-org%2Fsecsock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftardy-org%2Fsecsock/lists"}