Fixed EOF detection for encrypted packets.
[gnupg.git] / include / ChangeLog
blob339800f373bbc164c4e2c7f1a82797cd4cbee60f
1 2009-08-20  Daiki Ueno  <ueno@unixuser.org>  (wk)
3         * cipher.h (struct DEK): Add field S2K_CACHEID.
5 2008-04-18  Werner Koch  <wk@g10code.com>
7         * cipher.h (CIPHER_ALGO_CAMELLIA256): Change ID to 13.
8         (CIPHER_ALGO_CAMELLIA192): New.
10 2007-12-12  Werner Koch  <wk@g10code.com>
12         * cipher.h (CIPHER_ALGO_CAMELLIA128, CIPHER_ALGO_CAMELLIA256): New.
14 2006-09-20  Werner Koch  <wk@g10code.com>
16         * errors.h, http.h, memory.h, mpi.h, util.h, i18n.h: Removed.
17         * Makefile.am: New.
18         * distfiles: Removed.
20 2006-08-16  Werner Koch  <wk@g10code.com>
22         * keyserver.h:  Moved to ../common.
23         * http.h: Retired.
25 2006-04-28  Werner Koch  <wk@g10code.com>
27         * cipher.h (DIGEST_ALGO_SHA224): Define it.
29 2006-04-18  Werner Koch  <wk@g10code.com>
31         * keyserver.h, i18n.h, http.h, cipher.h: Updated to gpg 1.4.3.
33 2003-09-04  David Shaw  <dshaw@jabberwocky.com>
35         * cipher.h: Drop TIGER/192 support.
37         * types.h: Prefer using uint64_t when creating a 64-bit unsigned
38         type. This avoids a warning on compilers that support but complain
39         about unsigned long long.
41         * util.h: Make sure that only ascii is passed to isfoo
42         functions. (From Werner on stable branch).
44 2003-09-04  Werner Koch  <wk@gnupg.org>
46         * cipher.h (PUBKEY_USAGE_AUTH): Added.
48 2003-07-03  Werner Koch  <wk@gnupg.org>
50         * cipher.h (DBG_CIPHER,g10c_debug_mode): Removed.
52 2003-06-11  Werner Koch  <wk@gnupg.org>
54         * cipher.h: Include gcrypt.h and mapped cipher algo names to
55         gcrypt ones.  Removed twofish_old and skipjack.  Removed all
56         handle definitions and other raerely used stuff.  This file will
57         eventually be entirely removed.
59 2003-06-10  Werner Koch  <wk@gnupg.org>
61         * types.h (struct strlist): Removed.
63 2003-05-24  David Shaw  <dshaw@jabberwocky.com>
65         * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h:
66         Edit all preprocessor instructions to remove whitespace before the
67         '#'.  This is not required by C89, but there are some compilers
68         out there that don't like it.
70 2003-05-14  David Shaw  <dshaw@jabberwocky.com>
72         * types.h: Add initializer macros for 64-bit unsigned type.
74 2003-05-02  David Shaw  <dshaw@jabberwocky.com>
76         * cipher.h: Add constants for compression algorithms.
78 2003-03-11  David Shaw  <dshaw@jabberwocky.com>
80         * http.h: Add HTTP_FLAG_TRY_SRV.
82 2003-02-11  David Shaw  <dshaw@jabberwocky.com>
84         * types.h: Try and use uint64_t for a 64-bit type.
86 2003-02-04  David Shaw  <dshaw@jabberwocky.com>
88         * cipher.h: Add constants for new SHAs.
90 2002-11-13  David Shaw  <dshaw@jabberwocky.com>
92         * util.h [__CYGWIN32__]: Don't need the registry prototypes.  From
93         Werner on stable branch.
95 2002-11-06  David Shaw  <dshaw@jabberwocky.com>
97         * util.h: Add wipememory2() macro (same as wipememory, but can
98         specify the byte to wipe with).
100 2002-10-31  Stefan Bellon  <sbellon@sbellon.de>
102         * util.h [__riscos__]: Prefixed all RISC OS prototypes with
103         riscos_*
105         * zlib-riscos.h: New. This is macro magic in order to make the
106         zlib library calls indeed call the RISC OS ZLib module.
108 2002-10-31  David Shaw  <dshaw@jabberwocky.com>
110         * util.h: Add wipememory() macro.
112 2002-10-29  Stefan Bellon  <sbellon@sbellon.de>
114         * util.h: Added parameter argument to make_basename() needed for
115         filetype support.
116         [__riscos__]: Added prototype.
118 2002-10-28  Stefan Bellon  <sbellon@sbellon.de>
120         * util.h [__riscos__]: Added prototypes for new filetype support.
122 2002-10-19  David Shaw  <dshaw@jabberwocky.com>
124         * distfiles, _regex.h: Add _regex.h from glibc 2.3.1.
126 2002-10-14  David Shaw  <dshaw@jabberwocky.com>
128         * keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
130 2002-10-08  David Shaw  <dshaw@jabberwocky.com>
132         * keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
134 2002-10-03  David Shaw  <dshaw@jabberwocky.com>
136         * util.h: Add new log_warning logger command which can be switched
137         between log_info and log_error via log_set_strict.
139 2002-09-24  David Shaw  <dshaw@jabberwocky.com>
141         * keyserver.h: Add some new error codes for better GPA support.
143 2002-09-10  Werner Koch  <wk@gnupg.org>
145         * mpi.h (mpi_is_protected, mpi_set_protect_flag)
146         (mpi_clear_protect_flag): Removed.
147         (mpi_get_nbit_info, mpi_set_nbit_info): Removed.
149 2002-08-13  David Shaw  <dshaw@jabberwocky.com>
151         * cipher.h: Add AES aliases for RIJNDAEL algo numbers.
153 2002-08-07  David Shaw  <dshaw@jabberwocky.com>
155         * cipher.h: Add md_algo_present().
157 2002-08-06  Stefan Bellon  <sbellon@sbellon.de>
159         * util.h [__riscos__]: Added riscos_getchar().
161 2002-06-21  Stefan Bellon  <sbellon@sbellon.de>
163         * util.h [__riscos__]: Further moving away of RISC OS specific
164         stuff from general code.
166 2002-06-20  Stefan Bellon  <sbellon@sbellon.de>
168         * util.h [__riscos__]: Added riscos_set_filetype().
170 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
172         * util.h: Add pop_strlist() from strgutil.c.
174 2002-06-07  Stefan Bellon  <sbellon@sbellon.de>
176         * util.h [__riscos__]: RISC OS needs strings.h for strcasecmp()
177         and strncasecmp().
179 2002-05-22  Werner Koch  <wk@gnupg.org>
181         * util.h: Add strncasecmp.  Removed stricmp and memicmp.
183 2002-05-10  Stefan Bellon  <sbellon@sbellon.de>
185         * mpi.h: New function mpi_debug_alloc_like for M_DEBUG.
187         * util.h [__riscos__]: Make use of __func__ that later
188         Norcroft compiler provides.
190         * memory.h: Fixed wrong definition of m_alloc_secure_clear.
192 2002-04-23  David Shaw  <dshaw@jabberwocky.com>
194         * util.h: New function answer_is_yes_no_default() to give a
195         default answer.
197 2002-04-22  Stefan Bellon  <sbellon@sbellon.de>
199         * util.h [__riscos__]: Removed riscos_open, riscos_fopen and
200         riscos_fstat as those special versions aren't needed anymore.
202 2002-02-19  David Shaw  <dshaw@jabberwocky.com>
204         * keyserver.h: Add KEYSERVER_NOT_SUPPORTED for unsupported actions
205         (say, a keyserver that has no way to search, or a readonly
206         keyserver that has no way to add).
208 2002-01-02  Stefan Bellon  <sbellon@sbellon.de>
210         * util.h [__riscos__]: Updated prototype list.
212         * types.h [__riscos__]: Changed comment wording.
214 2001-12-27  David Shaw  <dshaw@jabberwocky.com>
216         * KEYSERVER_SCHEME_NOT_FOUND should be 127 to match the POSIX
217         system() (via /bin/sh) way of signaling this.
218         
219         * Added G10ERR_KEYSERVER
221 2001-12-27  Werner Koch  <wk@gnupg.org>
223         * util.h [MINGW32]: Fixed name of include file.
225 2001-12-22  Timo Schulz <ts@winpt.org>
227         * util.h (is_file_compressed): New.
229 2001-12-19  Werner Koch  <wk@gnupg.org>
231         * util.h [CYGWIN32]: Allow this as an alias for MINGW32. Include
232         stdarg.h becuase we use the va_list type.  By Disastry.
234 2001-09-28  Werner Koch  <wk@gnupg.org>
236         * cipher.h (PUBKEY_USAGE_CERT): New.
238 2001-09-07  Werner Koch  <wk@gnupg.org>
240         * util.h: Add strsep().
242 2001-08-30  Werner Koch  <wk@gnupg.org>
244         * cipher.h (DEK): Added use_mdc.
246 2001-08-24  Werner Koch  <wk@gnupg.org>
248         * cipher.h (md_write): Made buf arg const. 
250 2001-08-20  Werner Koch  <wk@gnupg.org>
252         * cipher.h (DEK): Added algo_info_printed;
254         * util.h [__riscos__]: Added prototypes and made sure that we
255         never use __attribute__.
256         * cipher.h, iobuf.h, memory.h, mpi.h [__riscos__]: extern hack.
257         * i18n.h [__riscos__]: Use another include file
258         
259 2001-05-30  Werner Koch  <wk@gnupg.org>
261         * ttyio.h (tty_printf): Add missing parenthesis for non gcc.
262         * http.h: Removed trailing comma to make old ccs happy.  Both are
263         by Albert Chin.
265 2001-05-25  Werner Koch  <wk@gnupg.org>
267         * ttyio.h (tty_printf): Add printf attribute.
269 2001-04-23  Werner Koch  <wk@gnupg.org>
271         * http.h: New flag HTTP_FLAG_NO_SHUTDOWN.
273 2001-04-13  Werner Koch  <wk@gnupg.org>
275         * iobuf.h: Removed iobuf_fopen.
277 2001-03-01  Werner Koch  <wk@gnupg.org>
279         * errors.h (G10ERR_UNU_SECKEY,G10ERR_UNU_PUBKEY): New
281 2000-11-30  Werner Koch  <wk@gnupg.org>
283         * iobuf.h (iobuf_translate_file_handle): Add prototype.
285 2000-11-11  Paul Eggert  <eggert@twinsun.com>
287         * iobuf.h (iobuf_get_filelength): Now returns off_t, not u32.
288         (struct iobuf_struct, iobuf_set_limit,
289         iobuf_tell, iobuf_seek): Use off_t, not ulong, for file offsets.
291 2000-10-12  Werner Koch  <wk@gnupg.org>
293         * mpi.h: Changed the way mpi_limb_t is defined.
295 Wed Sep  6 17:55:47 CEST 2000  Werner Koch  <wk@openit.de>
297         * iobuf.c (IOBUF_FILELENGTH_LIMIT): New.
299 2000-03-14 14:03:43  Werner Koch  (wk@habibti.openit.de)
301         * types.h (HAVE_U64_TYPEDEF): Defined depending on configure test.
303 Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
305         * types.h (HAVE_U64_TYPEDEF): Add a test for _LONGLONG which fixes
306         this long living SGI bug.  Reported by Alec Habig.
308 Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>
310         * iobuf.h (IOBUFCTRL_CANCEL): Nww.
312 Mon Oct  4 21:23:04 CEST 1999  Werner Koch  <wk@gnupg.de>
314         * errors.h (G10ERR_NOT_PROCESSED): New.
316 Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
319         * i18n.h: Add support for simple-gettext.
321 Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
324         * util.h (stricmp): Use strcasecmp as replacement.
326 Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
329         * cipher.h (MD_HANDLE): Assigned a structure name.
331 Fri Apr  9 12:26:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
333         * cipher.h (BLOWFISH160): Removed.
335 Tue Apr  6 19:58:12 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
337         * cipher.h (DEK): increased max. key length to 32 bytes
340 Sat Feb 20 21:40:49 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
342         * g10lib.h: Removed file and changed all files that includes this.
344 Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
346         * types.h (STRLIST): Add field flags.
348 Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
350         * cipher.h (CIPHER_ALGO_TWOFISH): Chnaged ID to 10 and renamed
351         the old experimenatl algorithm to xx_OLD.
353 Thu Jan  7 18:00:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
355         * cipher.h (MD_BUFFER_SIZE): Removed.
357 Mon Dec 14 21:18:49 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
359         * types.h: fix for SUNPRO_C
361 Tue Dec  8 13:15:16 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
363         * mpi.h (MPI): Changed the structure name to gcry_mpi and
364         changed all users.
366 Tue Oct 20 11:40:00 1998  Werner Koch  (wk@isil.d.shuttle.de)
368         * iobuf.h (iobuf_get_temp_buffer): New.
370 Tue Oct 13 12:40:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
372         * iobuf.h (iobuf_get): Now uses .nofast
373         (iobuf_get2): Removed.
375 Mon Sep 14 09:17:22 1998  Werner Koch  (wk@(none))
377         * util.h (HAVE_ATEXIT): New.
378         (HAVE_RAISE): New.
380 Mon Jul  6 10:41:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
382         * cipher.h (PUBKEY_USAGE_): New.
384 Mon Jul  6 09:49:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
386         * iobuf.h (iobuf_set_error): New.
387         (iobuf_error): New.
389 Sat Jun 13 17:31:32 1998  Werner Koch  (wk@isil.d.shuttle.de)
391         * g10lib.h: New as interface for the g10lib.
393 Mon Jun  8 22:14:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
395         * cipher.h (CIPHER_ALGO_CAST5): Changed name from .. CAST
397 Thu May 21 13:25:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
399         * cipher.h: removed ROT 5 and changed one id and add dummy
401 Tue May 19 18:09:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
403         * cipher.h (DIGEST_ALGO_TIGER): Chnaged id from 101 to 6.
405 Mon May  4 16:37:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
407         * cipher.h (PUBKEY_ALGO_ELGAMAL_E): New, with value of the
408         old one.
409         * (is_ELGAMAL, is_RSA): New macros
411 Sun Apr 26 14:35:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
413         * types.h: New type u64
415 Mon Mar  9 12:59:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
417         * cipher.h: Included dsa.h.
419 Tue Mar  3 15:11:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
421         * cipher.h (random.h): Add new header and move all relevalt
422         functions to this header.
425  Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
427  This file is free software; as a special exception the author gives
428  unlimited permission to copy and/or distribute it, with or without
429  modifications, as long as this notice is preserved.
431  This file is distributed in the hope that it will be useful, but
432  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
433  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.