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
|
Source: matrixssl
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: dietlibc-dev [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc]
Standards-Version: 3.6.1.0
Package: libmatrixssl1.7-dev
Section: libdevel
Architecture: any
Depends: libmatrixssl1.7 (= ${Source-Version})
Provides: libmatrixssl-dev
Conflicts: libmatrixssl-dev
Recommends: libmatrixssl1.7-doc
Suggests: dietlibc-dev
Description: small SSL library optimized for embedded systems (development files)
MatrixSSL is an embedded SSL implementation designed for small footprint
devices and applications requiring low overhead per connection. The
library is less than 50K on disk with cipher suites. It includes SSLv3
server support, session resumption, and implementations of RSA, 3DES,
ARC4, SHA1, and MD5. The source is well documented and contains
portability layers for additional operating systems, cipher suites, and
crypto providers.
.
See http://www.matrixssl.org/ for more information.
Package: libmatrixssl1.7
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: small SSL library optimized for embedded systems
MatrixSSL is an embedded SSL implementation designed for small footprint
devices and applications requiring low overhead per connection. The
library is less than 50K on disk with cipher suites. It includes SSLv3
server support, session resumption, and implementations of RSA, 3DES,
ARC4, SHA1, and MD5. The source is well documented and contains
portability layers for additional operating systems, cipher suites, and
crypto providers.
.
See http://www.matrixssl.org/ for more information.
Package: libmatrixssl1.7-doc
Section: doc
Architecture: all
Provides: libmatrixssl-doc
Suggests: libmatrixssl-dev, pdf-viewer
Description: small SSL library optimized for embedded systems (documentation)
MatrixSSL is an embedded SSL implementation designed for small footprint
devices and applications requiring low overhead per connection. The
library is less than 50K on disk with cipher suites. It includes SSLv3
server support, session resumption, and implementations of RSA, 3DES,
ARC4, SHA1, and MD5. The source is well documented and contains
portability layers for additional operating systems, cipher suites, and
crypto providers.
.
See http://www.matrixssl.org/ for more information.
|