package x509

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

Install

Dune Dependency

Authors

Maintainers

Sources

x509-v0.11.2.tbz
sha256=42ccf807a7b397b8f5411d261f64ae3cb671e59b2a2f10f16b507a5ae16594ac
sha512=e7f9757f74e2b4caa4f5fb2eb801aa203ba1b77ab7629f01a4bd6e4a02cb82dc67bd97353d45999a5862519b2c704b8285f5e36115efc3e01553379a6f9d1f6c

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: 14 May 2020

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 (4)

  1. mirage-crypto-pk with-test & < "0.8.9"
  2. mirage-crypto-rng with-test & < "0.11.0"
  3. cstruct-unix with-test & >= "3.0.0"
  4. 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.2.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