From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id F25EBBC2F for ; Tue, 30 Nov 2004 10:47:01 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iAU9l14r001831 for ; Tue, 30 Nov 2004 10:47:01 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA32337 for ; Tue, 30 Nov 2004 10:47:01 +0100 (MET) Received: from bernache.ens-lyon.fr (bernache.ens-lyon.fr [140.77.167.10]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iAU9l0qa001828 for ; Tue, 30 Nov 2004 10:47:00 +0100 Received: by bernache.ens-lyon.fr (Postfix, from userid 103) id 2E0227ABD45; Tue, 30 Nov 2004 10:47:00 +0100 (CET) Received: from [192.168.0.253] (unknown [84.97.221.131]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by bernache.ens-lyon.fr (Postfix) with ESMTP id 50D3A7ABD44; Tue, 30 Nov 2004 10:46:34 +0100 (CET) Message-ID: <41AC4179.9080401@ens-lyon.org> Date: Tue, 30 Nov 2004 10:46:33 +0100 From: Samuel Mimram User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Stokes , caml-list@inria.fr Subject: Re: [Caml-list] ssl-libraries References: <20041012095936.GI11447@sun.ac.za> <416C227C.6010702@ens-lyon.org> In-Reply-To: X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 41AC4195.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41AC4194.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ens-lyon:01 caml-list:01 parametrized:01 tls:01 cvs:01 bug:01 wrote:01 bindings:01 sourceforge:01 tls:01 wrote:01 ocaml:01 bindings:01 sockets:01 bug:01 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.0 X-Spam-Level: Hi, The context creation functions are already parametrized by the version of the protocol to use (SSL v2, v3, v2/3, TLS v1) in the CVS plus a few bug corrections. You might want to check it out. There are a few more things that I'd like to integrate and I'll make a new release then. Thanks for the fedback. Regards, Samuel. Eric Stokes wrote: > Hi, I've tried out your ssl bindings, and they work quite well. I do > have one suggestion though. It seems you are moving toward eventually > allowing the user to specify the method, however until you get there you > may want to consider using SSLv23_method instead of SSLv2_method, as it > is the most compatible. I am adding optional ssl support to ocamldap > (ocamldap.sourceforge.net) using your binding, and I have found that > the SSLv2_method creates some problems talking to Active Directory. It > seems Microsoft's ssl libraries are not very compatible with SSLv2 > anymore, they seem to prefer TLS. I would include a patch, but its such > a simple change that it wouldn't be worth it :-). Anyway, thanks a lot > for making an ssl binding. > > -Eric > > On Oct 12, 2004, at 11:29 AM, Samuel Mimram wrote: > >> Hello, >> >>> Are there any libraries available for ssl-connections using ocaml? >> >> >> I have made small & quick bindings to ssl to be able to use ssl >> encryption with unix sockets. I am willing to improve it, just tell me >> if you need some (or much) more functions. >> >> The library is named ocaml-ssl and you can find it here : >> >> http://savonet.sf.net/ >> >> Regards, >> >> Samuel. >> >> ------------------- >> To unsubscribe, mail caml-list-request@inria.fr Archives: >> http://caml.inria.fr >> Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: >> http://caml.inria.fr/FAQ/ >> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners >> >