/[mcrypt]/libmcrypt/NEWS
ViewVC logotype

Contents of /libmcrypt/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.45 - (show annotations)
Sat Jul 6 10:18:18 2002 UTC (21 years, 9 months ago) by nmav
Branch: MAIN
Changes since 1.44: +3 -0 lines
introduced the use of the const keyword in the exported functions

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26