libsodium update: 1.0.0
[tomato.git] / release / src / router / dnscrypt / packages / debian / control
blob16f7675013f763a057d3e9adafa16d9014055539
1 Source: dnscrypt-proxy
2 Section: net
3 Priority: optional
4 Maintainer: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
5 Build-Depends: debhelper (>= 8.0.0), autotools-dev, dh-apparmor, libsodium-dev
6 Standards-Version: 3.9.4
7 Homepage: http://dnscrypt.org
8 Vcs-Git: git://github.com/jedisct1/dnscrypt-proxy.git
9 Vcs-Browser: https://github.com/jedisct1/dnscrypt-proxy
11 Package: dnscrypt-proxy
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
14 Suggests: resolvconf
15 Description: Tool for securing communications between a client and a DNS resolver
16  dnscrypt-proxy provides local service which can be used directly as your local
17  resolver or as a DNS forwarder, encrypting and authenticating requests using
18  the DNSCrypt protocol and passing them to an upstream server.
19  .
20  The DNSCrypt protocol uses high-speed high-security elliptic-curve
21  cryptography and is very similar to DNSCurve, but focuses on securing
22  communications between a client and its first-level resolver.
23  .
24  While not providing end-to-end security, it protects the local network, which
25  is often the weakest point of the chain, against man-in-the-middle attacks. It
26  also provides some confidentiality to DNS queries.