package tls

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

Install

Dune Dependency

Authors

Maintainers

Sources

tls-2.0.1.tbz
sha256=6bab8da3ad528d3f312d7b4ee21da4c59c34a91ae3e5cf4234715ab9a1820ead
sha512=ab9e4b03c0f9156ee990d5450f14906834ffd7fd65117ed46ed826cf3202dbf61094fc0af5b728ef65862423fbfa3b95cdf0f9db5dcfc1433ea2d1ea52cd360f

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: 15 Apr 2025

Dependencies (14)

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

Used by (25)

  1. albatross >= "2.2.0"
  2. capnp-rpc-net = "1.2.4"
  3. caqti >= "2.1.2"
  4. caqti-mirage >= "2.1.2"
  5. caqti-tls >= "2.1.2"
  6. conduit-mirage >= "7.0.0"
  7. dkim-bin >= "0.7.0"
  8. dns-resolver >= "9.0.0"
  9. git-mirage >= "3.17.0"
  10. git-paf >= "3.17.0"
  11. git-unix >= "3.17.0"
  12. http-lwt-client >= "0.3.0"
  13. http-mirage-client >= "0.0.7"
  14. ldp_tls >= "0.3.0"
  15. letters >= "0.4.0"
  16. paf >= "0.7.0"
  17. sendmail >= "0.9.0"
  18. sendmail-lwt >= "0.9.0"
  19. sendmail-mirage
  20. tls-async >= "2.0.1"
  21. tls-eio >= "2.0.1"
  22. tls-liquidsoap
  23. tls-lwt >= "2.0.1"
  24. tls-miou-unix >= "2.0.1"
  25. tls-mirage >= "2.0.1"

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.