x509
Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml
README
0.6.3
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.
Read further and our Usenix Security 2015 paper.
Documentation
Installation
opam install x509
will install this library.
Install
Sources
Dependencies
cstruct-unix
with-test & >= "3.0.0"
ounit
with-test
nocrypto
>= "0.5.3"
asn1-combinators
>= "0.2.0"
cstruct
>= "4.0.0" & < "6.1.0"
ppx_sexp_conv
>= "v0.11.0"
dune
>= "1.2"
ocaml
>= "4.04.2"
Reverse Dependencies
calculon
= "0.4"
capnp-rpc-lwt
= "0.3.2"
certify
< "0.3.0"
conex
< "0.10.0"
conex-nocrypto
< "0.11.0"
datakit-ci
>= "0.12.4"
dkim
>= "0.3.0"
git-mirage
>= "3.7.0"
irc-client-tls
< "0.7.0"
paf
= "0.0.2"
tls
>= "0.9.0" & < "0.10.3"