RE: [Haskell-cafe] HTTPS in Haskell

2006-08-19 Thread Pasqualino 'Titto' Assini
f Of Adam Peacock > Sent: 19 August 2006 02:34 > To: Haskell-Cafe@haskell.org > Subject: Re: [Haskell-cafe] HTTPS in Haskell > > On 8/18/06, Pasqualino 'Titto' Assini <[EMAIL PROTECTED]> wrote: > > > > Is there any implementation of HTTPS/SSL in Haskell? >

Re: [Haskell-cafe] HTTPS in Haskell

2006-08-18 Thread Adam Peacock
On 8/18/06, Pasqualino 'Titto' Assini <[EMAIL PROTECTED]> wrote: Is there any implementation of HTTPS/SSL in Haskell? This would seem to be critical to develop commercial web applications. WASH has a run time function ( runWithOptions ) that has type: runWithOptions :: CGIOptions -> CGI ()

Re: [Haskell-cafe] HTTPS in Haskell

2006-08-18 Thread Tim Newsham
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 complexit

Re: [Haskell-cafe] HTTPS in Haskell

2006-08-18 Thread Andrew Pimlott
On Fri, Aug 18, 2006 at 11:05:21AM +0100, Pasqualino 'Titto' Assini wrote: > Is there any implementation of HTTPS/SSL in Haskell? Have you seen hsgnutls? It uses the GnuTLS C library. http://www.cs.helsinki.fi/u/ekarttun/hsgnutls/ (Hmm, perhaps it would be easier to find if the word "Haskell" a

[Haskell-cafe] HTTPS in Haskell

2006-08-18 Thread Pasqualino 'Titto' Assini
Hello,   Is there any implementation of HTTPS/SSL in Haskell?   This would seem to be critical to develop commercial web applications.   Thanks,   Titto assini           ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.or