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/X509/index.html

Module Tls_mirage.X509

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

Parameters

Signature

val authenticator : KV.t -> C.t -> [< `Noop | `CAs ] -> X509.Authenticator.a Lwt.t

authenticator store clock typ creates an authenticator, either using the given certificate authorities in the store or null.

val certificate : KV.t -> [< `Default | `Name of string ] -> (X509.t list * Nocrypto.Rsa.priv) Lwt.t

certificate store typ unmarshals a certificate chain and private key material from the store.

OCaml

Innovation. Community. Security.