caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Gerd Stolpmann <info@gerd-stolpmann.de>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] Ocamlnet-3.3.0test1 (multicore, GSS-API)
Date: Thu, 14 Apr 2011 18:44:15 +0200	[thread overview]
Message-ID: <1302799455.8429.1240.camel@thinkpad> (raw)

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
------------------------------------------------------------


             reply	other threads:[~2011-04-14 16:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14 16:44 Gerd Stolpmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1302799455.8429.1240.camel@thinkpad \
    --to=info@gerd-stolpmann.de \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).