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: | -- (:) |
| From: | Jason Hickey <jyh@c...> |
| Subject: | Re: [Caml-list] ssl-libraries |
Johann Spies wrote: > Are there any libraries available for ssl-connections using ocaml? > > Regards > Johann We use openssl in MetaPRL and have implemented an appropriate OCaml API. I have extracted the SSL-specific files and placed them in http://www.cs.caltech.edu/~jyh/ssl. This can get you started, but it may be a bit more than what you want--it also includes buffered IO and a printf function. You can strip the buffered IO code if you want just a plain socket interface. Jason -- Jason Hickey http://www.cs.caltech.edu/~jyh Caltech Computer Science Tel: 626-395-6568 FAX: 626-792-4257 ------------------- 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