No description
Find a file
2010-11-30 08:19:38 +00:00
Network/TLS rename connect in client module to initiate. 2010-11-28 10:30:05 +00:00
.gitignore add gitignore file 2010-09-12 11:51:58 +01:00
LICENSE initial import 2010-09-09 22:47:19 +01:00
README initial import 2010-09-09 22:47:19 +01:00
Setup.hs initial import 2010-09-09 22:47:19 +01:00
Stunnel.hs Improve stunnel example to behave more like a stunnel program. 2010-11-30 08:12:49 +00:00
Tests.hs add support for quickcheck 2.3 2010-11-03 23:04:03 +00:00
tls.cabal increase warning levels for stunnel 2010-11-30 08:19:38 +00:00
TODO update TODO 2010-09-26 17:04:28 +01:00

The hs-tls project aims to reimplement the full TLS protocol (formely known as SSL) in haskell.
The focus of the projects is to provide a safer implementation than the ones existing,
through more purity, more type-checking, and more units tests.

While the focus is to make it safer than other implementations, this current
implementation is *not* to be considered secure, since it doesn't fully
implement everything necessary (full certificate checking, protocol requirements, etc)