No description
Find a file
2011-08-07 09:59:57 +01:00
Network use functor <$> instead of maybe 2011-07-07 22:21:23 +01:00
Tests bump certificate version to 0.8.1 2011-05-09 09:15:36 +01:00
.gitignore add gitignore file 2011-05-11 08:24:13 +01:00
LICENSE update LICENSE 2011-06-07 08:28:49 +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
Tests.hs fix tests 2011-06-12 21:38:51 +01:00
tls.cabal update description to be more accurate and descriptive 2011-08-07 09:59:57 +01:00
TODO update TODO 2011-06-07 08:30:49 +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)