File: control

package info (click to toggle)
tcpcrypt 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,292 kB
  • ctags: 1,747
  • sloc: ansic: 13,695; sh: 4,585; asm: 482; makefile: 168; objc: 149
file content (70 lines) | stat: -rw-r--r-- 2,329 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: tcpcrypt
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper (>=9),
 dh-autoreconf,
 dh-systemd,
 libcap-dev,
 libnetfilter-conntrack-dev,
 libnetfilter-queue-dev,
 libnfnetlink-dev,
 libpcap0.8-dev,
 libssl-dev,
 pandoc
Standards-Version: 3.9.8
Section: net
Homepage: http://tcpcrypt.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/tcpcrypt.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/tcpcrypt.git

Package: tcpcryptd
Section: net
Architecture: any
Depends:
 adduser,
 libtcpcrypt0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Description: Opportunistically encrypt network transport
 Tcpcrypt offers opportunistic security for TCP network traffic.  All
 traffic between two tcpcrypt-enabled peers will be encrypted to
 protect against passive monitoring.  tcpcrypt also exposes a strong
 session identifier to tcpcrypt-aware clients and servers, which can
 be used as a hook for authentication.
 .
 This package contains the network daemon, which will accept and wrap
 traffic redirected to it.

Package: libtcpcrypt0
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Multi-Arch: same
Description: Library to retrieve the tcpcrypt session ID where available
 Tcpcrypt offers opportunistic security for TCP network traffic.  All
 traffic between two tcpcrypt-enabled peers will be encrypted to
 protect against passive monitoring.  tcpcrypt also exposes a strong
 session identifier to tcpcrypt-aware clients and servers, which can
 be used as a hook for authentication.
 .
 This package contains a library useful for clients and servers
 interested in using the session ID for higher-level authentication.

Package: libtcpcrypt-dev
Section: libdevel
Architecture: any
Depends:
 libtcpcrypt0 (= ${binary:Version}),
 ${misc:Depends}
Description: Library to retrieve the tcpcrypt session ID where available
 Tcpcrypt offers opportunistic security for TCP network traffic.  All
 traffic between two tcpcrypt-enabled peers will be encrypted to
 protect against passive monitoring.  tcpcrypt also exposes a strong
 session identifier to tcpcrypt-aware clients, which can be used as a
 hook for authentication.
 .
 This package contains header files and directives for building tools
 that use libtcpcrypt.