wolfssl/debian/control

58 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-04-23 02:48:29 +02:00
Source: wolfssl
Priority: optional
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Build-Depends:
2018-02-19 12:53:53 +01:00
autotools-dev,
dh-autoreconf,
quilt,
2018-02-19 12:50:19 +01:00
debhelper (>= 9),
2017-04-23 02:48:29 +02:00
libpcap0.8-dev,
openssl
2017-12-22 00:43:45 +01:00
Standards-Version: 4.1.2
2017-04-23 02:48:29 +02:00
Section: libs
Homepage: http://www.wolfssl.com/yaSSL/Products-wolfssl.html
2017-12-22 00:43:45 +01:00
Package: libwolfssl15
2017-04-23 02:48:29 +02:00
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends}
Description: wolfSSL encryption library
wolfSSL is a small, portable, embedded SSL/TLS programming library
targeted for use by embedded systems developers. It was formerly
known as CyaSSL.
.
It is an open source, dual licensed implementation of SSL/TLS
(SSL 3.0, TLS 1.0, 1.1, 1.2, DTLS 1.0 and 1.2) written in the C
language. wolfSSL includes both a client and server implementation,
progressive cipher support, key and certificate generation, OCSP
and CRL, access to the underlying cryptography modules, and more.
.
wolfSSL also includes an OpenSSL compatibility interface with the
most commonly used OpenSSL functions.
Package: libwolfssl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
2017-12-22 00:43:45 +01:00
libwolfssl15 (= ${binary:Version}),
2017-04-23 02:48:29 +02:00
${misc:Depends}
Description: Development files for the wolfSSL encryption library
wolfSSL is a small, portable, embedded SSL/TLS programming library
targeted for use by embedded systems developers. It was formerly
known as CyaSSL.
.
It is an open source, dual licensed implementation of SSL/TLS
(SSL 3.0, TLS 1.0, 1.1, 1.2, DTLS 1.0 and 1.2) written in the C
language. wolfSSL includes both a client and server implementation,
progressive cipher support, key and certificate generation, OCSP
and CRL, access to the underlying cryptography modules, and more.
.
wolfSSL also includes an OpenSSL compatibility interface with the
most commonly used OpenSSL functions.
.
This package contains the development files.