package tls

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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