| 1 |
Source: srtp
|
| 2 |
Priority: optional
|
| 3 |
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
|
| 4 |
Uploaders: Jonas Smedegaard <dr@jones.dk>
|
| 5 |
Build-Depends: autotools-dev, debhelper (>= 4.2.0), quilt, patchutils (>= 0.2.25), dh-buildinfo, cdbs (>= 0.4.39), doxygen, texlive-latex-recommended, texlive-fonts-recommended, procps, miscfiles
|
| 6 |
Standards-Version: 3.7.3
|
| 7 |
Section: libs
|
| 8 |
Vcs-Svn: svn://svn.debian.org/pkg-voip/srtp/trunk
|
| 9 |
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/srtp/trunk
|
| 10 |
Homepage: http://srtp.sourceforge.net/srtp.html
|
| 11 |
|
| 12 |
Package: libsrtp1-dev
|
| 13 |
Section: devel
|
| 14 |
Depends: ${devlibs:Depends}
|
| 15 |
Provides: libsrtp-dev
|
| 16 |
Conflicts: libsrtp-dev
|
| 17 |
Architecture: any
|
| 18 |
Description: Secure RTP (SRTP) and UST Reference Implementations - development files
|
| 19 |
SRTP is a security profile for RTP that adds confidentiality, message
|
| 20 |
authentication, and replay protection to that protocol. It is specified
|
| 21 |
in RFC 3711.
|
| 22 |
.
|
| 23 |
LibSRTP provides an implementation of the Secure Real-time Transport
|
| 24 |
Protocol (SRTP), the Universal Security Transform (UST), and a
|
| 25 |
supporting cryptographic kernel.
|
| 26 |
.
|
| 27 |
This package contains the development headers and static libraries.
|
| 28 |
|
| 29 |
Package: srtp-docs
|
| 30 |
Section: doc
|
| 31 |
Architecture: all
|
| 32 |
Description: Secure RTP (SRTP) and UST Reference Implementations - documentation
|
| 33 |
SRTP is a security profile for RTP that adds confidentiality, message
|
| 34 |
authentication, and replay protection to that protocol. It is specified
|
| 35 |
in RFC 3711.
|
| 36 |
.
|
| 37 |
LibSRTP provides an implementation of the Secure Real-time Transport
|
| 38 |
Protocol (SRTP), the Universal Security Transform (UST), and a
|
| 39 |
supporting cryptographic kernel.
|
| 40 |
.
|
| 41 |
This package contains API documentation.
|
| 42 |
|
| 43 |
Package: srtp-utils
|
| 44 |
Architecture: any
|
| 45 |
Depends: ${shlibs:Depends}
|
| 46 |
Description: Secure RTP (SRTP) and UST Reference Implementations - utilities
|
| 47 |
SRTP is a security profile for RTP that adds confidentiality, message
|
| 48 |
authentication, and replay protection to that protocol. It is specified
|
| 49 |
in RFC 3711.
|
| 50 |
.
|
| 51 |
LibSRTP provides an implementation of the Secure Real-time Transport
|
| 52 |
Protocol (SRTP), the Universal Security Transform (UST), and a
|
| 53 |
supporting cryptographic kernel.
|
| 54 |
.
|
| 55 |
This package contains a few simple binaries using libsrtp.
|