diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:10:21 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:16 +0100 |
commit | 119fdaf8100a9dd4eb6f71019240dc97ad600186 (patch) | |
tree | b489cca5f7cf78eb2490a49606cfd358091d93d3 /dev-haskell | |
parent | dev-haskell/timezone-series: add 0.1.13 (diff) | |
download | gentoo-119fdaf8100a9dd4eb6f71019240dc97ad600186.tar.gz gentoo-119fdaf8100a9dd4eb6f71019240dc97ad600186.tar.bz2 gentoo-119fdaf8100a9dd4eb6f71019240dc97ad600186.zip |
dev-haskell/tls: add 1.8.0
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/tls/metadata.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-haskell/tls/metadata.xml b/dev-haskell/tls/metadata.xml index c1257b35797f..bfcf2e4b1016 100644 --- a/dev-haskell/tls/metadata.xml +++ b/dev-haskell/tls/metadata.xml @@ -5,20 +5,6 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Native Haskell TLS and SSL protocol implementation for server and client. - - This provides a high-level implementation of a sensitive security protocol, - eliminating a common set of security issues through the use of the advanced - type system, high level constructions and common Haskell features. - - Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, - with only RSA supported for Key Exchange. - - Only core protocol available here, have a look at the - <http://hackage.haskell.org/package/tls-extra/> package for default - ciphers, compressions and certificates functions. - </longdescription> <use> <flag name="compat">Accept SSLv2 client hello for beginning SSLv3 / TLS handshake</flag> <flag name="network">Use the base network library</flag> |