File: control

package info (click to toggle)
hitch 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 980 kB
  • sloc: ansic: 9,274; sh: 1,331; yacc: 560; lex: 136; makefile: 125; ruby: 49
file content (41 lines) | stat: -rw-r--r-- 1,333 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
35
36
37
38
39
40
41
Source: hitch
Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libev-dev,
               libssl-dev,
               automake,
               pkgconf,
               python3-docutils,
               flex,
               bison,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian/hitch
Vcs-Git: https://salsa.debian.org/debian/hitch.git
Homepage: https://hitch-tls.org/

Package: hitch
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         adduser,
         lsb-base
Description: scalable TLS proxy
 Hitch is a libev-based high performance SSL/TLS proxy, used for terminating
 HTTPS traffic in front of origin servers.
 .
 Hitch features:
 .
   * ALPN/NPN for HTTP/2
   * Support for TLS1.2 and TLS1.3 and legacy TLS 1.0/1.1
   * SNI, with and without wildcard certificates
   * Automatic OCSP stapling support
   * Client certificate authentication
   * PROXY protocol to signal client IP/port to backend
   * Supports UNIX domain socket connections to origin
   * Safe for large installations: performant up to 15 000 listening sockets
     and 500 000 certificates
   * Support for seamless run-time configuration reloads of certificates and
     listen endpoints