package tls

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

Install

Dune Dependency

Authors

Maintainers

Sources

tls-0.10.2.tbz
sha256=d5f7deef9445e6d0d877a98a64ba36b610cab3b4bbd01520aff7934611994e7b
md5=3d7dfafe777c20cf9314eef704c3650b

doc/tls.mirage/Tls_mirage/index.html

Module Tls_mirage

Effectful operations using Mirage for pure TLS.

module Make (F : Mirage_flow_lwt.S) : sig ... end

TLS module given a flow

module X509 (KV : Mirage_kv_lwt.RO) (C : Mirage_clock.PCLOCK) : sig ... end

X.509 handling given a key value store and a clock

OCaml

Innovation. Community. Security.