···
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"}
25
+
"mirage-crypto-rng" {with-test & >= "0.11.0"}
27
+
"alcotest" {with-test}
28
+
"cstruct-unix" {with-test & >= "3.0.0"}
30
+
"domain-name" {>= "0.3.0"}
33
+
"ipaddr" {>= "5.2.0"}
35
+
conflicts: [ "result" {< "1.5"} ]
37
+
["dune" "subst"] {dev}
38
+
["dune" "build" "-p" name "-j" jobs]
39
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
41
+
dev-repo: "git+https://github.com/mirleft/ocaml-x509.git"
42
+
synopsis: "Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml"
44
+
X.509 is a public key infrastructure used mostly on the Internet. It consists
45
+
of certificates which include public keys and identifiers, signed by an
46
+
authority. Authorities must be exchanged over a second channel to establish the
47
+
trust relationship. This library implements most parts of RFC5280 and RFC6125.
48
+
The Public Key Cryptography Standards (PKCS) defines encoding and decoding
49
+
(in ASN.1 DER and PEM format), which is also implemented by this library -
50
+
namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.
54
+
"https://github.com/mirleft/ocaml-x509/releases/download/v0.16.5/x509-0.16.5.tbz"
56
+
"sha256=149e25a5fea37f619fb2690bee5c00f01c9dcf31d335f8ffcaab39a7538ccd99"
57
+
"sha512=6dd494dba799eab7edde2af1b63bac6035bf4ae06f3a36dd4fa9abcd13d0c3fe3e93dc5848b65405dc5401b1755fd30c71482cb91f7495bc9cfb7c5bf15ef6d7"
60
+
x-commit-hash: "b00656d2952282323604765d504dfea067b17879"