package x509

  1. Overview
  2. Docs
Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

x509-v0.11.1.tbz
sha256=2ce5dd40d3da46d86b07510847aa307c2274ffb87c5c9a4f09ff1fd72bc7b2ee
sha512=b232778e22adf20da7207ecd5a6893eab256ab083548e540e76034cd5196593d8a1d6b77fb387ba960071a6acd8b0e0dc0aa390b1e5e7a1699880d46342123d1

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.

Tags

org:mirage

Published: 28 Apr 2020

README

X.509 - Public Key Infrastructure purely in OCaml

v0.11.1 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

API documentation

Installation

opam install x509 will install this library.

Dependencies (13)

  1. logs
  2. domain-name >= "0.3.0"
  3. gmap >= "0.3.0"
  4. fmt >= "0.8.7"
  5. rresult
  6. mirage-crypto-pk
  7. mirage-crypto
  8. base64 >= "3.1.0"
  9. ptime
  10. asn1-combinators >= "0.2.0" & < "0.3.0"
  11. cstruct >= "4.0.0" & < "6.1.0"
  12. dune >= "1.2"
  13. ocaml >= "4.07.0"

Dev Dependencies (3)

  1. mirage-crypto-rng with-test & < "0.11.0"
  2. cstruct-unix with-test & >= "3.0.0"
  3. alcotest with-test

Used by (22)

  1. albatross < "1.1.1"
  2. awa < "0.0.2"
  3. ca-certs < "0.2.1"
  4. ca-certs-nss < "3.64.0.1"
  5. capnp-rpc-net >= "0.7.0" & < "1.1"
  6. caqti >= "2.1.1"
  7. castore >= "0.0.2"
  8. conex-mirage-crypto
  9. current_github >= "0.2"
  10. dkim >= "0.3.0" & < "0.5.0"
  11. dns-certify >= "4.4.0" & < "5.0.0"
  12. dns-cli >= "4.4.0" & < "5.0.1"
  13. git-mirage >= "3.7.0" & < "3.10.0"
  14. irc-client-tls >= "0.7.0"
  15. jose < "0.6.0"
  16. letsencrypt >= "0.2.2" & < "0.2.5"
  17. letters
  18. paf = "0.0.2"
  19. sendmail-lwt < "0.4.1"
  20. tls >= "0.11.1" & < "0.13.0"
  21. tls-mirage < "0.13.1"
  22. tlstunnel < "0.2.0"

Conflicts

None