x509version

Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml

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. The Public Key Cryptography Standards (PKCS) defines encoding and decoding (in ASN.1 DER and PEM format), which is also implemented by this library - namely PKCS 1, PKCS 7, PKCS 8, PKCS 9 and PKCS 10.

Tags org:mirage
AuthorsHannes Mehnert <hannes@mehnert.org> and David Kaloper <dk505@cam.ac.uk>
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/mirleft/ocaml-x509
Issue Trackerhttps://github.com/mirleft/ocaml-x509/issues
MaintainerHannes Mehnert <hannes@mehnert.org>
Dependencies
Source [http] https://github.com/mirleft/ocaml-x509/releases/download/v0.11.2/x509-v0.11.2.tbz
sha256=42ccf807a7b397b8f5411d261f64ae3cb671e59b2a2f10f16b507a5ae16594ac
sha512=e7f9757f74e2b4caa4f5fb2eb801aa203ba1b77ab7629f01a4bd6e4a02cb82dc67bd97353d45999a5862519b2c704b8285f5e36115efc3e01553379a6f9d1f6c
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/x509/x509.0.11.2/opam
Required by
Optionally used by