package tls-lwt

  1. Overview
  2. Docs
Transport Layer Security purely in OCaml, Lwt layer

Install

Dune Dependency

Authors

Maintainers

Sources

tls-2.0.0.tbz
sha256=68470d6ba8480075908c0cc69ffe82abbcbb83ab7f988d266335a19f12c26a62
sha512=a708ccf04c2de7beb12737fed324f968e3828f996757c7ec6f4dcbb25c07408772b9c1fa8b5178d63f4cbdd6b121b1b189d2c17ca8e1baf459a5476ad20b3c04

Description

Tls-lwt provides an effectful Tls_lwt module to be used with Lwt.

Tags

org:mirage

Published: 06 Feb 2025

README

TLS - Transport Layer Security purely in OCaml

v2.0.0

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 for further details.

Documentation

API documentation

Installation

opam install tls will install this library.

You can also build this locally by conducting the steps:

opam install --deps-only -t . # or a named package instead of `.` - i.e. ./tls-lwt.opam
dune build --profile=release # you can also put a package list here, i.e. tls,tls-lwt -- you can also use `@all` target to compile examples as well

Dependencies (7)

  1. ptime >= "0.8.1"
  2. cmdliner >= "1.1.0"
  3. lwt >= "5.7.0"
  4. mirage-crypto-rng >= "1.2.0"
  5. tls = version
  6. dune >= "3.0"
  7. ocaml >= "4.13.0"

Dev Dependencies (1)

  1. randomconv with-test & >= "0.2.0"

Used by (10)

  1. albatross >= "2.2.0"
  2. current_github >= "0.7.0"
  3. current_slack >= "0.7.0"
  4. dns-client-lwt >= "9.0.0"
  5. emoji >= "2.0.0"
  6. http-lwt-client >= "0.3.0"
  7. ldp_tls >= "0.3.0"
  8. letters >= "0.4.0"
  9. sendmail-lwt >= "0.9.0"
  10. smtml >= "0.3.1"

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.