package tls-eio

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

Install

Dune Dependency

Authors

Maintainers

Sources

tls-0.17.4.tbz
sha256=62a4290971dffae0e436493ec06c811560e242ba810ed2a86dd749763de1a43f
sha512=0569fbfcb56e75a1ce37a317f2f00f9f3032c5b186a65d041446e39be576a4b756f8a53e078d7814837f9f8f07e66859627d2e132e33e2a7dddd9f21c3082bde

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: 27 Mar 2024

Dependencies (7)

  1. ptime >= "1.0.0"
  2. eio >= "0.12"
  3. x509 >= "0.15.0"
  4. mirage-crypto-rng >= "0.11.2"
  5. tls = version
  6. dune >= "3.0"
  7. ocaml >= "5.0.0"

Dev Dependencies (5)

  1. logs >= "0.7.0" & with-test
  2. crowbar >= "0.2.1" & with-test
  3. mdx with-test
  4. eio_main >= "0.12" & with-test
  5. mirage-crypto-rng-eio >= "0.11.2" & with-test

Used by (3)

  1. carbon
  2. cohttp-eio >= "6.0.0~beta2"
  3. mehari-eio

Conflicts

None