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.4/tls-0.17.4.tbz sha256=62a4290971dffae0e436493ec06c811560e242ba810ed2a86dd749763de1a43f sha512=0569fbfcb56e75a1ce37a317f2f00f9f3032c5b186a65d041446e39be576a4b756f8a53e078d7814837f9f8f07e66859627d2e132e33e2a7dddd9f21c3082bde |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/tls-eio/tls-eio.0.17.4/opam |
Required by
- carbon
- cohttp-eiowith-test & >=6.0.0~beta2
- mehari-eio
- starred_ml