package tlstunnel

  1. Overview
  2. Docs

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 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

Published: 08 Apr 2018

Dependencies (10)

  1. cmdliner
  2. sexplib
  3. lwt >= "3.0.0" & < "5.0.0"
  4. nocrypto >= "0.4.0"
  5. x509 >= "0.6.1" & < "0.7.0"
  6. tls >= "0.9.0"
  7. topkg build
  8. ocamlbuild build
  9. ocamlfind build
  10. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None