No description
Find a file
2011-02-20 17:35:09 +00:00
Network/TLS fix a bug with SSL3 during the creation of crypt state. 2011-02-20 08:49:23 +00:00
Tests remove the need for CPP using stdArgs instead of Args 2011-02-20 08:49:08 +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 move to certificate >= 0.6 2011-02-20 08:35:14 +00:00
Tests.hs test ciphers in a basic fashion for now. 2010-12-07 09:15:34 +00:00
tls.cabal stylistic change in cabal file. 2011-02-20 17:35:09 +00:00
TODO actualize TODO 2010-12-06 22:54:18 +00: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)