diff --git a/core/tls.cabal b/core/tls.cabal index 2e462f2..53ed20a 100644 --- a/core/tls.cabal +++ b/core/tls.cabal @@ -8,11 +8,11 @@ Description: 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. + and support RSA and Ephemeral Diffie Hellman key exchanges, + and many extensions. . - Only core protocol available here, have a look at the - package for default - ciphers, compressions and certificates functions. + Some debug tools linked with tls, are available through the + . License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez