From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id C8160BB81 for ; Sat, 18 Dec 2004 12:30:21 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iBIBULrZ024478 for ; Sat, 18 Dec 2004 12:30:21 +0100 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id MAA03478 for ; Sat, 18 Dec 2004 12:30:20 +0100 (MET) Received: from ioskeha.hittite.isp.9tel.net (ioskeha.hittite.isp.9tel.net [62.62.156.27]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id iBIBUK2A013455 for ; Sat, 18 Dec 2004 12:30:20 +0100 Received: from [192.168.0.253] (unknown [84.97.221.3]) by ioskeha.hittite.isp.9tel.net (Postfix) with ESMTP id C787C14B5D4; Sat, 18 Dec 2004 13:06:54 +0100 (CET) Message-ID: <41C414CB.9040200@ens-lyon.org> Date: Sat, 18 Dec 2004 12:30:19 +0100 From: Samuel Mimram User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Caml List Cc: savonet-devl@lists.sourceforge.net Subject: [ANN] ocaml-ssl 0.2.0: bindings to the SSL library X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 41C414CD.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 41C414CC.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ens-lyon:01 bindings:01 bindings:01 sockets:01 corrects:01 ciphers:01 gpl:01 sourceforge:01 bug:01 functions:01 functions:01 patches:02 bugs:03 library:03 library:03 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.0 X-Spam-Level: Hello, I'm pleased to annonce the 0.2.0 release of ocaml-ssl library which consists in bindings to the SSL library (to encrypt communications over sockets). This release corrects a few bugs, parametrizes the context creation functions by the protocol to use, and adds a few functions (to handle certificates verification, ciphers, etc). It is licenced under the GPL and can be found here : http://savonet.sourceforge.net/ As usual comments, suggestions, bug reports and of course patches are welcome. Regards, Samuel.