No description
Find a file
2011-08-14 12:21:54 +01:00
Network define more stuff for TLS1.2 related to PRF. 2011-08-14 12:21:54 +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.md move README into README.md and update content 2011-08-14 08:17:21 +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 move README into README.md and update content 2011-08-14 08:17:21 +01:00
TODO update TODO 2011-08-14 07:49:58 +01:00

haskell TLS

This library provide native Haskell TLS and SSL protocol implementation for server and client.

Description

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.

Only core protocol available here, have a look at the tls-extra package for default ciphers, compressions and certificates functions.

Features

  • tiny code base (more than 20 times smaller than openSSL, and 10 times smaller than gnuTLS)
  • permissive license: BSD3
  • supported versions: SSL3, TLS1.0, TLS1.1.
  • key exchange supported: only RSA.
  • bulk algorithm supported: any stream or block ciphers.
  • supported extensions: secure renegociation