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?
>
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 ()
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
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
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