proxy: use TLS via tokio-tls

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-02-04 14:56:07 +01:00
parent b369f720f5
commit 0d176f3681
2 changed files with 32 additions and 5 deletions

View File

@ -19,6 +19,8 @@ url = "1.7"
futures = "0.1"
tokio-threadpool = "0.1"
tokio = "0.1"
tokio-tls = "0.2.1"
native-tls = "0.2.2"
http = "0.1"
hyper = "0.12"
lazy_static = "1.1"
@ -35,4 +37,4 @@ walkdir = "2"
md5 = "0.6"
base64 = "0.10"
pam-sys = "0.5"
pam-auth = "0.5"
pam-auth = "0.5"