summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
blob: 2e8bb93f32ce522e486dfdfd86d3c52e1ca5e8b6 (plain)
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
2003-08-30  Werner Koch  <wk@gnupg.org>

	* gcrypt.texi (Working with hash algorithms): Clarified that HMAC
	does not work with all algorithms.

2003-07-30  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Available asymmetric algorithms): Mention
	GCRY_AC_ELG_E.

2003-07-28  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Working with keys): Mention that gcry_pk_testkey
	and gcry_ac_key_test only verify private keys.
	(Working with keys): Fix typo.
	(General public-key related Functions): Fixed some sentences,
	thanks to Neil Spring.

2003-07-27  Werner Koch  <wk@gnupg.org>

	* gcrypt.texi: Adjusted description of gcry_mpi_scan and
	gcry_mpi_dump. Add gcry_mpi_dump.

2003-07-22  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi: Added more documentation for the register
	mechanism.

2003-07-18  Werner Koch  <wk@gnupg.org>

	* gcrypt.texi (Misc): Add a warning on the use of opaque values.

2003-07-14  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Overview): Mention the non-thread-safe-nature of
	functions modifying context stored in handles.

2003-07-12  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Available ciphers): Added: TWOFISH128.
	(Error Handling): Merged a lot of documentation taken from GPGME.

2003-07-08  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Working with sets of data): Documented:
	gcry_ac_data_copy.

2003-07-07  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi: Documented module system.

2003-07-05  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Working with cipher handles): Small fix by Simon
	Josefsson <jas@extundo.com>.

2003-07-02  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi: Documented ac interface.

2003-06-18  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi: Small fixes.

2003-06-16  Moritz Schulte  <moritz@g10code.com>

	* cipher-ref.sgml: Removed file.
	* digest-ref.sgml: Likewise.
	* misc-ref.sgml: Likewise.
	* pubkey-ref.sgml: Likewise.
	* reference.sgml: Likewise.
	* version.sgml.in: Likewise.

2003-06-15  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi: Documented several parts of the library, merged
	some documentation from GPGME's manual, re-structured the whole
	manual, added more menus.

2003-06-14  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Hash Functions): Adjusteded description of
	gcry_md_copy.
	
2003-06-12  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Public Key Functions): Fix example S-Exp, i.e.:
	added the number of following digits as prefix to the number of
	bits.
	(Public Key Functions): Document the general usage of `flags',
	including the no-blinding flag.

2003-06-11  Werner Koch  <wk@gnupg.org>

	* gcrypt.texi (Hash Functions): Document possible values of HD.

2003-06-09  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Version Check): Changed description of
	gcry_check_version; the user now *must* call the function to
	initialize the library.

2003-06-08  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi: Change for libgpg-error.

2003-05-22  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Public Key Functions): Fixed typo.

2003-05-17  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Public Key Functions): Mention that only the
	checking of secret keys is supported currently.

2003-03-30  Simon Josefsson  <jas@extundo.com>

	* gcrypt.texi: Add CTR.

2003-03-22  Simon Josefsson  <jas@extundo.com>

	* gcrypt.texi: Add CBC-MAC.

2003-03-04  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.texi (Cipher Functions): Added gcry_cipher_reset.

2003-01-23  Werner Koch  <wk@gnupg.org>

	* gcrypt.texi (gcry_pk_decrypt): Described use of FLAGS

2003-01-20  Simon Josefsson  <jas@extundo.com>

	* gcrypt.texi (Hash Functions): Add CRC.

2003-01-19  Werner Koch  <wk@gnupg.org>

	* gcrypt.texi: Most functions are now documented.  Still need to
	fine tune the menu structure, document some utility functions,
	mark up indices and references and add examples.

2002-08-14  Werner Koch  <wk@gnupg.org>

	* gcrypt.texi: Typo fixes.

2002-05-14  Werner Koch  <wk@gnupg.org>

	* lgpl.texi: New.
	* gcrypt.texi: Included lgpl and commented not yet converted text.

2002-04-16  Werner Koch  <wk@gnupg.org>

	* version.sgml.in, cipher-ref.sgml, digest-ref.sgml, misc-ref.sgml
	* pubkey-ref.sgml, reference.sgml: Removed.
	* gcrypt.texi: New. Based on the old sgml version.
	* gpl.texi, fdl.texi: New.
	* Makefile.am: Adjusted for use with texinfo.

2000-12-21  Werner Koch  <wk@gnupg.org>

	Renamed the gcryptref.sgml files and removed the GnuPG stuff.

Tue Oct 26 14:10:21 CEST 1999  Werner Koch  <wk@gnupg.de>

	* Makefile.am (SUBDIRS): Removed gph from this development series

Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* Makefile.am (SUBDIRS): New subdir gph for the manual.

Thu Jul 22 20:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* gpg.sgml (--always-trust): Added.

Wed Jul 14 19:42:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* Makefile.am: Create a dummy man page if docbook-to-man is missing.

Wed Jun 16 20:16:21 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* gpg1.pod: Removed.
	* gpg.sgml: New. Replaces the pod file
	* Makefile.am: Add rule to make a man file from sgml

Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* Makefile.in.in: Use DESTDIR.

Mon May 31 19:41:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* gpg.1pod: Enhanced the Bugs section (Michael).

Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* gpg.1pod: Spelling and grammar corrections (John A. Martin)
	* FAQ: Ditto.
	* DETAILS: Ditto.

 Copyright 1999, 2000, 2002, 2003 Free Software Foundation, Inc.

 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.