Browse thread
[Caml-list] ssl-libraries
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-11-30 (16:46) |
From: | Eric Stokes <eric.stokes@c...> |
Subject: | Re: [Caml-list] ssl-libraries |
Great, I'll take a look. On Nov 30, 2004, at 1:46 AM, Samuel Mimram wrote: > 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 >>> > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >