summaryrefslogtreecommitdiff
blob: 952f8248b52587f45b179e408869b4070887d0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<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 compatible handshake.</flag>
		<flag name="network">Use the base network library.</flag>
	</use>
</pkgmetadata>