package tls-eio

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tls-2.0.3.tbz
sha256=d7159ba745f3da2e73844353f020fdbc767393882b47565f8b61b941c351c3d7
sha512=fc136c13bd4c8ff1e69250809c63495299d6e00a58252ed2dd76bd704f7b95f8baa45bde3c5f0f27152767f9986fa3ba183f28d68d336dbf25a25482bd8b44b7

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: 26 Sep 2025

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