Path: usenet.cis.ufl.edu!caen!uwm.edu!vixen.cso.uiuc.edu!newsfeed.internetmci.com!info.ucla.edu!library.ucla.edu!psgrain!nntp.teleport.com!usenet From: N.Winton@axion.bt.co.uk (Neil Winton) Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: ANNOUNCE: MD5 Message Digest Module -- Version 1.5.1 Followup-To: comp.lang.perl.misc Date: 8 Mar 1996 14:09:01 GMT Organization: BT Laboratories Lines: 57 Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4hpf1t$6ni@nadine.teleport.com> NNTP-Posting-Host: julie.teleport.com Keywords: md5 rsa message digest X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content. Xref: usenet.cis.ufl.edu comp.lang.perl.announce:285 comp.lang.perl.misc:23138 MD5 Extension Version 1.5.1 This is a Perl5 extension interface to the RSA Data Security Inc. MD5 Message Digest algorithm. Although version 1.4 was only recently released I have been persuaded to release a new version rather sooner than I might otherwise have done so. This version is NOT a bug-fix release but contains a requested new feature -- a "one-shot" hash routine. This has been added to the main-line MD5 module distribution before this module is incorporated in a wider set of cryptographic modules. (See attached change history for further details of other recent changes). Version 1.5.1 (file MD5-1.5.1.tar.gz) will become available from CPAN sites over the next few days. Bugs, queries, plaudits to Neil Winton * Neil Winton Post Point P5 * * N.Winton@axion.bt.co.uk BT Laboratories * * Tel +44 1473 646079 Martlesham Heath * * Fax +44 1473 643306 IPSWICH IP5 7RE, UK * *** 96/03/08 Version 1.5.1 Add CHANGES file to make it easier for people to figure out what has been going on. (Meant to do this as part of 1.5) *** 96/03/05 Version 1.5 Add hash() and hexhash() methods at the suggestion/request of Gary Howland before inclusion in a wider library of cryptography modules. *** 96/02/27 Version 1.4 Finally fixed the pesky Solaris dynamic loading bug. All kudos to Ken Pizzini ! *** 95/11/29 Version 1.3.1 Add explanations of current known problems. *** 95/06/02 Version 1.3 Fix problems with scope resolution in addfile() reported by Jean-Claude Giese . Basically ARGV is always implicitly in package main while other filehandles aren't. *** 95/05/23 Version 1.2.1 [Changes pre 1.2.1 not recorded] SCCS ID @(#)CHANGES 1.1 96/03/08 .