diff options
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 |