package x509
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=237c2a5e6d7490f5d14510188c6f47b257e6368d91516580931c7994d3108e12
sha512=b8cabf3b0a6d4f6e6c6b22e401207fe12666d01a266132c0929453c11bbd6a82d4726b809ef8c3a5b47cb8da54e8e74942e33872a6e09df01ea35f4c868b238b
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
0.7.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 (11)
Dev Dependencies (2)
-
cstruct-unix
with-test & >= "3.0.0"
-
alcotest
with-test
Used by (16)
-
calculon
= "0.4"
-
capnp-rpc-lwt
>= "0.3.3" & < "0.5.0"
-
caqti
>= "2.1.1"
-
castore
>= "0.0.2"
-
certify
= "0.3.0"
-
conex-nocrypto
>= "0.11.0"
-
current_github
< "0.2"
-
dkim
>= "0.3.0" & < "0.5.0"
- facteur
-
git-mirage
>= "3.7.0" & < "3.10.0"
-
irc-client-tls
< "0.7.0"
-
paf
= "0.0.2"
-
sendmail-lwt
< "0.4.1"
- sendmail-miou-unix
-
tls
>= "0.10.3" & < "0.10.6"
-
tlstunnel
< "0.2.0"
Conflicts
None