package x509
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=fc816ae2c65e8b42fa60d90a507b2140495e28d095ad37b27e4c268ae3c00d6c
sha512=3ca30aa78366cbb0599cce69a7bbfeaf857cc885f1367f3cf62d4236a55b40172478b73bda70c38b658dcfe9e407326f8db0a260cb36b568e3063c6eb75e0bd7
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 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.
README
X.509 - Public Key Infrastructure purely in OCaml
v1.0.6 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 our Usenix Security 2015 paper.
Documentation
Installation
opam install x509
will install this library.
Dependencies (16)
-
ipaddr
>= "5.2.0"
-
ohex
>= "0.2.0"
-
kdf
>= "1.0.0"
- logs
-
domain-name
>= "0.3.0"
-
gmap
>= "0.3.0"
-
fmt
>= "0.8.7"
- mirage-crypto-rng
-
mirage-crypto-ec
>= "0.10.7"
- mirage-crypto-pk
-
mirage-crypto
>= "1.0.0"
-
base64
>= "3.3.0"
- ptime
-
asn1-combinators
>= "0.3.1"
-
dune
>= "2.0"
-
ocaml
>= "4.13.0"
Dev Dependencies (2)
-
alcotest
with-test
-
mirage-crypto-rng
with-test & >= "1.2.0"
Used by (34)
- activitypub
- albatross
- awa
-
ca-certs
>= "0.2.3"
-
ca-certs-nss
>= "3.101-1"
- capnp-rpc-net
-
caqti
>= "2.1.1"
-
castore
>= "0.0.2"
- current_github
- dkim
-
dkim-bin
< "0.8.0"
- dns-certify
- dns-cli
-
dns-client
>= "6.3.0" & < "7.0.3"
- dns-client-mirage
- git-mirage
-
http-mirage-client
>= "0.0.8"
-
irc-client-tls
>= "0.7.0"
- jose
- letsencrypt
- letters
- mehari
-
paf
>= "0.7.0"
-
riot
>= "0.0.8"
- sendmail-lwt
- sendmail-miou-unix
- sendmail-mirage
-
tls
>= "0.15.2"
-
tls-async
< "2.0.1"
-
tls-eio
< "2.0.1"
-
tls-lwt
< "1.0.4"
- tls-miou-unix
-
tls-mirage
< "1.0.4"
- webauthn
Conflicts (1)
-
result
< "1.5"