this repo has no description

Merge pull request #19716 from hannesm/release-tls-v0.15.0

[new release] tls, tls-mirage and tls-async (0.15.0)

Changed files
+172 -7
packages
conduit-mirage
conduit-mirage.2.3.0
conduit-mirage.4.0.0
conduit-mirage.4.0.1
tls
tls.0.15.0
tls-async
tls-async.0.15.0
tls-mirage
tls-mirage.0.15.0
+2 -2
packages/conduit-mirage/conduit-mirage.2.3.0/opam
···
"conduit-lwt" {=version}
"vchan" {>= "5.0.0"}
"xenstore"
-
"tls" {>= "0.11.0"}
-
"tls-mirage" {>= "0.11.0"}
+
"tls" {>= "0.11.0" & < "0.15.0"}
+
"tls-mirage" {>= "0.11.0" & < "0.15.0"}
"ca-certs-nss"
"ipaddr" {>= "3.0.0"}
"ipaddr-sexp"
+3 -3
packages/conduit-mirage/conduit-mirage.4.0.0/opam
···
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
depends: [
"ocaml" {>= "4.07.0"}
-
"dune"
+
"dune" {>= "2.0.0"}
"ppx_sexp_conv" {>="v0.13.0"}
"sexplib"
"uri" {>= "4.0.0"}
···
"conduit-lwt" {=version}
"vchan" {>= "5.0.0"}
"xenstore"
-
"tls" {>= "0.11.0"}
-
"tls-mirage" {>= "0.11.0"}
+
"tls" {>= "0.11.0" & < "0.15.0"}
+
"tls-mirage" {>= "0.11.0" & < "0.15.0"}
"ca-certs-nss"
"ipaddr" {>= "3.0.0"}
"ipaddr-sexp"
+2 -2
packages/conduit-mirage/conduit-mirage.4.0.1/opam
···
"conduit-lwt" {=version}
"vchan" {>= "5.0.0"}
"xenstore"
-
"tls" {>= "0.11.0"}
-
"tls-mirage" {>= "0.11.0"}
+
"tls" {>= "0.11.0" & < "0.15.0"}
+
"tls-mirage" {>= "0.11.0" & < "0.15.0"}
"ca-certs-nss"
"ipaddr" {>= "3.0.0"}
"ipaddr-sexp"
+48
packages/tls-async/tls-async.0.15.0/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirleft/ocaml-tls"
+
dev-repo: "git+https://github.com/mirleft/ocaml-tls.git"
+
bug-reports: "https://github.com/mirleft/ocaml-tls/issues"
+
doc: "https://mirleft.github.io/ocaml-tls/doc"
+
maintainer: ["Hannes Mehnert <hannes@mehnert.org>" "David Kaloper <david@numm.org>"]
+
license: "BSD-2-Clause"
+
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "1.0"}
+
"tls" {= version}
+
"x509" {>= "0.14.0"}
+
"ptime" {>= "0.8.1"}
+
"async" {>= "v0.14"}
+
"async_find" {>= "v0.14"}
+
"async_unix" {>= "v0.14"}
+
"core" {>= "v0.14"}
+
"cstruct-async"
+
"ppx_jane" {>= "v0.14"}
+
"mirage-crypto-rng-async"
+
]
+
tags: [ "org:mirage"]
+
synopsis: "Transport Layer Security purely in OCaml, Async layer"
+
description: """
+
Tls-async provides Async-friendly tls bindings
+
"""
+
authors: [
+
"David Kaloper <david@numm.org>"
+
"Hannes Mehnert <hannes@mehnert.org>"
+
"Eric Ebinger <github@eric.theebingers.com>"
+
"Calascibetta Romain <romain.calascibetta@gmail.com>"
+
]
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-tls/releases/download/v0.15.0/tls-v0.15.0.tbz"
+
checksum: [
+
"sha256=07a0f5766fdafa5f1e257dfc3ec1bb1dd0696885ff974498489fe1a414780919"
+
"sha512=6b6bd65142a4f0e6e150df014e8375066ac4ebe644592022d3f3bdcf3c0c67709e682a943bc7645ae2b71ac72086d92ba4e1805d63b15909592522dc05130483"
+
]
+
}
+
x-commit-hash: "6e13d2f9f4a47427ac330e4465b57bd45bb3ef86"
+46
packages/tls-mirage/tls-mirage.0.15.0/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirleft/ocaml-tls"
+
dev-repo: "git+https://github.com/mirleft/ocaml-tls.git"
+
bug-reports: "https://github.com/mirleft/ocaml-tls/issues"
+
doc: "https://mirleft.github.io/ocaml-tls/doc"
+
maintainer: ["Hannes Mehnert <hannes@mehnert.org>" "David Kaloper <david@numm.org>"]
+
license: "BSD-2-Clause"
+
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "1.0"}
+
"tls" {= version}
+
"x509" {>= "0.13.0"}
+
"fmt" {>= "0.8.7"}
+
"lwt" {>= "3.0.0"}
+
"mirage-flow" {>= "2.0.0"}
+
"mirage-kv" {>= "3.0.0"}
+
"mirage-clock" {>= "3.0.0"}
+
"ptime" {>= "0.8.1"}
+
"mirage-crypto"
+
"mirage-crypto-pk"
+
]
+
tags: [ "org:mirage"]
+
synopsis: "Transport Layer Security purely in OCaml, MirageOS layer"
+
description: """
+
Tls-mirage provides an effectful FLOW module to be used in the MirageOS
+
ecosystem.
+
"""
+
authors: [
+
"David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"
+
]
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-tls/releases/download/v0.15.0/tls-v0.15.0.tbz"
+
checksum: [
+
"sha256=07a0f5766fdafa5f1e257dfc3ec1bb1dd0696885ff974498489fe1a414780919"
+
"sha512=6b6bd65142a4f0e6e150df014e8375066ac4ebe644592022d3f3bdcf3c0c67709e682a943bc7645ae2b71ac72086d92ba4e1805d63b15909592522dc05130483"
+
]
+
}
+
x-commit-hash: "6e13d2f9f4a47427ac330e4465b57bd45bb3ef86"
+71
packages/tls/tls.0.15.0/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/mirleft/ocaml-tls"
+
dev-repo: "git+https://github.com/mirleft/ocaml-tls.git"
+
bug-reports: "https://github.com/mirleft/ocaml-tls/issues"
+
doc: "https://mirleft.github.io/ocaml-tls/doc"
+
maintainer: ["Hannes Mehnert <hannes@mehnert.org>" "David Kaloper <david@numm.org>"]
+
license: "BSD-2-Clause"
+
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "1.0"}
+
"ppx_sexp_conv" {>= "v0.9.0"}
+
"ppx_cstruct" {>= "3.0.0"}
+
"cstruct" {>= "6.0.0"}
+
"cstruct-sexp"
+
"sexplib"
+
"mirage-crypto" {>= "0.8.1"}
+
"mirage-crypto-ec" {>= "0.10.0"}
+
"mirage-crypto-pk"
+
"mirage-crypto-rng" {>= "0.8.0"}
+
"x509" {>= "0.15.0"}
+
"domain-name" {>= "0.3.0"}
+
"fmt" {>= "0.8.7"}
+
"rresult"
+
"cstruct-unix" {with-test & >= "3.0.0"}
+
"ounit2" {with-test & >= "2.2.0"}
+
"lwt" {>= "3.0.0"}
+
"ptime" {>= "0.8.1"}
+
"hkdf"
+
"logs"
+
"ipaddr"
+
"ipaddr-sexp"
+
"alcotest" {with-test}
+
"randomconv" {with-test}
+
]
+
+
tags: [ "org:mirage"]
+
synopsis: "Transport Layer Security purely in OCaml"
+
description: """
+
Transport Layer Security (TLS) is probably the most widely deployed security
+
protocol on the Internet. It provides communication privacy to prevent
+
eavesdropping, tampering, and message forgery. Furthermore, it optionally
+
provides authentication of the involved endpoints. TLS is commonly deployed for
+
securing web services ([HTTPS](http://tools.ietf.org/html/rfc2818)), emails,
+
virtual private networks, and wireless networks.
+
+
TLS uses asymmetric cryptography to exchange a symmetric key, and optionally
+
authenticate (using X.509) either or both endpoints. It provides algorithmic
+
agility, which means that the key exchange method, symmetric encryption
+
algorithm, and hash algorithm are negotiated.
+
+
Read [further](https://nqsb.io) and our [Usenix Security 2015 paper](https://usenix15.nqsb.io).
+
"""
+
authors: [
+
"David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"
+
]
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-tls/releases/download/v0.15.0/tls-v0.15.0.tbz"
+
checksum: [
+
"sha256=07a0f5766fdafa5f1e257dfc3ec1bb1dd0696885ff974498489fe1a414780919"
+
"sha512=6b6bd65142a4f0e6e150df014e8375066ac4ebe644592022d3f3bdcf3c0c67709e682a943bc7645ae2b71ac72086d92ba4e1805d63b15909592522dc05130483"
+
]
+
}
+
x-commit-hash: "6e13d2f9f4a47427ac330e4465b57bd45bb3ef86"