Source: amazon-s2n
Section: libs
Priority: optional
Maintainer: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 libssl-dev
Standards-Version: 3.9.8
Homepage: https://github.com/awslabs/s2n
Vcs-Git: https://anonscm.debian.org/git/collab-maint/amazon-s2n.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/amazon-s2n.git

Package: libs2n0
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: implementation of TLS protocols (runtime)
 s2n ("signal to noise") is a C99 implementation of TLS protocols which
 has a lean code base for speed and security reasons.
 It implements TLS 1.0, 1.1 and 1.2. For encryption, it supports 128-bit
 and 256-bit AES in CBC and GCM modes, 3DES, and RC4.
 For forward secrecy, s2n supports DHE and ECDHE (DHE, RC4 and SSLv3 - which
 is also supported - are disabled by default).
 .
 s2n is build using OpenSSL. Its TLS implementation (libssl) is
 replaced by s2n while it uses the cryptographic library (libcrypto)
 from OpenSSL.
 .
 This package contains the shared library.

Package: libs2n-dev
Architecture: any
Section: libdevel
Depends:
 libs2n0 (= ${binary:Version}),
 ${misc:Depends}
Description: implementation of TLS protocols (development)
 s2n ("signal to noise") is a C99 implementation of TLS protocols which
 has a lean code base for speed and security reasons.
 It implements TLS 1.0, 1.1 and 1.2. For encryption, it supports 128-bit
 and 256-bit AES in CBC and GCM modes, 3DES, and RC4.
 For forward secrecy, s2n supports DHE and ECDHE (DHE, RC4 and SSLv3 - which
 is also supported - are disabled by default).
 .
 s2n is build using OpenSSL. Its TLS implementation (libssl) is
 replaced by s2n while it uses the cryptographic library (libcrypto)
 from OpenSSL.
 .
 This package contains the development header and the static library.
