Browse thread
[Caml-list] ssl-libraries
-
Johann Spies
- David MENTRE
-
Samuel Mimram
- Samuel Mimram
- Jason Hickey
[
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 (09:47) |
From: | Samuel Mimram <samuel.mimram@e...> |
Subject: | Re: [Caml-list] ssl-libraries |
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 >> >