tls-eioversion
Transport Layer Security purely in OCaml - Eio
Transport Layer Security (TLS) is probably the most widely deployed security protocol on the Internet. It provides communication privacy to prevent eavesdropping, tampering, and message forgery. Furthermore, it optionally provides authentication of the involved endpoints. TLS is commonly deployed for securing web services (HTTPS), emails, virtual private networks, and wireless networks.
TLS uses asymmetric cryptography to exchange a symmetric key, and optionally authenticate (using X.509) either or both endpoints. It provides algorithmic agility, which means that the key exchange method, symmetric encryption algorithm, and hash algorithm are negotiated.
Read our Usenix Security 2015 paper.
Tags | org:mirage |
---|---|
Author | Thomas Leonard |
License | BSD-2-Clause |
Published | |
Homepage | https://github.com/mirleft/ocaml-tls |
Issue Tracker | https://github.com/mirleft/ocaml-tls/issues |
Maintainers | Hannes Mehnert <hannes@mehnert.org> and David Kaloper <david@numm.org> |
Dependencies | |
Source [http] | https://github.com/mirleft/ocaml-tls/releases/download/v0.17.2/tls-0.17.2.tbz sha256=1f2f579acf3f6d5a17d1fabf8511853665c7b44afc47cd17d56781f5c733f154 sha512=75e31d1db89203e6b5b2450e2e63a2c76566e1bb619e4cfbd9b7e9d3db6b145334bd1ad0675ed44d3d7485295c2445db3281aed086cbffee466564095f1e7a2b |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/tls-eio/tls-eio.0.17.2/opam |
Required by
- carbon
- cohttp-eiowith-test & >=6.0.0~beta2
- mehari-eio