fix cabal description

This commit is contained in:
Vincent Hanquez 2014-02-07 16:48:39 +00:00
parent 2d35f1a118
commit 4c5da1ce4f

View file

@ -8,11 +8,11 @@ Description:
type system, high level constructions and common Haskell features. type system, high level constructions and common Haskell features.
. .
Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol,
with only RSA supported for Key Exchange. and support RSA and Ephemeral Diffie Hellman key exchanges,
and many extensions.
. .
Only core protocol available here, have a look at the Some debug tools linked with tls, are available through the
<http://hackage.haskell.org/package/tls-extra/> package for default <http://hackage.haskell.org/package/tls-debug/>.
ciphers, compressions and certificates functions.
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org> Copyright: Vincent Hanquez <vincent@snarc.org>