Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 821 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 821 Bytes

X.509 - Public Key Infrastructure purely in OCaml

%%VERSION%% 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

Build Status

API documentation

Installation

opam install x509 will install this library.