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
AuthorThomas Leonard
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/mirleft/ocaml-tls
Issue Trackerhttps://github.com/mirleft/ocaml-tls/issues
MaintainersHannes Mehnert <hannes@mehnert.org> and David Kaloper <david@numm.org>
Dependencies
Source [http] https://github.com/mirleft/ocaml-tls/releases/download/v2.0.1/tls-2.0.1.tbz
sha256=6bab8da3ad528d3f312d7b4ee21da4c59c34a91ae3e5cf4234715ab9a1820ead
sha512=ab9e4b03c0f9156ee990d5450f14906834ffd7fd65117ed46ed826cf3202dbf61094fc0af5b728ef65862423fbfa3b95cdf0f9db5dcfc1433ea2d1ea52cd360f
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/tls-eio/tls-eio.2.0.1/opam
Required by