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
|
Source: gnutls
Section: devel
Priority: optional
Maintainer: Robert van der Meulen <rvdm@debian.org>
Build-Depends: debhelper (>> 3.0.0), libgcrypt-dev (>> 1.1.3), libgdbmg1-dev, autoconf, libtool, zlib1g-dev, automake
Standards-Version: 3.5.2
Package: gnutls-dev
Architecture: any
Depends: gnutls3 (= ${Source-Version}), libgcrypt-dev (>= 1.1.4-0), libc6-dev
Suggests: gnutls-doc
Description: GNU TLS library - development files
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
Currently gnutls implements:
- the TLS 1.0 and SSL 3.0 protocols, without any US-export
controlled algorithms
- X509 Public Key Infrastructure (with several limitations).
- SRP for TLS authentication.
- TLS Extension mechanism
.
This package is still being changed very much upstream, don't use it
unless you really need it.
.
This package contains the gnutls development files.
Package: gnutls3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, libgcrypt1
Replaces: gnutls0
Conflicts: gnutls0
Description: GNU TLS library - runtime library
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
Currently gnutls implements:
- the TLS 1.0 and SSL 3.0 protocols, without any US-export
controlled algorithms
- X509 Public Key Infrastructure (with several limitations).
- SRP for TLS authentication.
- TLS Extension mechanism
.
This package contains the runtime libraries.
Package: gnutls-doc
Architecture: all
Section: doc
Description: GNU TLS library - documentation and examples
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
Currently gnutls implements:
- the TLS 1.0 and SSL 3.0 protocols, without any US-export
controlled algorithms
- X509 Public Key Infrastructure (with several limitations).
- SRP for TLS authentication.
- TLS Extension mechanism
.
This package is still being changed very much upstream, don't use it
unless you really need it.
.
This package contains all the gnutls documentation.
|