package x509

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

Install

Dune Dependency

Authors

Maintainers

Sources

x509-v0.7.1.tbz
sha256=3cc0aecd83aee1be52caf52483608279e3d6ce5ded6e6741c49cbb50dba3d342
sha512=10bea21d06fe67a7eb9e0eca82a603f706529eaaed85206ab0e4f469b624ac9d69045b8fed79f345b1ff3f9dc2bb1ef6acea05ff7540d08880d33ea0a1ecc009

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: 11 Aug 2019

README

X.509 - Public Key Infrastructure purely in OCaml

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

  1. domain-name >= "0.3.0"
  2. gmap >= "0.3.0"
  3. fmt
  4. rresult
  5. nocrypto >= "0.5.3"
  6. ptime
  7. asn1-combinators >= "0.2.0" & < "0.3.0"
  8. cstruct >= "4.0.0" & < "6.1.0"
  9. dune >= "1.2"
  10. ocaml >= "4.04.2"

Dev Dependencies (2)

  1. cstruct-unix with-test & >= "3.0.0"
  2. alcotest with-test

Used by (17)

  1. calculon = "0.4"
  2. capnp-rpc-lwt >= "0.3.3" & < "0.5.0"
  3. caqti >= "2.1.1"
  4. castore >= "0.0.2"
  5. certify = "0.3.1"
  6. conex-nocrypto >= "0.11.0"
  7. current_github < "0.2"
  8. dkim >= "0.3.0" & < "0.5.0"
  9. dns-certify < "4.1.0"
  10. dns-cli < "4.1.0"
  11. facteur
  12. git-mirage >= "3.7.0" & < "3.10.0"
  13. irc-client-tls < "0.7.0"
  14. paf = "0.0.2"
  15. sendmail-lwt < "0.4.1"
  16. tls >= "0.10.3" & < "0.10.6"
  17. tlstunnel < "0.2.0"

Conflicts

None