this repo has no description

Merge pull request #18443 from hannesm/release-mirage-crypto-0.9.1

[new release] mirage-crypto-pk, mirage-crypto-ec, mirage-crypto, mirage-crypto-rng, mirage-crypto-rng-mirage and mirage-crypto-rng-async (0.9.1)

Kate 965fae49 d2a255b0

Changed files
+276 -1
packages
mirage-crypto
mirage-crypto.0.9.1
mirage-crypto-ec
mirage-crypto-ec.0.9.0
mirage-crypto-ec.0.9.1
mirage-crypto-pk
mirage-crypto-pk.0.9.1
mirage-crypto-rng
mirage-crypto-rng.0.9.1
mirage-crypto-rng-async
mirage-crypto-rng-async.0.9.1
mirage-crypto-rng-mirage
mirage-crypto-rng-mirage.0.9.1
+2 -1
packages/mirage-crypto-ec/mirage-crypto-ec.0.9.0/opam
···
"ocaml-freestanding" {< "0.4.1"}
]
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
···
"sha512=7eb56f28583567824b32bf33635b15c39dd684a047455b2cc6a5f768c52ccbe6d8eac80308fac80d78c8f678b0132059fdbc219a252de6ecfd53c26c717a9a3a"
]
}
+
available: false
+64
packages/mirage-crypto-ec/mirage-crypto-ec.0.9.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Elliptic Curve Cryptography with primitives taken from Fiat"
+
description: """
+
An implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA)
+
algorithms using code from Fiat (<https://github.com/mit-plv/fiat-crypto>).
+
+
The curves P224 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1),
+
P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package.
+
"""
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
+
authors: [
+
"Hannes Mehnert <hannes@mehnert.org>"
+
"Nathan Rebours <nathan.p.rebours@gmail.com>"
+
"Clément Pascutto <clement@tarides.com>"
+
"Etienne Millon <me@emillon.org>"
+
# and from the fiat-crypto AUTHORS file
+
"Andres Erbsen <andreser@mit.edu>"
+
"Google Inc."
+
"Jade Philipoom <jadep@mit.edu> <jade.philipoom@gmail.com>"
+
"Massachusetts Institute of Technology"
+
"Zoe Paraskevopoulou <zoe.paraskevopoulou@gmail.com>"
+
]
+
license: "MIT"
+
homepage: "https://github.com/mirage/mirage-crypto"
+
doc: "https://mirage.github.io/mirage-crypto/doc"
+
bug-reports: "https://github.com/mirage/mirage-crypto/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"dune" {>= "2.6"}
+
"ocaml" {>= "4.08.0"}
+
"cstruct" {>= "3.5.0"}
+
"dune-configurator"
+
"eqaf" {>= "0.7"}
+
"mirage-crypto" {=version}
+
"mirage-crypto-rng" {=version}
+
"mirage-crypto-pk" {with-test & =version}
+
"hex" {with-test}
+
"alcotest" {with-test}
+
"asn1-combinators" {with-test & >= "0.2.5"}
+
"ppx_deriving_yojson" {with-test}
+
"ppx_deriving" {with-test}
+
"yojson" {with-test & >= "1.6.0"}
+
]
+
depopts: ["ocaml-freestanding"]
+
conflicts: [
+
"mirage-xen" {< "6.0.0"}
+
"ocaml-freestanding" {< "0.4.1"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
+
tags: ["org:mirage"]
+
x-commit-hash: "85a2c340be0480c23ec724838ac0b0b66e118882"
+
url {
+
src:
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.9.1/mirage-crypto-v0.9.1.tbz"
+
checksum: [
+
"sha256=53e0ae90f19651ab7f09156557ea5ec07bce7a52468ec6687471e0333f3e2133"
+
"sha512=8d93266ad71fabed7abeb825f427f6fc76baae48f2142f6b00f8908b7b494faf0efc60362624a27ac7c6ad90c771e4f17b5b33bd8e309bcbfeda8b9a65eb2747"
+
]
+
}
+45
packages/mirage-crypto-pk/mirage-crypto-pk.0.9.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirage/mirage-crypto"
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
+
bug-reports: "https://github.com/mirage/mirage-crypto/issues"
+
doc: "https://mirage.github.io/mirage-crypto/doc"
+
authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ]
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
+
license: "ISC"
+
synopsis: "Simple public-key cryptography for the modern age"
+
+
build: [ ["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs ]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test} ]
+
+
depends: [
+
"conf-gmp-powm-sec" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.6"}
+
"ounit" {with-test}
+
"randomconv" {with-test & >= "0.1.3"}
+
"cstruct" {>="3.2.0"}
+
"mirage-crypto" {=version}
+
"mirage-crypto-rng" {=version}
+
"sexplib"
+
"ppx_sexp_conv"
+
"zarith" {>= "1.4"}
+
"eqaf" {>= "0.7"}
+
"rresult" {>= "0.6.0"}
+
(("mirage-no-solo5" & "mirage-no-xen") | "zarith-freestanding")
+
]
+
conflicts: [
+
"mirage-xen" {< "6.0.0"}
+
]
+
description: """
+
Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
+
"""
+
x-commit-hash: "85a2c340be0480c23ec724838ac0b0b66e118882"
+
url {
+
src:
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.9.1/mirage-crypto-v0.9.1.tbz"
+
checksum: [
+
"sha256=53e0ae90f19651ab7f09156557ea5ec07bce7a52468ec6687471e0333f3e2133"
+
"sha512=8d93266ad71fabed7abeb825f427f6fc76baae48f2142f6b00f8908b7b494faf0efc60362624a27ac7c6ad90c771e4f17b5b33bd8e309bcbfeda8b9a65eb2747"
+
]
+
}
+38
packages/mirage-crypto-rng-async/mirage-crypto-rng-async.0.9.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirage/mirage-crypto"
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
+
bug-reports: "https://github.com/mirage/mirage-crypto/issues"
+
doc: "https://mirage.github.io/mirage-crypto/doc"
+
authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ]
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
+
license: "ISC"
+
synopsis: "Feed the entropy source in an Async-friendly way"
+
+
build: [ ["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs ]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test} ]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.6"}
+
"dune-configurator" {>= "2.0.0"}
+
"async"
+
"logs"
+
"mirage-crypto" {=version}
+
"mirage-crypto-rng" {=version}
+
]
+
available: os != "win32"
+
description: """
+
+
Mirage-crypto-rng-async feeds the entropy source for Mirage_crypto_rng-based
+
random number genreator implementations, in an Async-friendly way.
+
"""
+
x-commit-hash: "85a2c340be0480c23ec724838ac0b0b66e118882"
+
url {
+
src:
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.9.1/mirage-crypto-v0.9.1.tbz"
+
checksum: [
+
"sha256=53e0ae90f19651ab7f09156557ea5ec07bce7a52468ec6687471e0333f3e2133"
+
"sha512=8d93266ad71fabed7abeb825f427f6fc76baae48f2142f6b00f8908b7b494faf0efc60362624a27ac7c6ad90c771e4f17b5b33bd8e309bcbfeda8b9a65eb2747"
+
]
+
}
+41
packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.9.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirage/mirage-crypto"
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
+
bug-reports: "https://github.com/mirage/mirage-crypto/issues"
+
doc: "https://mirage.github.io/mirage-crypto/doc"
+
authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ]
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
+
license: "BSD-2-Clause"
+
synopsis: "Entropy collection for a cryptographically secure PRNG"
+
+
build: [ ["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs ]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test} ]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.6"}
+
"mirage-crypto-rng" {=version}
+
"duration"
+
"cstruct" {>= "4.0.0"}
+
"logs"
+
"lwt" {>= "4.0.0"}
+
"mirage-runtime" {>= "3.8.0"}
+
"mirage-time" {>= "2.0.0"}
+
"mirage-clock" {>= "3.0.0"}
+
"mirage-unix" {with-test & >= "3.0.0"}
+
"mirage-time-unix" {with-test & >= "2.0.0"}
+
"mirage-clock-unix" {with-test & >= "3.0.0"}
+
]
+
description: """
+
Mirage-crypto-rng-mirage provides entropy collection code for the RNG.
+
"""
+
x-commit-hash: "85a2c340be0480c23ec724838ac0b0b66e118882"
+
url {
+
src:
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.9.1/mirage-crypto-v0.9.1.tbz"
+
checksum: [
+
"sha256=53e0ae90f19651ab7f09156557ea5ec07bce7a52468ec6687471e0333f3e2133"
+
"sha512=8d93266ad71fabed7abeb825f427f6fc76baae48f2142f6b00f8908b7b494faf0efc60362624a27ac7c6ad90c771e4f17b5b33bd8e309bcbfeda8b9a65eb2747"
+
]
+
}
+43
packages/mirage-crypto-rng/mirage-crypto-rng.0.9.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirage/mirage-crypto"
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
+
bug-reports: "https://github.com/mirage/mirage-crypto/issues"
+
doc: "https://mirage.github.io/mirage-crypto/doc"
+
authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ]
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
+
license: "ISC"
+
synopsis: "A cryptographically secure PRNG"
+
+
build: [ ["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs ]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test} ]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.6"}
+
"dune-configurator" {>= "2.0.0"}
+
"duration"
+
"cstruct" {>= "4.0.0"}
+
"logs"
+
"mirage-crypto" {=version}
+
"ounit" {with-test}
+
"randomconv" {with-test & >= "0.1.3"}
+
# lwt sublibrary
+
"mtime"
+
"lwt" {>= "4.0.0"}
+
]
+
conflicts: [ "mirage-runtime" {< "3.8.0"} ]
+
description: """
+
Mirage-crypto-rng provides a random number generator interface, and
+
implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix
+
sublibrary)
+
"""
+
x-commit-hash: "85a2c340be0480c23ec724838ac0b0b66e118882"
+
url {
+
src:
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.9.1/mirage-crypto-v0.9.1.tbz"
+
checksum: [
+
"sha256=53e0ae90f19651ab7f09156557ea5ec07bce7a52468ec6687471e0333f3e2133"
+
"sha512=8d93266ad71fabed7abeb825f427f6fc76baae48f2142f6b00f8908b7b494faf0efc60362624a27ac7c6ad90c771e4f17b5b33bd8e309bcbfeda8b9a65eb2747"
+
]
+
}
+43
packages/mirage-crypto/mirage-crypto.0.9.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirage/mirage-crypto"
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
+
bug-reports: "https://github.com/mirage/mirage-crypto/issues"
+
doc: "https://mirage.github.io/mirage-crypto/doc"
+
authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ]
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
+
license: "ISC"
+
synopsis: "Simple symmetric cryptography for the modern age"
+
+
build: [ ["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs ]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test} ]
+
+
depends: [
+
"conf-pkg-config" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.6"}
+
"dune-configurator" {>= "2.0.0"}
+
"ounit" {with-test}
+
"cstruct" {>="3.2.0"}
+
"eqaf" {>= "0.7"}
+
]
+
depopts: [
+
"ocaml-freestanding"
+
]
+
conflicts: [
+
"mirage-xen" {< "6.0.0"}
+
"ocaml-freestanding" {< "0.4.1"}
+
]
+
description: """
+
Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and
+
hashes (MD5, SHA-1, SHA-2).
+
"""
+
x-commit-hash: "85a2c340be0480c23ec724838ac0b0b66e118882"
+
url {
+
src:
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.9.1/mirage-crypto-v0.9.1.tbz"
+
checksum: [
+
"sha256=53e0ae90f19651ab7f09156557ea5ec07bce7a52468ec6687471e0333f3e2133"
+
"sha512=8d93266ad71fabed7abeb825f427f6fc76baae48f2142f6b00f8908b7b494faf0efc60362624a27ac7c6ad90c771e4f17b5b33bd8e309bcbfeda8b9a65eb2747"
+
]
+
}