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, which is also partially implemented by this library - namely PKCS 1, PKCS 7, PKCS 8, PKCS 9 and PKCS 10.

Tags org:mirage
AuthorsDavid Kaloper <david@numm.org> and Hannes Mehnert <hannes@mehnert.org>
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/mirleft/ocaml-x509
Issue Trackerhttps://github.com/mirleft/ocaml-x509/issues
MaintainersHannes Mehnert <hannes@mehnert.org> and David Kaloper <david@numm.org>
Dependencies
Conflicts
Source [http] https://github.com/mirleft/ocaml-x509/releases/download/0.6.3/x509-0.6.3.tbz
md5=52fbcf55fd7fe775c0b33a81f04a92cf
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/x509/x509.0.6.3/opam
Required by
Optionally used by