diff options
Diffstat (limited to 'dev-haskell/tls/metadata.xml')
-rw-r--r-- | dev-haskell/tls/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/tls/metadata.xml b/dev-haskell/tls/metadata.xml new file mode 100644 index 000000000000..c274dd3f9387 --- /dev/null +++ b/dev-haskell/tls/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <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 compatible handshake</flag> + </use> + <upstream> + <remote-id type="github">vincenthz/hs-tls</remote-id> + </upstream> +</pkgmetadata> |