The latest version of tls is 2.1.0-0.

tls

Version 1.2.5 revision 0 uploaded by VincentHanquez.

Package meta

Synopsis
TLS/SSL protocol native implementation (Server and Client)
Description

Native Haskell TLS and SSL protocol implementation for server and client.

This provides a high-level implementation of a sensitive security protocol, eliminating a common set of security issues through the use of the advanced type system, high level constructions and common Haskell features.

Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, and support RSA and Ephemeral Diffie Hellman key exchanges, and many extensions.

Some debug tools linked with tls, are available through the http://hackage.haskell.org/package/tls-debug/.

Author
Vincent Hanquez <vincent@snarc.org>
Bug reports
n/a
Category
Network
Copyright
Vincent Hanquez <vincent@snarc.org>
Homepage
http://github.com/vincenthz/hs-tls
Maintainer
Vincent Hanquez <vincent@snarc.org>
Package URL
n/a
Stability
experimental

Components