{"id":19863256,"url":"https://github.com/allyourcodebase/libressl","last_synced_at":"2025-07-29T20:37:01.925Z","repository":{"id":257183949,"uuid":"857550466","full_name":"allyourcodebase/libressl","owner":"allyourcodebase","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-27T22:41:41.000Z","size":60,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T23:39:38.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allyourcodebase.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":"2024-09-15T00:15:42.000Z","updated_at":"2024-12-24T13:26:29.000Z","dependencies_parsed_at":"2024-09-15T23:54:54.390Z","dependency_job_id":"8baba6c8-2793-4e30-ab27-af46fb6842be","html_url":"https://github.com/allyourcodebase/libressl","commit_stats":null,"previous_names":["epicyclic-dev/libressl","allyourcodebase/libressl"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibressl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibressl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibressl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibressl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/libressl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233497465,"owners_count":18685062,"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":[],"created_at":"2024-11-12T15:14:08.840Z","updated_at":"2025-07-29T20:37:01.901Z","avatar_url":"https://github.com/allyourcodebase.png","language":"Zig","readme":"# LibreSSL\n\nThis is [LibreSSL Portable](https://github.com/libressl/portable), packaged for [Zig](https://ziglang.org/).\n\n## Status\n\nThis project currently builds the three main LibreSSL libraries as static libraries:\n\n- `libcrypto`: core cryptographic routines\n- `libssl`: OpenSSL 1.1 compatibility layer\n- `libtls`: LibreSSL's new cryptography API\n\nOperating systems and hardware architectures are supported on a best-effort basis, and patches to add additional OS/arch support are welcome. Building for Linux (`x86_64`), macOS (`aarch64`), and Windows (`x86_64` via `mingw64`) is directly tested by CI.\n\nThe command-line programs `nc`, `ocspcheck`, and `openssl` are not built by default, and building them when targeting Windows is not supported. Building the command-line programs may be enabled by specifing the `-Dbuild-apps` option to `zig build`\n\n## Usage\n\nFirst, update your `build.zig.zon`:\n\n```sh\n# Initialize a `zig build` project if you haven't already\nzig init\n# replace \u003crefname\u003e with the version you want to use, e.g. 4.0.0\nzig fetch --save git+https://github.com/allyourcodebase/libressl#\u003crefname\u003e\n```\n\nYou can then use `libressl` in your `build.zig` as follows:\n\n```zig\nconst libressl_dependency = b.dependency(\"libressl\", .{\n    .target = target,\n    .optimize = optimize,\n    .@\"enable-asm\" = true, // enable assembly routines on supported platforms\n});\nyour_exe.linkLibrary(libressl_dependency.artifact(\"tls\")); // or \"ssl\", or \"crypto\"\n```\n\n## Zig Version Support Matrix\n\n| Refname   | LibreSSL Version | Zig `0.15.0-dev` | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |\n|-----------|------------------|------------------|--------------|--------------|--------------|\n| `4.0.0+3` | `4.0.0`          | ✅               | ✅           | ❌           | ❌           |\n| `4.0.0+2` | `4.0.0`          | ❌               | ✅           | ❌           | ❌           |\n| `4.0.0+1` | `4.0.0`          | ❌               | ❌           | ✅           | ✅           |\n| `3.9.2+1` | `3.9.2`          | ❌               | ❌           | ✅           | ✅           |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flibressl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Flibressl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flibressl/lists"}