caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Ocamlnet-3.3.0test1 (multicore, GSS-API)
@ 2011-04-14 16:44 Gerd Stolpmann
  2011-04-15  9:22 ` [Caml-list] Gaussian probability Miguel Pignatelli
  0 siblings, 1 reply; 4+ messages in thread
From: Gerd Stolpmann @ 2011-04-14 16:44 UTC (permalink / raw)
  To: caml-list

Hi,

finally I've managed to create a test version of the current Ocamlnet
development tree: version 3.3.0test1 (see
http://projects.camlcity.org/projects/ocamlnet.html for download etc).

This version contains two exciting new features:

- Netmulticore is a working implementation of the multi-process
  approach to get multicore capabilities
- GSS-API is an industry standard security framework. It is
  accompanied with an implementation of SCRAM, and an authentication
  module for SunRPC.

I blogged already about Netmulticore, and this text is also a good
introduction: http://blog.camlcity.org/blog/multicore1.html

If you want to know more about Netmulticore, please see the Ocamlnet
reference manual. It is extensively documented, and a good starting
point is probably
http://projects.camlcity.org/projects/dl/ocamlnet-3.3.0test1/doc/html-main/Netmcore_tut.html

GSS-API is an interface for authentication, encryption, and signing. It
is especially well suited for message-based protocols like RPC. GSS-API
is usually described as a C interface, and many operating systems
implement it. With Netgssapi there is a port of this interface to Ocaml.
GSS-API decouples the provider of a security mechanism from the users,
so that users can select the right mechanism at runtime. The current
test release of Ocamlnet contains only one provider, namely SCRAM, which
is a relatively new password-based authentication protocol. Future
releases of Ocamlnet will also allow to link with the system-provided
security mechanisms (e.g. Kerberos or SPNEGO).

The inclusion of GSS-API is a big step towards making Ocamlnet
"enterprise-ready".

Gerd
-- 
------------------------------------------------------------
Gerd Stolpmann, Bad Nauheimer Str.3, 64289 Darmstadt,Germany 
gerd@gerd-stolpmann.de          http://www.gerd-stolpmann.de
Phone: +49-6151-153855                  Fax: +49-6151-997714
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-15 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-14 16:44 [Caml-list] [ANN] Ocamlnet-3.3.0test1 (multicore, GSS-API) Gerd Stolpmann
2011-04-15  9:22 ` [Caml-list] Gaussian probability Miguel Pignatelli
2011-04-15 10:39   ` Christophe Raffalli
2011-04-15 21:54     ` Mike Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).