/[mcrypt]/libmcrypt/NEWS
ViewVC logotype

Contents of /libmcrypt/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.47 - (show annotations)
Mon Nov 11 17:20:50 2002 UTC (21 years, 4 months ago) by nmav
Branch: MAIN
Changes since 1.46: +5 -0 lines
*** empty log message ***

1 xxx xx xxxx: (version 2.5.4)
2 - Better win32 detection and DLL building.
3 - Changed some variables names in gost.c to allow compiling
4 with gcc and K6 optimizations.
5
6 August 16 2002: (version 2.5.3)
7 - The const keyword is now used in the exported functions
8 - Corrected problem in libltdl's configure script
9
10 June 22 2002: (version 2.5.2)
11 - Fixed bug in the returned IV size of ARCFOUR
12 - Fixed bug in mcrypt_readdir() which prevented the test programs
13 to work.
14
15 May 30 2002: (version 2.5.1)
16 - Corrected the license. COPYING.LIB (LGPL) is now included
17 instead of COPYING (GPL)
18
19 Mar 09th 2002: (version 2.5.0)
20 - Several corrections in stream and block cipher modes.
21 - Added --disable-dynamic-loading configure option
22 - The IV modifications in Arcfour and Wake have been disabled
23 by default.
24 - Added CTR mode for block ciphers.
25 - Fixes in nCFB and nOFB modes.
26 - Added mcrypt_enc_get_state() function.
27 - Added test for nCFB, CFB, nOFB and CTR with AES
28
29 Feb 14th 2002:
30 - nOFB and nCFB modes can now encrypt and decrypt plaintext
31 of size less than block size.
32
33 Feb 1st 2002: (version 2.4.22)
34 - Corrected nasty bug in init code
35
36 Jan 31 2002: (version 2.4.21)
37 - Corrected problems in Makefiles
38 - Minor bug fixes
39
40 Jan 24th 2002: (version 2.4.20)
41 - Corrected bug in mcrypt_module_open()
42
43 Dec 15th 2001: (version 2.4.19)
44 - Cleanups in the code.
45
46 Nov 9th 2001: (version 2.4.18)
47 - Fixed memory leak
48
49 Sep 24th 2001: (version 2.4.17)
50 - Corrected bug in mcrypt_module_get_supported_key_size()
51 - Removed unneeded strdup declaration.
52 - Corrected bug in ofb mode (reported by Phillip Oleson)
53 - Corrected some bugs in configure.in (patch by Phillip Oleson)
54
55 Sep 8th 2001: (version 2.4.16)
56 - Added option to include algorithms and modes into the library
57 (making possible a static library)
58 eg. './configure --with-included-algos="rijndael-128 twofish cbc ecb"' will add
59 rijndael, twofish with cbc and ecb into the library
60 - Added nCFB mode (experimental)
61 - Changed mcrypt_strerror() return value to const.
62
63 Jul 12th 2001:
64 - Corrected readdir_r() behavior in Solaris
65 (Patch by Andrew Libby <alibby@commnav.com>)
66
67 June 9th 2001: (version 2.4.15)
68 - Check if the installed libltdl includes lt_dlmutex_register()
69 - Fixes in libmcrypt-config script
70
71 May 18th 2001: (version 2.4.13)
72 - Corrects behaviour when an older libltdl is found in the system.
73 - Updated mcrypt_mutex_register()
74
75 May 17th 2001: (version 2.4.12)
76 - Updated the libltdl library included
77 - Several fixes in modules
78 - Added scripts to allow easier and faster library version detection
79
80 April 30th 2001: (version 2.4.11)
81 - Corrected memory leaks in mcrypt_module_close()
82
83 March 18th 2001: (version 2.4.10)
84 - Corrected bugs in blowfish and blowfish-compat
85
86 January 23th 2001: (version 2.4.9-beta)
87 - Due to an endianness handling problem Blowfish algorithm was not compatible
88 with other implementations. Now it has been corrected. If you want
89 to access the old algorithm used use the "blowfish-compat" module.
90 - Fixes in mcrypt_list_algorithms() for some systems. Bugs pointed out by
91 Jonathan Woolmington <jwool@ind.tansu.com.au>
92 - Fixes in stream mode.
93 - mcrypt_generic_init() no longer fails if smaller key is used. It uses
94 the most appropriate key size of the algorithm and pads with zeros.
95 - Fixes in wake algorithm (and support for IV).
96 - IV is now used in arcfour (arcfour-iv is now longer used). Speedups in Arcfour.
97 - mcrypt_generic_deinit() function added.
98
99 January 1st 2001: (version 2.4.8)
100 - Corrected bug in rijndael-256 (reported by: Sami Farin <sfarin@ratol.fi>)
101 This makes the algorithm incompatible with previous versions.
102
103 October 20th 2000: (version 2.4.6)
104 - Compiles under win32 using cygwin (with -mno-cygwin)
105 - Added mcrypt_strerror()
106
107 September 18th 2000: (version 2.4.5)
108 - Updates in the documentation
109 - Libmcrypt can now be used without libltdl (in systems where libdl is present)
110 - Added the mcrypt_enc_set_state() function.
111 - Speedups in the blowfish algorithm
112
113 May 12th, 2000: (version 2.4.4)
114 - Added Panama algorithm
115
116 April 3rd, 2000: (version 2.4.2)
117 - Added missing symbols.
118
119 April 2nd, 2000: (version 2.4.1)
120 - Bugfixes
121 - Internal changes in mode modules
122 - Changes in the documentation
123
124 March 19th, 2000: (version 2.4.0)
125 - Corrected bugs in the extra algorithms.
126 - Libmcrypt is now thread safe without need for posix thread locks.
127 - Libmcrypt is no longer compatible with 2.2 or 2.3 version.
128 - Speedups in the library.
129 - The crypt algorithm has changed. In order for it's output to be compatible
130 with the unix crypt output, the key must be generated using crypt(3).
131 This was made in order to remove the key transformation, which was
132 included in the algorithm.
133 - The crypt algorithm was renamed to enigma.
134 - Changed many function's names in order to minimize namespace polution.
135 View the manpage for more information.
136
137 March 4th, 2000: (version 2.3.4)
138 - Improved POSIX Threads detection by Sascha Schumann
139 - Arcfour was renamed to arcfour-iv. The arcfour algorithm now does not
140 support iv (as the original algorithm does).
141 - Modes for block algorithms are not limited any more to a 256 bit block size.
142 - Mcrypt 2.2 compatibility functions were added.
143 - mcrypt_get_algo_key_size(), mcrypt_get_algo_block_size() functions
144 were added.
145
146 February 28th, 2000: (version 2.3.3)
147 - Some dlsyms were cached causing a 50% increase in speed.
148
149 February 27th, 2000:
150 - A slightly modified version of libmcrypt 2.2.4 was released in order
151 for mcrypt 2.5.0 to be able to compile against that series of libmcrypt.
152
153 February 22, 2000:
154 - mcrypt_is_block_algorithm_mode(), mcrypt_is_block_mode(),
155 mcrypt_is_block_algorithm(), functions were added.
156 - Bugfixes in the mcrypt_module_self_test().
157
158 February 8th, 2000:
159 - Keygen functionality was added to the cvs version of libmhash.
160 Libmcrypt seems to compile fine.
161
162 January 21st, 2000:
163 - Locks were added to libltdl calls so libmcrypt is still thread safe.
164
165 January 20th, 2000: (version 2.3.0)
166 - Tried to include libltdl. Not succesful yet. It compiles but it does
167 not work.
168 - keygen functionality was removed. It will be added to libmhash
169 http://schumann.cx/mhash
170
171 January 13th, 2000:
172 - Changed the sha-1 algorithm implementation
173 - mcrypt_get_iv_size now calls the specified mode, not the algorithm
174 - arcfour was added.
175
176 December 12th, 1999:
177 - Included patches by Steve Underwood, to allow an arbitary number of
178 streams of encryption.
179 - Thread locking was changed, in order to allow multiple encryption, and avoid
180 dead locks.
181
182 December 10th, 1999:
183 - Wake algorithm now supports IV.
184
185 December 4th, 1999:
186 - Changes in modules/modes in order to be thread-safe.
187
188 December 2nd, 1999:
189 - Bug fixes in the panama and xtea algorithms.
190 - The version of the module now can be checked at run-time (check mcrypt.h)
191
192 November 30th, 1999:
193 - Corrections in the panama algorithm, in order to work fine in big-endian
194 machines.
195
196 November 29th, 1999:
197 - encrypt() function crypt.c was renamed to __encrypt() in order to compile
198 in some systems.
199 - version number is included in the modules.
200 - mcrypt_list_algorithms(), mcrypt_list_modes() and mcrypt_list_keygen() now
201 check if the file is an mcrypt module (has the _mcrypt_xxx_version function).
202
203 November 28th, 1999:
204 - MARS was added (as a separate module)
205
206 November 26th, 1999:
207 - mcrypt_perror(int) function was added. It prints the text of an mcrypt
208 error code.
209 - Versioning has been changed. The release is no longer included in the library
210 name.
211 - Documentation was updated.
212
213 November 25th, 1999:
214 - crypt() and setkey() functions for enigma, were renamed to __crypt() and
215 __setkey() to keep some libcs happy.
216 - Corrected typo mistakes in twofish.c.
217 - Patched wake.c to work in bigendian machines.
218 - IDEA, RC4, RC6 which were non-free now are in a separate distribution.
219
220 November 24th, 1999:
221 - sdes key generation module was corrected. Now it works fine with
222 des(1).
223
224 November 20th, 1999:
225 - Mcrypt is now modular. Modes, algorithm, and key generation modules, can
226 be loaded dynamically.
227
228 November 17th, 1999:
229 - PANAMA stream algorithm was added (experimental).
230 - WAKE stream algorithm was added (experimental).
231
232 November 13th, 1999:
233 - Blowfish algorithm was changed, it is now compatible with other implementations.
234 - Accessing algorithms is now different. You do not specify TWOFISH_256, to
235 access TWOFISH algorithm with 256 bit key, but TWOFISH with keylength of
236 32 bytes (==256 bits). This is more flexible than the previous API since
237 you can access more keys.
238
239 October 16th, 1999:
240 - The new API is completed.
241 - STREAM mode was added.
242 - RC4 was added.
243
244 October 15th, 1999:
245 - libmcrypt is maintained using CVS.
246 - Major changes in the internal of the library. Much cleaner code.
247
248 October 14th, 1999:
249 - Serpent was added.
250
251 October 10th, 1999:
252 - Bugfix in sha1.
253
254 October 4th, 1999:
255 - Bugfixes in rc2 and rc6.
256 - rijndael implementation by Mike Scott was added.
257
258 September 29th, 1999:
259 - Minor bugfixes and optimization in the library. Now it uses less memory.
260
261 September 20th, 1999:
262 - Fixes in RC2, RC6 and SAFER+ code, so they work the same way in
263 big-endian and little-endian machines.
264 - Porting of SERPENT, MARS and RIJNDAEL is not ready, they do
265 not work right in bigendian machines.
266 - Bugfixes in the tests. Tests failed if one or two algorithms failed.
267
268 September 19th, 1999
269 - SERPENT was added in 128,192,256 key modes.
270
271 September 15th, 1999
272 - MARS and RIJNDAEL were added in 128,192,256 key modes.
273 - RC6 was splitted to RC6_128, RC6_192 and RC6_256 (the old RC6 is equal to RC6_256)
274 - RC2 was splitted to RC2_128, RC2_256 and RC2_1024 (the old RC2 is equal to RC2_1024)
275
276 September 14th, 1999
277 - Twofish code was changed. Now it uses Dr Brian Gladman's code.
278 - RC2 code was changed.
279
280 June 26th, 1999
281 - buffer overflow fixed in lib/mcrypt.c. Pointed out by Don Sutherland <dss@yadda.net>
282
283 June 23th, 1999
284 - RC2 code was cleared.
285 - RC6 was changed according to the specification. It is RC6 32/20/32.
286 RC6, SAFER+, LOKI97 and CAST-256 codes are actually Dr Brian Gladman's
287 code a bit modified for mcrypt.
288 - shared library version has changed (at last!)
289
290 June 22th, 1999
291 - SAFER+, LOKI97 and CAST-256 Added.
292
293 June 15th, 1999 - Version 2.2
294 - Changes in the xTEA algorithm. Some extra parenthesis made the algorithm
295 differ from the specification. Pointed out by Lars Nordentoft
296 <lntech@post9.tele.dk>. Read the README.xtea for more information.
297
298 June 12th, 1999 - Version 2.1.1
299 - Changes in the documentation which was inaccurate.
300
301 June 11th, 1999 - Version 2.1
302 - _mcrypt_ was placed as a prefix to all internal functions so they
303 do not pollute namespace.
304
305 May 29th, 1999
306 - test suites added
307 - Blowfish was divided to blowfish-448, -256, -192, -128.
308 - CBC can now accept IV
309 - mlock and munlock is used before mallocing and freeing any memory,
310 thus if such capabilities exist the library guarrantees that no
311 password is written in the disk (as swap etc.)
312 - gen_key_md5() was added and gen_key() was renamed to gen_key_sha1()
313 gen_key() is still defined to be gen_keysha1().
314
315 May 26th, 1999 - Version 2.0
316 - Documentation was incorrect and innacurate. Corrected.
317 - A #define WORDS_BIGENDIAN 0 was removed from acconfig.h, this
318 was confusing all the library headers, and thus the library was
319 useless.
320 - nbit-ofb mode added. n is the blocksize of the algorithm. Still
321 experimental.
322
323 May 24th, 1999 - Version 1.93
324 - defined get_block_size to be mcrypt_get_block_size so php3.0.8 compiles ok
325
326 May 17th, 1999 - Version 1.9
327 - gen_key() changed
328 - libtool support (based on Sascha Schumann's patches)

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26