package x509
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=adfeb9d58f99b92e5a57f2542c72127d161f6473072d86763c8daf383184c340
md5=52fbcf55fd7fe775c0b33a81f04a92cf
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. 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.
README
X.509 - Public Key Infrastructure purely in OCaml
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.
Dependencies (10)
- astring
-
nocrypto
>= "0.5.3"
- ptime
-
asn1-combinators
>= "0.2.0" & < "0.3.0"
- sexplib
- cstruct-sexp
-
cstruct
>= "4.0.0" & < "6.1.0"
-
ppx_sexp_conv
>= "v0.11.0"
-
dune
>= "1.2"
-
ocaml
>= "4.04.2"
Dev Dependencies (2)
-
cstruct-unix
with-test & >= "3.0.0"
-
ounit
with-test
Used by (15)
-
calculon
= "0.4"
-
capnp-rpc-lwt
= "0.3.2"
-
caqti
>= "2.1.1"
-
castore
>= "0.0.2"
-
certify
< "0.3.0"
-
conex
< "0.10.0"
-
conex-nocrypto
< "0.11.0"
-
datakit-ci
>= "0.12.4"
-
dkim
>= "0.3.0" & < "0.5.0"
-
git-mirage
>= "3.7.0" & < "3.10.0"
-
irc-client-tls
< "0.7.0"
-
paf
= "0.0.2"
- sendmail-miou-unix
-
tls
>= "0.9.0" & < "0.10.3"
- tlstunnel
Conflicts (1)
-
ppx_sexp_conv
= "v0.11.0"