{"id":13726284,"url":"https://github.com/mirleft/ocaml-tls","last_synced_at":"2025-04-08T09:12:35.418Z","repository":{"id":14115036,"uuid":"16819866","full_name":"mirleft/ocaml-tls","owner":"mirleft","description":"TLS in pure OCaml","archived":false,"fork":false,"pushed_at":"2025-02-06T11:55:15.000Z","size":5544,"stargazers_count":307,"open_issues_count":7,"forks_count":68,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-04-01T08:38:58.851Z","etag":null,"topics":["mirageos","ocaml","security","tls"],"latest_commit_sha":null,"homepage":"","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mirleft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2014-02-13T22:45:01.000Z","updated_at":"2025-03-03T21:23:50.000Z","dependencies_parsed_at":"2024-02-01T20:07:51.708Z","dependency_job_id":"1e3c8064-ab53-4eb2-88a3-a910134cf129","html_url":"https://github.com/mirleft/ocaml-tls","commit_stats":{"total_commits":1664,"total_committers":32,"mean_commits":52.0,"dds":"0.30709134615384615","last_synced_commit":"c493430923c94aac1eaf84e2cebb80013403630c"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirleft%2Focaml-tls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirleft%2Focaml-tls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirleft%2Focaml-tls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirleft%2Focaml-tls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirleft","download_url":"https://codeload.github.com/mirleft/ocaml-tls/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809964,"owners_count":20999816,"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":["mirageos","ocaml","security","tls"],"created_at":"2024-08-03T01:02:58.028Z","updated_at":"2025-04-08T09:12:35.397Z","avatar_url":"https://github.com/mirleft.png","language":"OCaml","funding_links":[],"categories":["OCaml","Frameworks and Libs","Security and Cryptography","\u003ca name=\"OCaml\"\u003e\u003c/a\u003eOCaml"],"sub_categories":["OCaml"],"readme":"## TLS - Transport Layer Security purely in OCaml\n\n%%VERSION%%\n\nTransport Layer Security (TLS) is probably the most widely deployed security\nprotocol on the Internet. It provides communication privacy to prevent\neavesdropping, tampering, and message forgery. Furthermore, it optionally\nprovides authentication of the involved endpoints. TLS is commonly deployed for\nsecuring web services ([HTTPS](http://tools.ietf.org/html/rfc2818)), emails,\nvirtual private networks, and wireless networks.\n\nTLS uses asymmetric cryptography to exchange a symmetric key, and optionally\nauthenticate (using X.509) either or both endpoints. It provides algorithmic\nagility, which means that the key exchange method, symmetric encryption\nalgorithm, and hash algorithm are negotiated.\n\nRead our [Usenix Security 2015 paper](https://www.usenix.org/conference/usenixsecurity15/technical-sessions/presentation/kaloper-mersinjak) for further details.\n\n## Documentation\n\n[API documentation](https://mirleft.github.io/ocaml-tls/doc)\n\n## Installation\n\n`opam install tls` will install this library.\n\nYou can also build this locally by conducting the steps:\n\n```bash\nopam install --deps-only -t . # or a named package instead of `.` - i.e. ./tls-lwt.opam\ndune build --profile=release # you can also put a package list here, i.e. tls,tls-lwt -- you can also use `@all` target to compile examples as well\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirleft%2Focaml-tls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirleft%2Focaml-tls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirleft%2Focaml-tls/lists"}