File: control

package info (click to toggle)
slt 0.0.git20140301-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 32
  • sloc: makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download
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
32
33
34
Source: slt
Section: devel
Priority: extra
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper (>= 9),
 dh-golang,
 golang-go,
 golang-vhost-dev,
 golang-goyaml-dev,
 golang-gocheck-dev,
 ruby-ronn
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/slt.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/slt.git
Homepage: https://github.com/inconshreveable/slt

Package: slt
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 dpkg-dev
Built-Using:
 ${misc:Built-Using}
Description: TLS reverse-proxy with SNI multiplexing (TLS virtual hosts)
 slt lets a user accept TLS/SSL connections for multiple different
 applications on the same port and the server can forward them all to
 the appropriate backend hosts depending on the intended destination.
 .
 slt is capable of either terminating the TLS and passing the
 cleartext traffic to the origin server (if it has appropriate key
 material), or just passing the encrypted traffic along (if it has no
 key material).