Digest::MD5 update
[p5sagit/p5-mst-13.2.git] / ext / Digest / MD5 / Changes
CommitLineData
db2a39d5 12001-09-07 Gisle Aas <gisle@ActiveState.com>
2
3 Release 2.16
4
5 Sync up with the bleadperl version:
6 - use SvPVbyte() if avaiable
7 - fixes to make the code 'gcc -Wall'-clean
8
9
10
112001-08-27 Gisle Aas <gisle@ActiveState.com>
12
13 Release 2.15
14
15 Avoid exit() in Makefile.PL and bleedperls redefinition of printf
16 in the alignment test program.
17 Patch by Doug MacEachern <dougm@covalent.net>.
18
19
20
212001-07-18 Gisle Aas <gisle@ActiveState.com>
22
23 Release 2.14
24
25 Try to warn if the functional interface is used as methods,
26 i.e. Digest::MD5->md5_hex("foo") will make noise if -w is
27 enabled.
28
29 Document the missing padding for the base64 digests.
30
31 If both XS bootstrap and locating Digest::Perl::MD5 fails
32 reraise the original XS bootstrap exception.
33
34
35
3357b1b1 362001-03-13 Gisle Aas <gisle@ActiveState.com>
37
38 Release 2.13
39
40 Moved all other Digest:: modules out of the Digest-MD5 dist.
41
42
43
442000-09-18 Gisle Aas <gisle@ActiveState.com>
45
46 Release 2.12
47
48 Avoid pointer cast warning for machines with bigger ints
49 than pointers. Patch by Robin Barker <rmb1@cise.npl.co.uk>.
50
51
52
532000-08-19 Gisle Aas <gisle@ActiveState.com>
54
55 Release 2.11
56
57 The fallback code introduced in 2.10 did only work for
58 perl-5.6.0. It should now for for perl5.004 and 5.005
59 as well. Patch by Ville Skyttä <ville@office.popsystems.com>.
60
61
62
632000-08-18 Gisle Aas <gisle@ActiveState.com>
64
65 Release 2.10
66
67 Digest::MD5 will now try to fallback to the pure perl
68 implementation of Digest::Perl::MD5 if bootstrap fails.
69
70 Added a bit internal paranoia about casting the IV
71 in the Digest::MD5 object to the MD5_CTX* pointer.
72
73
74
751999-08-06 Gisle Aas <gisle@aas.no>
76
77 Release 2.09
78
79 Documentation update.
80
81
82
831999-07-28 Gisle Aas <gisle@aas.no>
84
85 Release 2.08
86
87 The addfile() methods could trigger a core dump when passed
88 a filehandle that had failed to open.
89
90
91
921999-04-26 Gisle Aas <gisle@aas.no>
93
94 Release 2.07
95
96 The Digest::SHA1 module failed on some 64-bit systems, because I
97 assumed there was a correspondence between the U32 size and
98 BYTEORDER. This version use 'unsigned long' as Uwe's original
99 SHA module did.
100
101 The module should now work better when liked statically with perl,
102 because we now use a safer module-loaded test in Digest.pm.
103
104 Assume we know the outcome of the alignment test on VMS. Patch by
105 Chuck Lane <lane@duphy4.physics.drexel.edu>
106
107
108
1091999-03-26 Gisle Aas <gisle@aas.no>
110
111 Release 2.06
112
113 Avoid LONG and BYTE types in SHA.xs as they was in conflict
114 with similar definitions in <winnt.h>.
115
116 Patch by Marko Asplund <aspa@hip.fi> to make the the alignment
117 test program link successfully with sfio-perl.
118
119 Fixed a typo in MD5.xs that might have affected 64-bit systems.
120 Spotted by Nick Ing-Simmons
121
122
123
1241999-03-15 Gisle Aas <gisle@aas.no>
125
126 Release 2.05
127
128 Included Digest::SHA1 based on Uwe Hollerbach's SHA module.
129
130
131
1321999-03-05 Gisle Aas <gisle@aas.no>
133
134 Release 2.04
135
136 Avoid the -o option when compiling alignment test program
137 for Win32 as suggested by Gurusamy Sarathy.
138
139 DEC Compiler bug workaround. Contributed by D Roland Walker
140 <walker@ncbi.nlm.nih.gov>
141
142 Having references to a local variable called "na" was not
143 very safe either. Some older versions of Perl can apparently
144 macroize this into something completely different.
145
146
147
1481999-02-27 Gisle Aas <gisle@aas.no>
149
150 Release 2.03
151
152 Patch from Christopher J. Madsen <chris_madsen@geocities.com> that
153 should help getting the u32align test program to compile with
154 Visual C++ 5 on Windows NT.
155
156 Got rid of references to PL_na.
157
158
159
1601999-01-31 Gisle Aas <gisle@aas.no>
161
162 Release 2.02
163
164 Added a hints file as workaround for an IRIX compiler bug.
165 Contributed by D Roland Walker <walker@ncbi.nlm.nih.gov>.
166
167 Note that the rfc2202 test can still fail on some DEC Alpha,
168 because of a compiler bug that affects the perl 'x' operator.
169 The Digest:: modules should work and be safe to install anyway.
170
171
172
1731998-12-18 Gisle Aas <aas@sn.no>
174
175 Release 2.01
176
177 Some casts and tweaks to make picky compilers more happy.
178
179
180
1811998-11-04 Gisle Aas <aas@sn.no>
182
183 Release 2.00.
184
185 Taken out Digest::SHA1 as this module will be provided from Uwe
186 Hollerbach later.
187
188 Some tweaks to MD2.xs and MD5.xs since "na" disappeared in
189 perl5.005_53
190
191
192
1931998-10-30 Gisle Aas <aas@sn.no>
194
195 Release 1.99_60
196
197 The 1.99_59 release introduced compilation problems for big-endian
198 systems with free U32 alignment. Bug reported, and fix suggested
199 by Paul J. Schinder <schinder@pobox.com>.
200
201
202
2031998-10-28 Gisle Aas <aas@sn.no>
204
205 Release 1.99_59
206
207 Makefile.PL will run a test program to find out if U32 values can
208 be aligned anywhere. This hopefully cures the core dumps reported
209 on Solaris and other big endian systems. Thanks to Graham Barr for
210 debugging this.
211
212
213
2141998-10-28 Gisle Aas <aas@sn.no>
215
216 Release 1.99_58
217
218 Should be very close to a 2.00 release now. Need some success
219 reports from people running on big-endian machines first I think.
220
221 Added a Digest::MD2 implementation.
222
223 Wrote Digest.pm documentation. This define the interface that all
224 Digest:: modules should provide.
225
226 Avoided some code duplication in MD5.xs
227
228 Fixed typo, that prevented Digest::SHA1::sha1_base64() from working.
229
230
231
2321998-10-27 Gisle Aas <aas@sn.no>
233
234 Release 1.99_57
235
236 Rewritten most of the MD5 C code to make it real fast (especially
237 on little-endian machines without alignment restrictions for U32).
238 Compared to MD5-1.7 we can process files 4 times as fast and we
239 digest small stuff in memory 7 times faster. I came to these
240 conclusions after these tests (gcc -O2, i586, Linux):
241
242 First tested calculation of the digest of a 31 MB file, using
243 perl -le 'print Digest::MD5->new->addfile(*STDIN)->hexdigest'
244 and similar stuff:
245
246 MD5-1.7: 21.06s
247 Digest::MD5-1.99_57: 5.23s
248 md5sum (GNU textutils): 4.90s
249
250 As you can see, we do nearly as good as the md5sum program. I
251 think the reason we don't beat md5sum is that perl always insist on
252 loading extra modules like Config.pm, Carp.pm, strict.pm, vars.pm,
253 AutoLoader.pm and DynaLoader.pm. When I simply wrapped the MD5.xs
254 hasher code in a C program I managed to process the file in 4.68s.
255
256 Then we calculated the digest of the same 6 byte sting, 20000
257 times:
258
259 MD5-1.7: 11.81s
260 Digest::MD5-1.99_57: 1.68s
261
262 Digest::MD5 benefit from making this into a plain procedure call
263 instead of a static method call.
264
265
266 Other changes in this release are:
267
268 Documentation update
269
270 Internal MD5.xs cleanup.
271
272 $md5->digest will automatically reset now.
273
274 Digest::HMAC methods add() and addfile() did not return the
275 corret object.
276
277 Added Digest.pm loading module. I am not sure this is a good idea.
278
279 Added Digest::SHA1 and Digest::HMAC_SHA1 module. The Digest::SHA1
280 module is just a wrapper around SHA.pm. I hope to get the author
281 of SHA.pm to move his module to the Digest:: category.
282
283
284
2851998-10-25 Gisle Aas <aas@sn.no>
286
287 Release 1.99_56
288
289 Fix memcpy_byteswap() function in MD5.xs. Must be careful with
290 htovl() as it might evaluate its arguments more than once.
291
292
293
2941998-10-25 Gisle Aas <aas@sn.no>
295
296 Release 1.99_55
297
298 Grahams HMAC_MD5.pm splitted into two modules. Digest::HMAC and
299 Digest::HMAC_MD5. Also provide functional interface. Documentation
300 is still lacking.
301
302 Included RFC 2202 based test for HMAC-MD5.
303
304
305
3061998-10-24 Gisle Aas <aas@sn.no>
307
308 Release 1.99_54
309
310 Included HMAC_MD5.pm, contributed by Graham Barr <gbarr@ti.com>.
311
312 I have a hard time to make up my mind :-) md5_bin() renamed back
313 to md5(). Functions are not exported by default any more.
314
315 Try to Encode/Decode with memcpy_byteswap for 32-bit big-endian
316 machines.
317
318
319
3201998-10-23 Gisle Aas <aas@sn.no>
321
322 Release 1.99_53
323
324 Renamed core module as Digest::MD5. Leave a MD5.pm stub for
325 legacy code.
326
327 The md5() function renamed as md5_bin().
328
329 The constructor, Digest::MD5->new, no longer takes any extra
330 arguments.
331
332 Added some new tests.
333
334 Updated the documentation.
335
336 $md5->b64digest implemented with same base64 encoder as md5_base64.
337
338
339
3401998-10-23 Gisle Aas <aas@sn.no>
341
342 Release 1.99_52
343
344 Patch from Graham Barr which make it work for big-endian machines
345 again.
346
347
348
3491998-10-22 Gisle Aas <aas@sn.no>
350
351 Release 1.99_51
352
353 The MD5 class is now subclassable.
354
355 The add() and addfile() methods now return $self.
356
357 The reset() method is just an alias for new().
358
359 The constructor (MD5->new) now takes optional arguments which are
360 automatically added. It means that we can now write:
361
362 MD5->new($data)->hexdigest;
363
364 New $md5->b64digest method.
365
366 New functions that are exported on request: md5, md5_hex, md5_base64
367
368 Included RFC 1321
369
370 Barely started to update the documentation.
371
372
373
3741998-10-22 Gisle Aas <aas@sn.no>
375
376 Release 1.99_50
377
378 Much better performance (more than twice as fast now). Mostly
379 because we use Copy/Zero instead of the original MD5_memcpy and
380 MD5_memset functions.
381
382 The addfile() and hexdigest() methods are now XS implemented.
383
384 All RSA functions now included in MD5.xs and made static.
385
386 Use perl's Copy/Zero.
387
388 Random cleanup, simplifications and reformatting.
389 Merged things better with the perl configuration.
390
391
392
393Neil Winton's versions below:
394
395
396*** 96/06/20 Version 1.7
397
398MD5 is now completely 64-bit clean (I hope). The basic MD5 code uses
39932-bit quantities and requires a typedef UINT4 to be defined in
400global.h. Perl configuration data (the value of BYTEORDER) is used to
401determine if unsigned longs have 4 or 8 bytes. On 64-bit platforms (eg
402DEC Alpha) then it assumes that "unsigned int" will be a 32-bit type.
403If this is incorrect then adding -DUINT4_IS_LONG to the DEFINES line in
404Makefile.PL will override this.
405
406On some machines (at least Cray that I know of) there is no 32-bit
407integer type. In this case defining TRUNCATE_UINT4 (which is done
408automatically for a Cray) will ensure that 64-bit values are masked
409down to 32 bits. I have done my best to test this but without easy
410access to a true 64-bit machine I can not totally guarantee it (unless
411anyone wants to lend me a spare Cray :-)
412
413There is one remaining limitation for 64-bit enabled processors. The
414amount of data passed to any single call to the underlying MD5
415routines is limited to (2^32 - 1) bytes -- that's 4 gigabytes. I'm
416sorry if that's a real problem for you ...
417
418And finally, a minor complilation warning (unsigned char * used with
419function having char * prototype) has also been eliminated.
420
421*** 96/04/09 Version 1.6
422
423Re-generated module framework using h2xs to pick up the latest module
424conventions for versions etc. You can now say "use MD5 1.6;" and things
425should work correctly. MD5.pod has been integrated into MD5.pm and
426CHANGES renamed to Changes. There is a fairly comprehensive test.pl
427which can be invoked via "make test". There are no functional changes
428to the MD5 routines themselves.
429
430*** 96/03/14 Version 1.5.3
431
432Fixed addfile method to accept type-glob references for the file-handle
433(eg \*STDOUT). This is more consistent with other routines and is now the
434recommended way of passing file-handles. The documentation now gives more
435examples as to how the routines might be used.
436
437*** 96/03/12 Version 1.5.2
438
439Minor fixes from Christopher J Madsen <madsen@computek.net> to provide
440support for building on OS/2 (and to work arround a perl -w bug).
441
442Remove warning about possible difference between add('foo', 'bar') and
443add('foobar'). This is not true (it may have been true in the earliest
444version of the module but is no longer the case).
445
446*** 96/03/08 Version 1.5.1
447
448Add CHANGES file to make it easier for people to figure out what has
449been going on. (Meant to do this as part of 1.5)
450
451*** 96/03/05 Version 1.5
452
453Add hash() and hexhash() methods at the suggestion/request of Gary
454Howland <gary@kampai.euronet.nl> before inclusion in a wider library
455of cryptography modules.
456
457*** 96/02/27 Version 1.4
458
459Finally fixed the pesky Solaris dynamic loading bug. All kudos to Ken
460Pizzini <kenp@spry.com>!
461
462*** 95/11/29 Version 1.3.1
463
464Add explanations of current known problems.
465
466*** 95/06/02 Version 1.3
467
468Fix problems with scope resolution in addfile() reported by
469Jean-Claude Giese <Jean-Claude.Giese@loria.fr>. Basically ARGV is
470always implicitly in package main while other filehandles aren't.
471
472*** 95/05/23 Version 1.2.1
473
474[Changes pre 1.2.1 not recorded]