{"id":28092975,"url":"https://github.com/processone/fast_tls","last_synced_at":"2025-05-13T13:58:45.137Z","repository":{"id":2968093,"uuid":"47977480","full_name":"processone/fast_tls","owner":"processone","description":"TLS / SSL OpenSSL-based native driver for Erlang / Elixir","archived":false,"fork":false,"pushed_at":"2024-10-28T14:18:34.000Z","size":498,"stargazers_count":85,"open_issues_count":2,"forks_count":38,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-05-10T09:46:12.208Z","etag":null,"topics":["elixir","erlang","openssl"],"latest_commit_sha":null,"homepage":"https://www.ejabberd.im","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/processone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-12-14T13:45:03.000Z","updated_at":"2025-03-01T09:14:33.000Z","dependencies_parsed_at":"2024-01-09T21:30:30.113Z","dependency_job_id":"bbeb5bd2-67e5-4392-a47d-027336e2c5a3","html_url":"https://github.com/processone/fast_tls","commit_stats":{"total_commits":263,"total_committers":24,"mean_commits":"10.958333333333334","dds":0.6577946768060836,"last_synced_commit":"5aa1e02d1e91155a7b0027abde1af94147c54b82"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Ffast_tls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Ffast_tls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Ffast_tls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Ffast_tls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/processone","download_url":"https://codeload.github.com/processone/fast_tls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253957332,"owners_count":21990532,"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":["elixir","erlang","openssl"],"created_at":"2025-05-13T13:58:44.510Z","updated_at":"2025-05-13T13:58:45.128Z","avatar_url":"https://github.com/processone.png","language":"C","readme":"# Fast TLS\n\n[![CI](https://github.com/processone/fast_tls/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/processone/fast_tls/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/processone/fast_tls/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/processone/fast_tls?branch=master)\n[![Hex version](https://img.shields.io/hexpm/v/fast_tls.svg \"Hex version\")](https://hex.pm/packages/fast_tls)\n\nFast TLS is a native TLS / SSL driver for Erlang / Elixir. It is based\non [OpenSSL](https://www.openssl.org), a proven and efficient TLS\nimplementation.\n\nIt is designed for efficiency, speed and compliance.\n\n## Installation\n\n### Dependencies\n\nFast TLS depends on OpenSSL v1.0+. You need OpenSSL development\nheaders to build it. You can check your current OpenSSL version with `openssl version`.\n\n### Generic build\n\nYou can trigger build with:\n\n    ./configure \u0026\u0026 make\n\n### OSX build example\n\nOn macOS the system copy of OpenSSL is usually too old, so you need to\ninstall a newer OpenSSL version.\n\nYou can install OpenSSL with Homebrew:\n\n    brew install openssl\n\nYou can then export environment variables to use OpenSSL as installed\nby Homebrew, before issuing compilation commands:\n\n    export LDFLAGS=\"-L/usr/local/opt/openssl/lib\"\n    export CFLAGS=\"-I/usr/local/opt/openssl/include/\"\n    export CPPFLAGS=\"-I/usr/local/opt/openssl/include/\"\n\n    ./configure \u0026\u0026 make\n\n## Development\n\n### Test\n\n#### Unit test\n\nYou can run eunit test with the command:\n\n    make test\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessone%2Ffast_tls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprocessone%2Ffast_tls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessone%2Ffast_tls/lists"}