package x509
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=742c9450821b16922f8709eaaaa871b88e2f160d8fae990448ddc0a7947e7795
sha512=f2b6c42cb0bdda6fd02acd5df957bb316d1f48755726e013272de88b0915d81ae330ef1e4fd3db21c801fb6c941ebcb446153a820936e2871b50c9ca5beb7992
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 (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.
README
X.509 - Public Key Infrastructure purely in OCaml
v0.9.0 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.
Read further and our Usenix Security 2015 paper.
Documentation
Installation
opam install x509
will install this library.
Dependencies (10)
-
domain-name
>= "0.3.0"
-
gmap
>= "0.3.0"
-
fmt
>= "0.8.7"
- rresult
-
nocrypto
>= "0.5.3"
- ptime
-
asn1-combinators
>= "0.2.0" & < "0.3.0"
-
cstruct
>= "4.0.0" & < "6.1.0"
-
dune
>= "1.2"
-
ocaml
>= "4.05.0"
Dev Dependencies (2)
-
cstruct-unix
with-test & >= "3.0.0"
-
alcotest
with-test
Used by (19)
-
calculon
= "0.4"
-
capnp-rpc-net
< "0.6.0"
-
caqti
>= "2.1.1"
-
castore
>= "0.0.2"
-
conex-nocrypto
>= "0.11.0"
-
current_github
< "0.2"
-
dkim
>= "0.3.0" & < "0.5.0"
-
dns-certify
>= "4.1.0" & < "4.4.0"
-
dns-cli
>= "4.1.0" & < "4.4.0"
- facteur
-
git-mirage
>= "3.7.0" & < "3.10.0"
-
irc-client-tls
< "0.7.0"
-
letsencrypt
< "0.2.1"
-
letters
>= "0.3.0"
-
paf
= "0.0.2"
-
sendmail-lwt
< "0.4.1"
- sendmail-miou-unix
-
tls
= "0.10.6"
-
tlstunnel
< "0.2.0"
Conflicts
None