package tls

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tls-2.0.4.tbz
sha256=704f467af8a88c198f9162d0c0c44d823a16ecb1ebcb38d8e98ef48fe52eb5f1
sha512=87d7657d748470b8cb0137e04f4bad1c9ea0b9b68dfaca9d1b7807a379d2b50e27252b4fa9b8b2bd2052f12d5401390ecdaf05163b639cbc14a82efb98a62587

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: 10 Mar 2026

Dependencies (15)

  1. ptime >= "1.2.0"
  2. digestif >= "1.2.0"
  3. ohex >= "0.2.0"
  4. ipaddr
  5. logs
  6. kdf >= "1.0.0"
  7. fmt >= "0.8.7"
  8. domain-name >= "0.3.0"
  9. x509 >= "1.0.0"
  10. mirage-crypto-rng >= "1.2.0"
  11. mirage-crypto-pk >= "1.0.0"
  12. mirage-crypto-ec >= "1.0.0"
  13. mirage-crypto >= "1.1.0"
  14. dune >= "3.0"
  15. ocaml >= "4.13.0"

Dev Dependencies (3)

  1. cmdliner with-test & >= "1.3.0"
  2. alcotest with-test
  3. ounit2 with-test & >= "2.2.0"

Conflicts (1)

  1. result < "1.5"