12011-12-02  Werner Koch  <wk@g10code.com>
2
3	NB: ChangeLog files are no longer manually maintained.  Starting
4	on December 1st, 2011 we put change information only in the GIT
5	commit log, and generate a top-level ChangeLog file from logs at
6	"make dist".  See doc/HACKING for details.
7
82010-09-28  Werner Koch  <wk@g10code.com>
9
10	* ttyio.h (ttyfp_is, init_ttyfp) [__VMS]: New.
11
122009-09-03  Werner Koch  <wk@g10code.com>
13
14	* util.h (xtryvasprintf): New.
15
162009-08-25  Werner Koch  <wk@g10code.com>
17
18	* compat.h: Add xstrconcat.
19
202009-08-11  David Shaw  <dshaw@jabberwocky.com>
21
22	* util.h: Add string_to_utf8() from GPA.
23
242009-07-21  Werner Koch  <wk@g10code.com>
25
26	* estream-printf.h: New.  Taken from libestream.x
27
282009-07-20  Werner Koch  <wk@g10code.com>
29
30	* types.h (strlist_t): Add new alias for STRLIST.
31
32	* memory.h (xtrymalloc,xtrystrdup): New.
33
34	* util.h: Add prototypes for util/convert.c.
35
362009-05-26  David Shaw  <dshaw@jabberwocky.com>
37
38	* http.h: Pass in a STRLIST for additional headers on http_open
39	and http_open_document.
40
412009-04-05  David Shaw  <dshaw@jabberwocky.com>
42
43	* srv.h: Move from util/srv.h.
44
452009-04-02  David Shaw  <dshaw@jabberwocky.com>
46
47	* http.h: Allow passing srvtag to http_open and
48	http_open_document.
49
502008-04-17  David Shaw  <dshaw@jabberwocky.com>
51
52	* cipher.h: Add the 192-bit variant of Camellia.
53
542007-11-29  David Shaw  <dshaw@jabberwocky.com>
55
56	* cipher.h: Add the 128-bit variant of Camellia.
57
582007-10-23  Werner Koch  <wk@g10code.com>
59
60	Switched entire package to GPLv3+.
61	* assuan.h, _regex.h: Just change the address notice.
62
632007-08-24  Werner Koch  <wk@g10code.com>
64
65	* util.h (same_file_p): Add prototype.
66
672007-06-13  David Shaw  <dshaw@jabberwocky.com>
68
69	* cipher.h (CIPHER_ALGO_CAMELLIA): Add Camellia define.
70
712007-04-16  David Shaw  <dshaw@jabberwocky.com>
72
73	* util.h (ascii_toupper, ascii_tolower, ascii_strcasecmp,
74	ascii_strncasecmp): Move functions to compat.h.
75
762006-12-11  Werner Koch  <wk@g10code.com>
77
78	* mpi.h (mpi_is_neg, mpi_get_nlimbs): Replaced macros by function
79	prototypes.
80	(struct gcry_mpi): Changed to a forward declaration.
81	(mpi_limb_t): Moved to ../mpi/mpi-internal.h.
82	(MPI_NULL): Removed.
83	(mpi_is_opaque, mpi_is_secure): Implement in terms of mpi_get_flags.
84
852006-12-04  Werner Koch  <wk@g10code.com>
86
87	* iobuf.h (iobuf_t): New.  That is the name we use in 2.0.
88
892006-09-28  David Shaw  <dshaw@jabberwocky.com>
90
91	* compat.h: Move strsep prototype and ascii_isspace macro to from
92	util.h.
93
94	* compat.h: New, used for libcompat.a functions.
95
96	* util.h: Includes compat.h.
97
982006-04-20  David Shaw  <dshaw@jabberwocky.com>
99
100	* cipher.h: Add dsa2_generate();
101
1022006-04-19  David Shaw  <dshaw@jabberwocky.com>
103
104	* cipher.h: Add SHA-224.
105
1062006-03-16  David Shaw  <dshaw@jabberwocky.com>
107
108	* util.h: Handle the fixed IPGP type with fingerprint.
109
1102006-02-14  Werner Koch  <wk@gnupg.org>
111
112	* errors.h (G10ERR_NO_DATA): New.
113
1142005-12-23  David Shaw  <dshaw@jabberwocky.com>
115
116	* util.h: Prototype get_cert().
117
1182005-07-27  Werner Koch  <wk@g10code.com>
119
120	* memory.h (m_free, m_alloc, m_realloc, m_strdup): Removed and
121	replaced all over by xfoo functions.  This is to ease porting to
122	gnupg 1.9.
123	(xmalloc_secure) [M_DEBUG]: Correctly map to m_debug_alloc_secure.
124
1252005-06-23  David Shaw  <dshaw@jabberwocky.com>
126
127	* http.h: Fix prototypes for http_open_document and http_open
128	again, to handle the new different auth for regular files and
129	proxies.
130
1312005-06-21  David Shaw  <dshaw@jabberwocky.com>
132
133	* http.h: Fix prototypes for http_open_document and http_open to
134	pass in auth and proxyauth.
135
1362005-05-19  Werner Koch  <wk@g10code.com>
137
138	* util.h: Add definitions for membuf functions.
139
1402005-05-05  David Shaw  <dshaw@jabberwocky.com>
141
142	* util.h: Remove add_days_to_timestamp as unused.
143
1442005-04-22  David Shaw  <dshaw@jabberwocky.com>
145
146	* distfiles: Add assuan.h.
147
1482005-04-04  Werner Koch  <wk@g10code.com>
149
150	* memory.h (xcalloc, xcalloc_secure): Replaced macros by functions.
151
1522005-03-31  Werner Koch  <wk@g10code.com>
153
154	* assuan.h: New.  Taken from libassuan 0.6.9.
155
1562005-03-18  David Shaw  <dshaw@jabberwocky.com>
157
158	* ttyio.h: Prototype tty_enable_completion(), and
159	tty_disable_completion().
160
1612005-02-09  David Shaw  <dshaw@jabberwocky.com>
162
163	* cipher.h: Add a flag for a symmetric DEK.
164
1652004-12-16  David Shaw  <dshaw@jabberwocky.com>
166
167	* memory.h: Return a flag to indicate whether we got the lock.
168
1692004-11-29  David Shaw  <dshaw@jabberwocky.com>
170
171	* cipher.h: Add PUBKEY_USAGE_UNKNOWN.
172
1732004-11-03  Timo Schulz  <twoaday@g10code.com>
174
175        * errors.h: Add w32_strerror prototype.
176	* dynload.h: Use w32_strerror.
177
1782004-10-27  Werner Koch  <wk@g10code.com>
179
180	* dynload.h: Always use it for _WIN32.
181
1822004-10-21  Werner Koch  <wk@g10code.com>
183
184	* util.h [!HAVE_VASPRINTF]: Removed prototype.
185
1862004-10-15  Werner Koch  <wk@g10code.com>
187
188	* util.h [!HAVE_VASPRINTF]: Add asprintf prototype.
189
1902004-10-13  David Shaw  <dshaw@jabberwocky.com>
191
192	* keyserver.h: Add KEYSERVER_TIMEOUT.
193
1942004-09-30  David Shaw  <dshaw@jabberwocky.com>
195
196	* util.h: Prototype destroy_dotlock().  From Werner on stable
197	branch.
198
1992004-09-10  David Shaw  <dshaw@jabberwocky.com>
200
201	* http.h: Add auth field for a parsed_uri to allow for basic auth.
202
2032004-09-09  Werner Koch  <wk@g10code.com>
204
205	* errors.h (G10ERR_NO_CARD, G10ERR_CANCELED): New error codes.
206
2072004-04-27  Werner Koch  <wk@gnupg.org>
208
209	* mpi.h: Renamed prototype parameter name to avoid gcc warnings.
210
2112004-03-04  David Shaw  <dshaw@jabberwocky.com>
212
213	* iobuf.h: Remove iobuf_set_block_mode() and
214	iobuf_in_block_mode().
215
2162004-02-21  David Shaw  <dshaw@jabberwocky.com>
217
218	* util.h: Prototype for hextobyte().
219
2202004-01-16  David Shaw  <dshaw@jabberwocky.com>
221
222	* cipher.h: Remove the old CIPHER_ALGO_RINJDAEL values.
223	is_ELGAMAL() now only matches type 16 and not type 20.
224
2252004-01-15  David Shaw  <dshaw@jabberwocky.com>
226
227	* util.h: Add prototype for print_string2().
228
2292003-12-28  David Shaw  <dshaw@jabberwocky.com>
230
231	* http.h: Pass the http proxy from outside rather than pulling it
232	from the evironment.
233
2342003-12-28  Stefan Bellon  <sbellon@sbellon.de>
235
236	* util.h [__riscos__]: Removal of unnecessary RISC OS stuff.
237
2382003-12-17  David Shaw  <dshaw@jabberwocky.com>
239
240	* mpi.h (gcry_mpi, mpi_get_opaque, mpi_set_opaque): Make nbits and
241	the length of an opaque MPI unsigned.
242
243	* cipher.h (pubkey_verify): Remove old unused code.
244
2452003-12-03  David Shaw  <dshaw@jabberwocky.com>
246
247	* cipher.h: Make cipher list match 2440bis-09.
248
2492003-11-20  David Shaw  <dshaw@jabberwocky.com>
250
251	* util.h: Add prototype for match_multistr().
252
2532003-10-31  David Shaw  <dshaw@jabberwocky.com>
254
255	* cipher.h: Add COMPRESS_ALGO_BZIP2.
256
2572003-10-04  Timo Schulz  <twoaday@freakmail.de>
258
259	* dynload [WIN32] (dlclose): Do not use CloseHandle but FreeLibrary.
260
2612003-09-29  Werner Koch  <wk@gnupg.org>
262
263	* cipher.h (PUBKEY_USAGE_AUTH): New.
264
2652003-09-28  Timo Schulz  <twoaday@freakmail.de>
266
267	* util.h [WIN32]: Prototype for asprintf.
268	* dynload.h [WIN32]: Define RTLD_LAZY.
269
2702003-09-28  Werner Koch  <wk@gnupg.org>
271
272	* util.h: Add the atoi_* and xtoi_* suite of macros from 1.9.
273	* dynload.h: New.  Taken from 1.9.
274
2752003-09-27  Werner Koch  <wk@gnupg.org>
276
277	* memory.h (xmalloc): Define xmalloc macros in terms of m_alloc.
278
2792003-09-04  David Shaw  <dshaw@jabberwocky.com>
280
281	* cipher.h: Drop TIGER/192 support.
282
2832003-08-28  David Shaw  <dshaw@jabberwocky.com>
284
285	* util.h: s/__MINGW32__/_WIN32/ to help building on native Windows
286	compilers.  Requested by Brian Gladman.  From Werner on stable
287	branch.
288
2892003-07-10  David Shaw  <dshaw@jabberwocky.com>
290
291	* types.h: Prefer using uint64_t when creating a 64-bit unsigned
292	type. This avoids a warning on compilers that support but complain
293	about unsigned long long.
294
295	* util.h (ascii_isspace): New variation on isspace() that is
296	immune from locale changes.
297
298	* util.h: Make sure that only ascii is passed to isfoo
299	functions. (From Werner on stable branch).
300
3012003-05-24  David Shaw  <dshaw@jabberwocky.com>
302
303	* cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h:
304	Edit all preprocessor instructions to remove whitespace before the
305	'#'.  This is not required by C89, but there are some compilers
306	out there that don't like it.
307
3082003-05-14  David Shaw  <dshaw@jabberwocky.com>
309
310	* types.h: Add initializer macros for 64-bit unsigned type.
311
3122003-05-02  David Shaw  <dshaw@jabberwocky.com>
313
314	* cipher.h: Add constants for compression algorithms.
315
3162003-03-11  David Shaw  <dshaw@jabberwocky.com>
317
318	* http.h: Add HTTP_FLAG_TRY_SRV.
319
3202003-02-11  David Shaw  <dshaw@jabberwocky.com>
321
322	* types.h: Try and use uint64_t for a 64-bit type.
323
3242003-02-04  David Shaw  <dshaw@jabberwocky.com>
325
326	* cipher.h: Add constants for new SHAs.
327
3282002-11-13  David Shaw  <dshaw@jabberwocky.com>
329
330	* util.h [__CYGWIN32__]: Don't need the registry prototypes.  From
331	Werner on stable branch.
332
3332002-11-06  David Shaw  <dshaw@jabberwocky.com>
334
335	* util.h: Add wipememory2() macro (same as wipememory, but can
336	specify the byte to wipe with).
337
3382002-10-31  Stefan Bellon  <sbellon@sbellon.de>
339
340	* util.h [__riscos__]: Prefixed all RISC OS prototypes with
341	riscos_*
342
343	* zlib-riscos.h: New. This is macro magic in order to make the
344	zlib library calls indeed call the RISC OS ZLib module.
345
3462002-10-31  David Shaw  <dshaw@jabberwocky.com>
347
348	* util.h: Add wipememory() macro.
349
3502002-10-29  Stefan Bellon  <sbellon@sbellon.de>
351
352	* util.h: Added parameter argument to make_basename() needed for
353	filetype support.
354	[__riscos__]: Added prototype.
355
3562002-10-28  Stefan Bellon  <sbellon@sbellon.de>
357
358	* util.h [__riscos__]: Added prototypes for new filetype support.
359
3602002-10-19  David Shaw  <dshaw@jabberwocky.com>
361
362	* distfiles, _regex.h: Add _regex.h from glibc 2.3.1.
363
3642002-10-14  David Shaw  <dshaw@jabberwocky.com>
365
366	* keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
367
3682002-10-08  David Shaw  <dshaw@jabberwocky.com>
369
370	* keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
371
3722002-10-03  David Shaw  <dshaw@jabberwocky.com>
373
374	* util.h: Add new log_warning logger command which can be switched
375	between log_info and log_error via log_set_strict.
376
3772002-09-24  David Shaw  <dshaw@jabberwocky.com>
378
379	* keyserver.h: Add some new error codes for better GPA support.
380
3812002-09-10  Werner Koch  <wk@gnupg.org>
382
383	* mpi.h (mpi_is_protected, mpi_set_protect_flag)
384	(mpi_clear_protect_flag): Removed.
385	(mpi_get_nbit_info, mpi_set_nbit_info): Removed.
386
3872002-08-13  David Shaw  <dshaw@jabberwocky.com>
388
389	* cipher.h: Add AES aliases for RIJNDAEL algo numbers.
390
3912002-08-07  David Shaw  <dshaw@jabberwocky.com>
392
393	* cipher.h: Add md_algo_present().
394
3952002-08-06  Stefan Bellon  <sbellon@sbellon.de>
396
397	* util.h [__riscos__]: Added riscos_getchar().
398
3992002-06-21  Stefan Bellon  <sbellon@sbellon.de>
400
401	* util.h [__riscos__]: Further moving away of RISC OS specific
402	stuff from general code.
403
4042002-06-20  Stefan Bellon  <sbellon@sbellon.de>
405
406	* util.h [__riscos__]: Added riscos_set_filetype().
407
4082002-06-14  David Shaw  <dshaw@jabberwocky.com>
409
410	* util.h: Add pop_strlist() from strgutil.c.
411
4122002-06-07  Stefan Bellon  <sbellon@sbellon.de>
413
414	* util.h [__riscos__]: RISC OS needs strings.h for strcasecmp()
415	and strncasecmp().
416
4172002-05-22  Werner Koch  <wk@gnupg.org>
418
419	* util.h: Add strncasecmp.  Removed stricmp and memicmp.
420
4212002-05-10  Stefan Bellon  <sbellon@sbellon.de>
422
423	* mpi.h: New function mpi_debug_alloc_like for M_DEBUG.
424
425	* util.h [__riscos__]: Make use of __func__ that later
426	Norcroft compiler provides.
427
428	* memory.h: Fixed wrong definition of m_alloc_secure_clear.
429
4302002-04-23  David Shaw  <dshaw@jabberwocky.com>
431
432	* util.h: New function answer_is_yes_no_default() to give a
433	default answer.
434
4352002-04-22  Stefan Bellon  <sbellon@sbellon.de>
436
437	* util.h [__riscos__]: Removed riscos_open, riscos_fopen and
438	riscos_fstat as those special versions aren't needed anymore.
439
4402002-02-19  David Shaw  <dshaw@jabberwocky.com>
441
442	* keyserver.h: Add KEYSERVER_NOT_SUPPORTED for unsupported actions
443	(say, a keyserver that has no way to search, or a readonly
444	keyserver that has no way to add).
445
4462002-01-02  Stefan Bellon  <sbellon@sbellon.de>
447
448	* util.h [__riscos__]: Updated prototype list.
449
450	* types.h [__riscos__]: Changed comment wording.
451
4522001-12-27  David Shaw  <dshaw@jabberwocky.com>
453
454	* KEYSERVER_SCHEME_NOT_FOUND should be 127 to match the POSIX
455	system() (via /bin/sh) way of signaling this.
456
457	* Added G10ERR_KEYSERVER
458
4592001-12-27  Werner Koch  <wk@gnupg.org>
460
461	* util.h [MINGW32]: Fixed name of include file.
462
4632001-12-22  Timo Schulz <ts@winpt.org>
464
465        * util.h (is_file_compressed): New.
466
4672001-12-19  Werner Koch  <wk@gnupg.org>
468
469	* util.h [CYGWIN32]: Allow this as an alias for MINGW32. Include
470	stdarg.h becuase we use the va_list type.  By Disastry.
471
4722001-09-28  Werner Koch  <wk@gnupg.org>
473
474	* cipher.h (PUBKEY_USAGE_CERT): New.
475
4762001-09-07  Werner Koch  <wk@gnupg.org>
477
478	* util.h: Add strsep().
479
4802001-08-30  Werner Koch  <wk@gnupg.org>
481
482	* cipher.h (DEK): Added use_mdc.
483
4842001-08-24  Werner Koch  <wk@gnupg.org>
485
486	* cipher.h (md_write): Made buf arg const.
487
4882001-08-20  Werner Koch  <wk@gnupg.org>
489
490	* cipher.h (DEK): Added algo_info_printed;
491
492	* util.h [__riscos__]: Added prototypes and made sure that we
493	never use __attribute__.
494	* cipher.h, iobuf.h, memory.h, mpi.h [__riscos__]: extern hack.
495	* i18n.h [__riscos__]: Use another include file
496
4972001-05-30  Werner Koch  <wk@gnupg.org>
498
499	* ttyio.h (tty_printf): Add missing parenthesis for non gcc.
500	* http.h: Removed trailing comma to make old ccs happy.  Both are
501	by Albert Chin.
502
5032001-05-25  Werner Koch  <wk@gnupg.org>
504
505	* ttyio.h (tty_printf): Add printf attribute.
506
5072001-04-23  Werner Koch  <wk@gnupg.org>
508
509	* http.h: New flag HTTP_FLAG_NO_SHUTDOWN.
510
5112001-04-13  Werner Koch  <wk@gnupg.org>
512
513	* iobuf.h: Removed iobuf_fopen.
514
5152001-03-01  Werner Koch  <wk@gnupg.org>
516
517	* errors.h (G10ERR_UNU_SECKEY,G10ERR_UNU_PUBKEY): New
518
5192000-11-30  Werner Koch  <wk@gnupg.org>
520
521	* iobuf.h (iobuf_translate_file_handle): Add prototype.
522
5232000-11-11  Paul Eggert  <eggert@twinsun.com>
524
525        * iobuf.h (iobuf_get_filelength): Now returns off_t, not u32.
526        (struct iobuf_struct, iobuf_set_limit,
527        iobuf_tell, iobuf_seek): Use off_t, not ulong, for file offsets.
528
5292000-10-12  Werner Koch  <wk@gnupg.org>
530
531	* mpi.h: Changed the way mpi_limb_t is defined.
532
533Wed Sep  6 17:55:47 CEST 2000  Werner Koch  <wk@openit.de>
534
535        * iobuf.c (IOBUF_FILELENGTH_LIMIT): New.
536
5372000-03-14 14:03:43  Werner Koch  (wk@habibti.openit.de)
538
539	* types.h (HAVE_U64_TYPEDEF): Defined depending on configure test.
540
541Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
542
543	* types.h (HAVE_U64_TYPEDEF): Add a test for _LONGLONG which fixes
544	this long living SGI bug.  Reported by Alec Habig.
545
546Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>
547
548	* iobuf.h (IOBUFCTRL_CANCEL): Nww.
549
550Mon Oct  4 21:23:04 CEST 1999  Werner Koch  <wk@gnupg.de>
551
552	* errors.h (G10ERR_NOT_PROCESSED): New.
553
554Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
555
556
557	* i18n.h: Add support for simple-gettext.
558
559Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
560
561
562	* util.h (stricmp): Use strcasecmp as replacement.
563
564Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
565
566
567	* cipher.h (MD_HANDLE): Assigned a structure name.
568
569Fri Apr  9 12:26:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
570
571	* cipher.h (BLOWFISH160): Removed.
572
573Tue Apr  6 19:58:12 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
574
575	* cipher.h (DEK): increased max. key length to 32 bytes
576
577
578Sat Feb 20 21:40:49 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
579
580	* g10lib.h: Removed file and changed all files that includes this.
581
582Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
583
584	* types.h (STRLIST): Add field flags.
585
586Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
587
588	* cipher.h (CIPHER_ALGO_TWOFISH): Chnaged ID to 10 and renamed
589	the old experimenatl algorithm to xx_OLD.
590
591Thu Jan  7 18:00:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
592
593	* cipher.h (MD_BUFFER_SIZE): Removed.
594
595Mon Dec 14 21:18:49 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
596
597	* types.h: fix for SUNPRO_C
598
599Tue Dec  8 13:15:16 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
600
601	* mpi.h (MPI): Changed the structure name to gcry_mpi and
602	changed all users.
603
604Tue Oct 20 11:40:00 1998  Werner Koch  (wk@isil.d.shuttle.de)
605
606	* iobuf.h (iobuf_get_temp_buffer): New.
607
608Tue Oct 13 12:40:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
609
610	* iobuf.h (iobuf_get): Now uses .nofast
611	(iobuf_get2): Removed.
612
613Mon Sep 14 09:17:22 1998  Werner Koch  (wk@(none))
614
615	* util.h (HAVE_ATEXIT): New.
616	(HAVE_RAISE): New.
617
618Mon Jul  6 10:41:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
619
620	* cipher.h (PUBKEY_USAGE_): New.
621
622Mon Jul  6 09:49:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
623
624	* iobuf.h (iobuf_set_error): New.
625	(iobuf_error): New.
626
627Sat Jun 13 17:31:32 1998  Werner Koch  (wk@isil.d.shuttle.de)
628
629	* g10lib.h: New as interface for the g10lib.
630
631Mon Jun  8 22:14:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
632
633	* cipher.h (CIPHER_ALGO_CAST5): Changed name from .. CAST
634
635Thu May 21 13:25:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
636
637	* cipher.h: removed ROT 5 and changed one id and add dummy
638
639Tue May 19 18:09:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
640
641	* cipher.h (DIGEST_ALGO_TIGER): Chnaged id from 101 to 6.
642
643Mon May  4 16:37:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
644
645	* cipher.h (PUBKEY_ALGO_ELGAMAL_E): New, with value of the
646	old one.
647	* (is_ELGAMAL, is_RSA): New macros
648
649Sun Apr 26 14:35:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
650
651	* types.h: New type u64
652
653Mon Mar  9 12:59:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
654
655	* cipher.h: Included dsa.h.
656
657Tue Mar  3 15:11:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
658
659	* cipher.h (random.h): Add new header and move all relevalt
660	functions to this header.
661
662
663 Copyright 1998, 1999, 2000, 2001, 2002, 2003,
664	   2004, 2005 Free Software Foundation, Inc.
665
666 This file is free software; as a special exception the author gives
667 unlimited permission to copy and/or distribute it, with or without
668 modifications, as long as this notice is preserved.
669
670 This file is distributed in the hope that it will be useful, but
671 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
672 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
673