···
3
+
"Hannes Mehnert <hannes@mehnert.org>"
6
+
"Hannes Mehnert <hannes@mehnert.org>"
7
+
"David Kaloper <dk505@cam.ac.uk>"
9
+
license: "BSD-2-Clause"
11
+
homepage: "https://github.com/mirleft/ocaml-x509"
12
+
doc: "https://mirleft.github.io/ocaml-x509/doc"
13
+
bug-reports: "https://github.com/mirleft/ocaml-x509/issues"
15
+
"ocaml" {>= "4.08.0"}
17
+
"cstruct" {>= "6.0.0"}
18
+
"asn1-combinators" {>= "0.2.0"}
20
+
"base64" {>= "3.3.0"}
23
+
"mirage-crypto-ec" {>= "0.10.7"}
26
+
"alcotest" {with-test}
27
+
"cstruct-unix" {with-test & >= "3.0.0"}
29
+
"domain-name" {>= "0.3.0"}
32
+
"ipaddr" {>= "5.2.0"}
34
+
conflicts: [ "result" {< "1.5"} ]
36
+
["dune" "subst"] {dev}
37
+
["dune" "build" "-p" name "-j" jobs]
38
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
40
+
dev-repo: "git+https://github.com/mirleft/ocaml-x509.git"
41
+
synopsis: "Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml"
43
+
X.509 is a public key infrastructure used mostly on the Internet. It consists
44
+
of certificates which include public keys and identifiers, signed by an
45
+
authority. Authorities must be exchanged over a second channel to establish the
46
+
trust relationship. This library implements most parts of RFC5280 and RFC6125.
47
+
The Public Key Cryptography Standards (PKCS) defines encoding and decoding
48
+
(in ASN.1 DER and PEM format), which is also implemented by this library -
49
+
namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.
53
+
"https://github.com/mirleft/ocaml-x509/releases/download/v0.16.2/x509-0.16.2.tbz"
55
+
"sha256=65ffd966350091e59ed385cb9aa30a81bc4dfea7bf6759a928cf36bde5d57f62"
56
+
"sha512=80b198ecb6ed05984a4e7e4dbb08ca685817b914bd9d6d05753c912b1f34a02d2dd60636c240a1c88819e6167c314607725d7cca716281b3ba5ee122c907eedc"
59
+
x-commit-hash: "10a91ef799ac4ffaaac4fd8bc0ecf5f0aa8f27d4"