this repo has no description

[new release] tls (6 packages) (1.0.4)

CHANGES:

* Removed links to nqsb (we're no longer in charge of that domain)
(23c0deef586df4a1732efbf8d8da006111ca76e0,
f6455e37513a74da63dc8819dfc8dd1aaebafb9a, fixes mirleft/ocaml-tls#512 reported by @msub2)

Changed files
+294
packages
tls
tls.1.0.4
tls-async
tls-async.1.0.4
tls-eio
tls-eio.1.0.4
tls-lwt
tls-lwt.1.0.4
tls-miou-unix
tls-miou-unix.1.0.4
tls-mirage
tls-mirage.1.0.4
+47
packages/tls-async/tls-async.1.0.4/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.14.0"}
+
"dune" {>= "3.0"}
+
"tls" {= version}
+
"ptime" {>= "0.8.1"}
+
"async" {>= "v0.16"}
+
"async_unix" {>= "v0.16"}
+
"core" {>= "v0.16"}
+
"core_unix" {>= "v0.16"}
+
"cstruct-async"
+
"ppx_jane" {>= "v0.16"}
+
"mirage-crypto-rng-async" {>= "1.0.0"}
+
]
+
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/v1.0.4/tls-1.0.4.tbz"
+
checksum: [
+
"sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8"
+
"sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158"
+
]
+
}
+
x-commit-hash: "394863a5fccb2f59d0779e571ce6092cda2e8f8f"
+54
packages/tls-eio/tls-eio.1.0.4/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"
+
authors: ["Thomas Leonard"]
+
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 & os != "macos"}
+
]
+
+
depends: [
+
"ocaml" {>= "5.0.0"}
+
"dune" {>= "3.0"}
+
"tls" {= version}
+
"mirage-crypto-rng" {>= "1.0.0"}
+
"mirage-crypto-rng-eio" {with-test & >= "1.0.0"}
+
"eio" {>= "0.12"}
+
"eio_main" {>= "0.12" with-test}
+
"mdx" {with-test}
+
"crowbar" {>= "0.2.1" with-test}
+
"logs" {>= "0.7.0" with-test}
+
"ptime" {>= "1.0.0"}
+
]
+
tags: [ "org:mirage"]
+
synopsis: "Transport Layer Security purely in OCaml - Eio"
+
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 our [Usenix Security 2015 paper](https://www.usenix.org/conference/usenixsecurity15/technical-sessions/presentation/kaloper-mersinjak).
+
"""
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-tls/releases/download/v1.0.4/tls-1.0.4.tbz"
+
checksum: [
+
"sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8"
+
"sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158"
+
]
+
}
+
x-commit-hash: "394863a5fccb2f59d0779e571ce6092cda2e8f8f"
+42
packages/tls-lwt/tls-lwt.1.0.4/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.13.0"}
+
"dune" {>= "3.0"}
+
"tls" {= version}
+
"mirage-crypto-rng-lwt" {>= "1.0.0"}
+
"lwt" {>= "5.7.0"}
+
"cmdliner" {>= "1.1.0"}
+
"ptime" {>= "0.8.1"}
+
"randomconv" {with-test & >= "0.2.0"}
+
]
+
conflicts: [ "result" {< "1.5"} ]
+
tags: [ "org:mirage"]
+
synopsis: "Transport Layer Security purely in OCaml, Lwt layer"
+
description: """
+
Tls-lwt provides an effectful Tls_lwt module to be used with Lwt.
+
"""
+
authors: [
+
"David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"
+
]
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-tls/releases/download/v1.0.4/tls-1.0.4.tbz"
+
checksum: [
+
"sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8"
+
"sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158"
+
]
+
}
+
x-commit-hash: "394863a5fccb2f59d0779e571ce6092cda2e8f8f"
+42
packages/tls-miou-unix/tls-miou-unix.1.0.4/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/"
+
maintainer: ["Romain Calascibetta <romain.calascibetta@gmail.com>"]
+
license: "BSD-2-Clause"
+
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "5.0.0"}
+
"dune" {>= "3.0"}
+
"tls" {= version}
+
"mirage-crypto-rng-miou-unix" {>= "1.0.0" & with-test}
+
"x509" {>= "1.0.0"}
+
"miou" {>= "0.3.0"}
+
"crowbar" {with-test}
+
"rresult" {with-test}
+
"ohex" {with-test}
+
"ptime" {with-test}
+
"hxd" {with-test}
+
]
+
tags: [ "org:mirage"]
+
synopsis: "Transport Layer Security purely in OCaml, Miou+Unix layer"
+
description: """
+
Tls-miou provides an effectful Tls_miou module to be used with Miou and Unix.
+
"""
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-tls/releases/download/v1.0.4/tls-1.0.4.tbz"
+
checksum: [
+
"sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8"
+
"sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158"
+
]
+
}
+
x-commit-hash: "394863a5fccb2f59d0779e571ce6092cda2e8f8f"
+45
packages/tls-mirage/tls-mirage.1.0.4/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.13.0"}
+
"dune" {>= "3.0"}
+
"tls" {= version}
+
"fmt" {>= "0.8.7"}
+
"lwt" {>= "3.0.0"}
+
"mirage-flow" {>= "4.0.0"}
+
"mirage-kv" {>= "3.0.0"}
+
"mirage-clock" {>= "3.0.0"}
+
"ptime" {>= "0.8.1"}
+
"mirage-crypto" {>= "1.0.0"}
+
"mirage-crypto-pk" {>= "1.0.0"}
+
]
+
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/v1.0.4/tls-1.0.4.tbz"
+
checksum: [
+
"sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8"
+
"sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158"
+
]
+
}
+
x-commit-hash: "394863a5fccb2f59d0779e571ce6092cda2e8f8f"
+64
packages/tls/tls.1.0.4/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.13.0"}
+
"dune" {>= "3.0"}
+
"mirage-crypto" {>= "1.1.0"}
+
"mirage-crypto-ec" {>= "1.0.0"}
+
"mirage-crypto-pk" {>= "1.0.0"}
+
"mirage-crypto-rng" {>= "1.0.0"}
+
"x509" {>= "1.0.0"}
+
"domain-name" {>= "0.3.0"}
+
"fmt" {>= "0.8.7"}
+
"ounit2" {with-test & >= "2.2.0"}
+
"kdf" {>= "1.0.0"}
+
"logs"
+
"ipaddr"
+
"ohex" {>= "0.2.0"}
+
"digestif" {>= "1.2.0"}
+
"alcotest" {with-test}
+
"cmdliner" {with-test & >= "1.3.0"}
+
]
+
conflicts: [ "result" {< "1.5"} ]
+
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 our [Usenix Security 2015 paper](https://www.usenix.org/conference/usenixsecurity15/technical-sessions/presentation/kaloper-mersinjak).
+
"""
+
available: [ arch != "arm32" ]
+
authors: [
+
"David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"
+
]
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-tls/releases/download/v1.0.4/tls-1.0.4.tbz"
+
checksum: [
+
"sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8"
+
"sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158"
+
]
+
}
+
x-commit-hash: "394863a5fccb2f59d0779e571ce6092cda2e8f8f" # see SIGBUS failures at https://github.com/ocaml/opam-repository/pull/26387