package x509

  1. Overview
  2. Docs
Public Key Infrastructure purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

x509-0.6.0.tbz
sha256=fdb0a636d288753067929abe6c434f9703503687b93a7300f177a513881eb15e
md5=e0bf6b2bed4dea68381978f0ece8eb29

README.md.html

X.509 - Public Key Infrastructure purely in OCaml

0.6.0 X.509 is a public key infrastructure used mostly on the Internet. It consists of certificates which include public keys and identifiers, signed by an authority. Authorities must be exchanged over a second channel to establish the trust relationship. This library implements most parts of RFC5280 and [RFC6125]((https://tools.ietf.org/html/rfc6125).

Read further and our Usenix Security 2015 paper.

Documentation

API documentation

Installation

opam install x509 will install this library.

OCaml

Innovation. Community. Security.