From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA03887 for caml-redistribution; Fri, 18 Jun 1999 17:37:18 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id CAA01346 for ; Fri, 18 Jun 1999 02:57:08 +0200 (MET DST) Received: from beach.frankfurt.netsurf.de (beach.frankfurt.netsurf.de [194.64.181.2]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id CAA18638 for ; Fri, 18 Jun 1999 02:57:05 +0200 (MET DST) Received: from schneemann.darmstadt.netsurf.de (board-26.darmstadt.netsurf.de [194.163.86.154]) by beach.frankfurt.netsurf.de (8.8.5/8.8.5) with ESMTP id CAA11772 for ; Fri, 18 Jun 1999 02:57:05 +0200 (MET DST) Received: from localhost (localhost [[UNIX: localhost]]) by schneemann.darmstadt.netsurf.de (8.8.8/8.8.8) id CAA17119 for caml-list@inria.fr; Fri, 18 Jun 1999 02:56:55 +0200 From: Gerd Stolpmann Reply-To: Gerd.Stolpmann@darmstadt.netsurf.de Organization: privat To: caml-list@inria.fr Subject: New software: HTTP, cryptography Date: Fri, 18 Jun 1999 02:44:45 +0200 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99061802565301.29265@schneemann> Content-Transfer-Encoding: 8bit Sender: weis There is a new release of my HTTP/1.1 client, correcting some errors and providing a simplified API: http://people.darmstadt.netsurf.de/Gerd.Stolpmann/ocaml/netclient-0.2.1.tar.gz I've bundled Blowfish and DES implementations to a new package: http://people.darmstadt.netsurf.de/Gerd.Stolpmann/ocaml/cryptgps-0.1.tar.gz The implementations are written purely in Ocaml, no C library is needed. They are 8 to 10 times slower than the hand-optimized C/assembler functions found in ssleay; that's not too bad. They mainly do 32-bit integer arithmetic, and this is not one of the areas where Ocaml is brilliant... Updates of the packages are announced, as usual, in the O'caml link db: http://www.npc.de/ocaml/linkdb/ Have fun with that, Gerd -- ---------------------------------------------------------------------------- Gerd Stolpmann Telefon: +49 6151 997705 (privat) Viktoriastr. 100 64293 Darmstadt EMail: Gerd.Stolpmann@darmstadt.netsurf.de (privat) Germany ----------------------------------------------------------------------------