[Haskell-cafe] HTTPS in Haskell
Tim Newsham
newsham at lava.net
Fri Aug 18 20:10:44 EDT 2006
> Have you seen hsgnutls? It uses the GnuTLS C library.
> http://www.cs.helsinki.fi/u/ekarttun/hsgnutls/
If TLS is desired its probably for security. I would think a TLS
implementation written in Haskell would offer much better assurances that
the implementation was correct. Given the complexity of TLS and history
of past mistakes, I would feel much better having a Haskell-based TLS than
one written in C with a thin Haskell wrapper...
(Of course I'll take the thin wrapper over no-TLS :)
> Andrew
Tim Newsham
http://www.thenewsh.com/~newsham/
More information about the Haskell-Cafe
mailing list