Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/colombe/colombe.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"angstrom" {< "0.14.0"}
"ipaddr" {>= "2.9.0"}
"fmt"
"tls"
"tls" {< "0.13.0"}
"logs"
"base64"
"rresult"
Expand Down
1 change: 1 addition & 0 deletions packages/conduit-lwt-unix/conduit-lwt-unix.2.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ depends: [
depopts: ["tls" "lwt_ssl" "launchd"]
conflicts: [
"tls" {< "0.11.0"}
"tls" {>= "0.13.0"}
"ssl" {< "0.5.9"}
]
build: [
Expand Down
4 changes: 2 additions & 2 deletions packages/conduit-tls/conduit-tls.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ build: [
depends: [
"ocaml" {>= "4.07.0"}
"dune"
"conduit"
"conduit" {= version}
"ke"
"tls"
"tls" {< "0.13.0"}
"logs"
"bigstringaf"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.4.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"duration" {>= "0.1.2"}
"x509" {>= "0.10.0"}
"lwt" {>= "4.2.1"}
"tls" {>= "0.11.0"}
"tls" {>= "0.11.0" & < "0.13.0"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.4.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"duration" {>= "0.1.2"}
"x509" {>= "0.10.0"}
"lwt" {>= "4.2.1"}
"tls" {>= "0.11.0"}
"tls" {>= "0.11.0" & < "0.13.0"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.4.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"duration" {>= "0.1.2"}
"x509" {>= "0.10.0"}
"lwt" {>= "4.2.1"}
"tls" {>= "0.11.0"}
"tls" {>= "0.11.0" & < "0.13.0"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.4.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"duration" {>= "0.1.2"}
"x509" {>= "0.10.0"}
"lwt" {>= "4.2.1"}
"tls" {>= "0.11.0"}
"tls" {>= "0.11.0" & < "0.13.0"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.4.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"duration" {>= "0.1.2"}
"x509" {>= "0.10.0"}
"lwt" {>= "4.2.1"}
"tls" {>= "0.11.0"}
"tls" {>= "0.11.0" & < "0.13.0"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.4.6.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"duration" {>= "0.1.2"}
"x509" {>= "0.10.0"}
"lwt" {>= "4.2.1"}
"tls" {>= "0.11.0"}
"tls" {>= "0.11.0" & < "0.13.0"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/dns-certify/dns-certify.4.6.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ depends: [
"dns-mirage" {= version}
"randomconv" {>= "0.1.2"}
"duration" {>= "0.1.2"}
"x509" {>= "0.10.0"}
"x509" {>= "0.10.0" & < "0.12.0"}
"lwt" {>= "4.2.1"}
"tls" {>= "0.11.0"}
"tls" {>= "0.11.0" & < "0.13.0"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/gluten-lwt-unix/gluten-lwt-unix.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depopts: [
"tls"
"lwt_ssl"
]
conflicts: [ "tls" {>= "0.13.0"} ]
synopsis: "Lwt + Unix support for gluten"
url {
src:
Expand Down
2 changes: 1 addition & 1 deletion packages/paf/paf.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"mirage-stack"
"mirage-time"
"httpaf"
"tls-mirage"
"tls-mirage" {< "0.13.0"}
"mimic"
"cohttp-lwt"
"letsencrypt"
Expand Down
2 changes: 1 addition & 1 deletion packages/sendmail/sendmail.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8"}
"colombe" {= version}
"tls"
"tls" {< "0.13.0"}
"base64" {>= "3.0.0"}
"logs"
"emile" {>= "0.8" & < "1.0" & with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/sendmail/sendmail.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8"}
"colombe" {= version}
"tls"
"tls" {< "0.13.0"}
"base64" {>= "3.0.0"}
"logs"
"emile" {>= "0.8" & < "1.0" & with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/sendmail/sendmail.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8"}
"colombe" {= version}
"tls"
"tls" {< "0.13.0"}
"base64" {>= "3.0.0"}
"logs"
"emile" {>= "0.8" & with-test}
Expand Down
46 changes: 46 additions & 0 deletions packages/tls-mirage/tls-mirage.0.13.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
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.10.0"}
"fmt"
"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.
"""
x-commit-hash: "f9dd61f556d3f2790aa9eedcf2b6b3c8c99cb338"
authors: [
"David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"
]
url {
src:
"https://github.com/mirleft/ocaml-tls/releases/download/v0.13.0/tls-v0.13.0.tbz"
checksum: [
"sha256=01fc67eff2ad5cd3c59ffdb55ee64ba78772cad963f7f1a1bef0b3935eb17ccd"
"sha512=03e249c7396153f311cf0bb640dea72b630372d3d4c650d597111d0fb2c4194b2eb4dda6c5d1d4c806d2a25f9c22658cec139aa0195d9090192888cc2c337a7b"
]
}
68 changes: 68 additions & 0 deletions packages/tls/tls.0.13.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
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" {>= "4.0.0"}
"cstruct-sexp"
"sexplib"
"mirage-crypto" {>= "0.8.1"}
"mirage-crypto-ec"
"mirage-crypto-pk"
"mirage-crypto-rng" {>= "0.8.0"}
"x509" {>= "0.12.0"}
"domain-name" {>= "0.3.0"}
"fmt"
"rresult"
"cstruct-unix" {with-test & >= "3.0.0"}
"ounit2" {with-test & >= "2.2.0"}
"lwt" {>= "3.0.0"}
"ptime" {>= "0.8.1"}
"hkdf"
"logs"
"alcotest" {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).
"""
x-commit-hash: "f9dd61f556d3f2790aa9eedcf2b6b3c8c99cb338"
authors: [
"David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"
]
url {
src:
"https://github.com/mirleft/ocaml-tls/releases/download/v0.13.0/tls-v0.13.0.tbz"
checksum: [
"sha256=01fc67eff2ad5cd3c59ffdb55ee64ba78772cad963f7f1a1bef0b3935eb17ccd"
"sha512=03e249c7396153f311cf0bb640dea72b630372d3d4c650d597111d0fb2c4194b2eb4dda6c5d1d4c806d2a25f9c22658cec139aa0195d9090192888cc2c337a7b"
]
}