package tls-eio

  1. Overview
  2. No Docs
Transport Layer Security purely in OCaml - Eio

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tls-2.1.2.tbz
sha256=d51940587bce9475c977c596904c8179dcd784d9ef6dd9afe3e634cca940c9f3
sha512=9d9e9ebc9bd4aa7a87bd438c5fbf38e3529cbd916c2995a25473a1f6d8443ae1ab99b89ba9d074272e00631aafa47bfcf4e23466fa28f1f10bb83167402b7268

Description

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

Published: 28 Jul 2026

Dependencies (6)

  1. ptime >= "1.0.0"
  2. eio >= "0.12"
  3. mirage-crypto-rng >= "1.2.0"
  4. tls = version
  5. dune >= "3.0"
  6. ocaml >= "5.0.0"

Dev Dependencies (4)

  1. logs >= "0.7.0" & with-test
  2. crowbar >= "0.2.1" & with-test
  3. mdx with-test
  4. eio_main >= "0.12" & with-test

Conflicts

None