package x509

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

Install

Dune Dependency

Authors

Maintainers

Sources

x509-v0.10.0.tbz
sha256=7f40b17c4ae4fab6723fcd4f142cb68b97aa42e6b57e72ec143d1b874f525cb2
sha512=a4abcef7944da4c7a711e32e70ff4cf46e7698f04b8c145a4017a32faffe4ededd10a68ced81f2672c9d4a8b4cc9d50ff6e291697fe5fce3544e141334b93bb6

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: 12 Mar 2020

README

X.509 - Public Key Infrastructure purely in OCaml

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

API documentation

Installation

opam install x509 will install this library.

Dependencies (12)

  1. domain-name >= "0.3.0"
  2. gmap >= "0.3.0"
  3. fmt >= "0.8.7"
  4. rresult
  5. mirage-crypto-pk
  6. mirage-crypto
  7. base64 >= "3.1.0"
  8. ptime
  9. asn1-combinators >= "0.2.0" & < "0.3.0"
  10. cstruct >= "4.0.0" & < "6.1.0"
  11. dune >= "1.2"
  12. 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 (19)

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

Conflicts

None