1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-03-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ripemd128.man: Fixed all warnings due to use of now deprecated
* ripemd160.man: commands. Added a section about how to give feedback.
2006-10-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.9 ========================
*
2006-01-19 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ripemd128.test: Hooked into the new common test support code.
* ripemd160.test:
2005-10-24 Andreas Kupries <andreask@activestate.com>
* ripemd128.bench: New file. Basic benchmarks for RIPEMD hashes.
* ripme160.bench:
2005-10-17 Andreas Kupries <andreask@activestate.com>
* ripemd128.tcl: Trivial comment typo fix.
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2005-10-05 Andreas Kupries <andreask@activestate.com>
* ripemd128.test: Added test cases demonstrating how ripemd/Trf is
* ripemd160.test: mishandling input of specific lengths (multiples
of 64 bytes).
2005-02-24 Pat Thoyts <patthoyts@users.sourceforge.net>
* ripemd128.tcl: Arranged to run all available implementations in
* ripemd128.test: the tests.
* ripemd160.tcl:
* ripemd160.test:
2005-02-23 Pat Thoyts <patthoyts@users.sourceforge.net>
* pkgIndex.tcl: Incremented version to 1.0.3
* ripemd120.tcl,man,test: Rationalised accelerator handling and added
* ripemd160.tcl,man,test: cryptkit as accelerator for RIPEMD-160.
2005-02-17 Pat Thoyts <patthoyts@users.sourceforge.net>
* pkgIndex.tcl: Incremented version.
* ripemd128.tcl,man,test: Made the hashing cope with data that
* ripemd160.tcl,man,test: begins with a hypen is a transparent
manner. Made the '--' end-of-options flag optional as it's now
redundant. Added suitable tests. Simplified the Hex proc.
2004-12-03 Pat Thoyts <pat@zsplat.freeserve.co.uk>
* ripemd160_test.c: Added a test file that can use the OpenSSL
library to generate the same tests that we use in tcllib for
comparison.
2004-12-03 Pat Thoyts <patthoyts@users.sourceforge.net>
* ripemd128.test: Added test cases from RFC2286 to both digests.
* ripemd160.test: Also included a test with leading hyphen.
* ripemd128.tcl: Removed usage of memchan in favour of the platform
* ripemd168.tcl: null device. This avoids problems with name clashes
when loading in [null] or [random].
2004-10-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.7 ========================
*
2004-02-18 Pat Thoyts <patthoyts@users.sourceforge.net>
* ripemd128.tcl: Added -- to end options if using Trf's hex in case
* ripemd160.tcl: the hash begins with a - character (possible).
* ripemd160.tcl: Inlined the algorithm functions. This makes the
pure-Tcl code about 2x faster than the proc calling version.
* ripemd128.tcl: Streamlined the <<< implementation a bit.
* ripemd160.man: Initial implementation of RIPEMD-160 in
* ripemd160.tcl: pure-Tcl as per ripemd128.
* ripemd160.test:
* pkgIndex.tcl:
2004-02-16 Pat Thoyts <pat@zsplat.freeserve.co.uk>
* ripemd128.test: Add pure-Tcl HMAC tests.
2004-02-16 Pat Thoyts <patthoyts@users.sourceforge.net>
* ripemd128.man: Initial implementation of RIPEMD-128 in
* ripemd128.tcl: pure-Tcl and deferring to Trf (except on Windows
* ripemd128.test: where that has Trf/Memchan bugs).
* pkgIndex.tcl:
|