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 further and 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/v0.17.4/tls-0.17.4.tbz
sha256=62a4290971dffae0e436493ec06c811560e242ba810ed2a86dd749763de1a43f
sha512=0569fbfcb56e75a1ce37a317f2f00f9f3032c5b186a65d041446e39be576a4b756f8a53e078d7814837f9f8f07e66859627d2e132e33e2a7dddd9f21c3082bde
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/tls-eio/tls-eio.0.17.4/opam
Required by