package tls

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tls-2.1.0.tbz
sha256=da79960789fa418b62bf89cd524e99815c5010413bc189f0f33966b8d0b886d2
sha512=2a5f5685b2a0bc37c3f80ffc2ebf49ad1b5506efedbc35aa6177faeae1dadb3048f35572ee6fc8a37ea352b600563c9080d9b69f42cedb37a56fc631ed44e345

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: 20 May 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"