File: control

package info (click to toggle)
tcpcrypt 0.3~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,292 kB
  • ctags: 1,285
  • sloc: ansic: 11,305; asm: 482; sh: 192; objc: 149; makefile: 98
file content (61 lines) | stat: -rw-r--r-- 2,363 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
Source: tcpcrypt
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends: debhelper (>=9),
               dh-autoreconf,
               libcap-dev,
               libnetfilter-queue-dev,
               libnfnetlink-dev,
               libssl-dev,
               pandoc
Standards-Version: 3.9.6
Section: net
Homepage: http://tcpcrypt.org/
Vcs-Git: git://git.debian.org/collab-maint/tcpcrypt
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.