package x509

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

Install

Dune Dependency

Authors

Maintainers

Sources

x509-0.6.1.tbz
sha256=f3821395aa7c44f9308523a1f314ffad926d51d00e2e1887ce007f9b13afc2b0
md5=a8cac9dca9bc4d39f7433403633d2223

Description

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.

Read further and our Usenix Security 2015 paper.

Tags

org:mirage

Published: 22 Dec 2017

README

X.509 - Public Key Infrastructure purely in OCaml

0.6.1 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.

Read further and our Usenix Security 2015 paper.

Documentation

API documentation

Installation

opam install x509 will install this library.

Dependencies (12)

  1. astring
  2. nocrypto >= "0.5.3"
  3. ptime
  4. asn1-combinators >= "0.2.0" & < "0.3.0"
  5. sexplib
  6. cstruct >= "1.6.0" & < "4.0.0"
  7. result
  8. topkg build
  9. ppx_sexp_conv < "v0.11.0"
  10. ocamlbuild build
  11. ocamlfind build
  12. ocaml >= "4.02.2"

Dev Dependencies (2)

  1. cstruct-unix with-test & >= "3.0.0"
  2. ounit with-test

Used by (13)

  1. calculon = "0.4"
  2. capnp-rpc-lwt = "0.3.2"
  3. caqti >= "2.1.1"
  4. castore >= "0.0.2"
  5. certify < "0.3.0"
  6. conex < "0.10.0"
  7. conex-nocrypto < "0.11.0"
  8. datakit-ci >= "0.12.4"
  9. git-mirage >= "3.7.0" & < "3.10.0"
  10. irc-client-tls < "0.7.0"
  11. paf = "0.0.2"
  12. tls >= "0.9.0" & < "0.10.3"
  13. tlstunnel

Conflicts

None

OCaml

Innovation. Community. Security.