-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathopam
31 lines (30 loc) · 1006 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
opam-version: "2.0"
name: "tlstunnel"
maintainer: "Hannes Mehnert <[email protected]>"
authors: "Hannes Mehnert <[email protected]>"
license: "BSD2"
homepage: "https://github.com/hannesm/tlstunnel"
bug-reports: "https://github.com/hannesm/tlstunnel/issues"
depends: [
"ocaml" {>= "4.04.2"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"tls" {>= "0.9.0"}
"x509" {>= "0.7.0"}
"nocrypto" {>= "0.4.0"}
"lwt" {>= "3.0.0"}
"sexplib"
"cmdliner"
"fmt"
]
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
dev-repo: "git+https://github.com/hannesm/tlstunnel.git"
synopsis: "A TLS reverse proxy"
description: """
Who needs a stunnel if you have a tls tunnel?
`tlstunnel` is picky; it won't accept connections:
- which do not contain the [secure renegotiation](https://tools.ietf.org/html/rfc5746) extension
- which speak SSL version 3
- if the given certificate chain is not valid (or contains an X.509 version 1 certificate, or less than 1024 bits RSA public key
"""