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.0/tls-0.17.0.tbz sha256=fa45e8f0b76a58c417d99a65743f72f5c75a8fac6fac961e93277ebeed9df47a sha512=64dbcbb254486396c3981ae5098a41fcb2cf0beb23236ce399ca5835a3565cb1008706e1a3b08903884038db2dcd46113cf6a62d2c44af584153301e25f6b2a8 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/tls-eio/tls-eio.0.17.0/opam |
Required by