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.15.5/tls-0.15.5.tbz
sha256=d2ffee5d4c2e30606a5832ce330d1d6d6502d037261c3dee129b24868dccc452
sha512=8eaa321f2b029d089876b8c34e48240fd2497565257733c9633e7c2620e20fed276e97cb62444245824eec5a02e420e550444729bfcfaeca380327f302497ec2
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/tls-eio/tls-eio.0.15.5/opam
Required by