package x509

  1. Overview
  2. Docs
Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

x509-1.0.6.tbz
sha256=fc816ae2c65e8b42fa60d90a507b2140495e28d095ad37b27e4c268ae3c00d6c
sha512=3ca30aa78366cbb0599cce69a7bbfeaf857cc885f1367f3cf62d4236a55b40172478b73bda70c38b658dcfe9e407326f8db0a260cb36b568e3063c6eb75e0bd7

doc/x509/X509/Host/index.html

Module X509.HostSource

Hostnames (strict, wildcard), used for validation.

type t = [ `Strict | `Wildcard ] * [ `host ] Domain_name.t

The polymorphic variant for hostname validation.

val pp : t Fmt.t

pp ppf host pretty-prints host on ppf: if it is a wildcard, "*." is prefixed to the domain name.

module Set : sig ... end

The module for a set of hostnames.

OCaml

Innovation. Community. Security.