package tls-eio

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

Install

Dune Dependency

Authors

Maintainers

Sources

tls-0.15.4.tbz
sha256=5f8d1d56b06f6069efd1d0a3de0c45cb488d3d13eb7f132c84ec7ba3f0d1c382
sha512=333352cb90bd1a43763571373e61fea1c0ea31f81ef728069344bf807e5a1916d3e249260b37bae62128961f4f7cbfd3cb22b1541088aa241e4637aec7aa7876

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 further and our Usenix Security 2015 paper.

Tags

org:mirage

Published: 28 Sep 2022

README

TLS - Transport Layer Security purely in OCaml

v0.15.4

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 further and our Usenix Security 2015 paper.

Documentation

API documentation

Installation

opam install tls will install this library.

Dependencies (6)

  1. eio >= "0.5" & < "0.10"
  2. x509 >= "0.15.0"
  3. mirage-crypto-rng >= "0.8.0"
  4. tls = version
  5. dune >= "3.0"
  6. ocaml >= "5.0.0"

Dev Dependencies (3)

  1. mdx with-test
  2. eio_main >= "0.5" & with-test
  3. mirage-crypto-rng-eio >= "0.8.0" & with-test

Used by (1)

  1. carbon

Conflicts

None