diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:43:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:03 +0700 |
commit | 842060d24ca535b88849652f67d28bf946ea9c33 (patch) | |
tree | 8e31037b26b3558914f821b0c9f9592b67227442 /haskell/haskell-tls/README | |
parent | 5046f6a1f448ec6b0320da86f37e3d59d98d1097 (diff) | |
download | slackbuilds-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/README | 9 |
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 |