dev-haskell/tls: add 1.8.0

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:10:21 -06:00 committed by Sam James
parent 7655d91586
commit 119fdaf810
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 0 additions and 14 deletions

View File

@ -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
&lt;http://hackage.haskell.org/package/tls-extra/&gt; 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>