summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-tls/README
diff options
context:
space:
mode:
author Mikko Värri2015-02-24 22:43:58 +0100
committer Willy Sudiarto Raharjo2015-04-04 02:47:03 +0200
commit842060d24ca535b88849652f67d28bf946ea9c33 (patch)
tree8e31037b26b3558914f821b0c9f9592b67227442 /haskell/haskell-tls/README
parent5046f6a1f448ec6b0320da86f37e3d59d98d1097 (diff)
downloadslackbuilds-842060d24ca535b88849652f67d28bf946ea9c33.tar.gz
haskell/haskell-tls: Added (tls/ssl protocol native implementation).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-tls/README')
-rw-r--r--haskell/haskell-tls/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-tls/README b/haskell/haskell-tls/README
new file mode 100644
index 0000000000..945578db4f
--- /dev/null
+++ b/haskell/haskell-tls/README
@@ -0,0 +1,9 @@
+Native Haskell TLS and SSL protocol implementation for server and
+client.
+
+Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol,
+and support RSA and Ephemeral (Elliptic curve and regular) Diffie
+Hellman key exchanges, and many extensions.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache