tlsversion

Transport Layer Security purely in OCaml

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
AuthorsDavid Kaloper <david@numm.org> and Hannes Mehnert <hannes@mehnert.org>
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>
Availablearch != "arm32"
Dependencies
Conflicts
Source [http] https://github.com/mirleft/ocaml-tls/releases/download/v1.0.4/tls-1.0.4.tbz
sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8
sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/tls/tls.1.0.4/opam
Required by
Optionally used by