diff options
author | Sven Eden <sven.eden@prydeworx.com> | 2020-12-08 10:04:22 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-13 12:50:21 +0200 |
commit | 488cf3279c559d700d815578fc987e3d3dbab43f (patch) | |
tree | fe13c0f63e9b4e85fe39fa92b1cbed4723fd773f /dev-libs/s2n/metadata.xml | |
parent | dev-libs/aws-c-cal: Cryptography layer, needed for dev-libs/aws-c-io (diff) | |
download | gentoo-488cf3279c559d700d815578fc987e3d3dbab43f.tar.gz gentoo-488cf3279c559d700d815578fc987e3d3dbab43f.tar.bz2 gentoo-488cf3279c559d700d815578fc987e3d3dbab43f.zip |
dev-libs/s2n: C99 TLS/SSL, needed for dev-libs/aws-c-io
* dev-libs/aws-c-io is still to be added, and is needed to bump
dev-libs/aws-c-event-streams.
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/s2n/metadata.xml')
-rw-r--r-- | dev-libs/s2n/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/s2n/metadata.xml b/dev-libs/s2n/metadata.xml new file mode 100644 index 000000000000..f7c25930dcdb --- /dev/null +++ b/dev-libs/s2n/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sven.eden@prydeworx.com</email> + <name>Sven Eden</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> +s2n is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a +priority. It is released and licensed under the Apache License 2.0. + +The s2n I/O APIs are designed to be intuitive to developers familiar with the widely-used POSIX I/O APIs, and s2n +supports blocking, non-blocking, and full-duplex I/O. Additionally there are no locks or mutexes within s2n. + +s2n implements SSLv3, TLS1.0, TLS1.1, and TLS1.2. For encryption, s2n supports 128-bit and 256-bit AES, in the CBC and +GCM modes, ChaCha20, 3DES, and RC4. For forward secrecy, s2n supports both DHE and ECDHE. s2n also supports the Server +Name Indicator (SNI), Application-Layer Protocol Negotiation (ALPN) and the Online Certificate Status Protocol (OCSP) +TLS extensions. SSLv3, RC4, 3DES and DHE are each disabled by default for security reasons. + +As it can be difficult to keep track of which encryption algorithms and protocols are best to use, s2n features a +simple API to use the latest "default" set of preferences. If you prefer to remain on a specific version for backwards +compatibility, that is also supported. + </longdescription> +</pkgmetadata> |