~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-updates

« back to all changes in this revision

Viewing changes to tests/openpgp/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-03-19  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * import.test, bug894-test.asc: New.
 
4
 
 
5
2007-12-14  Werner Koch  <wk@g10code.com>
 
6
 
 
7
        * Makefile.am (./gpg_dearmor): Reverted last change because the
 
8
        real fix is to --no-options.
 
9
 
 
10
2007-11-22  Werner Koch  <wk@g10code.com>
 
11
 
 
12
        * Makefile.am (./gpg_dearmor): Add --homedir so that we don't
 
13
        auto create a ~/.gnupg/.  From Gentoo.
 
14
 
 
15
2007-10-25  Werner Koch  <wk@g10code.com>
 
16
 
 
17
        Add missing copyright notices to *.test.
 
18
 
 
19
2007-10-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
 
20
 
 
21
        From 1.4 (July):
 
22
 
 
23
        * defs.inc (all_cipher_algos): New function to return all ciphers.
 
24
        * defs.inc (all_cipher_algos): New function to return all ciphers
 
25
        we support.  This is safer than the previous setup which could
 
26
        hide that some ciphers weren't being tested.  Plus, this
 
27
        automatically tests any new ciphers libgcrypt supports.
 
28
        (all_hash_algos): New. 
 
29
        * sigs.test: Use it here, and also test with >=160 bit hashes for
 
30
        DSA2.
 
31
        * conventional.test, encrypt.test, encrypt-dsa.test,
 
32
        * conventional-mdc.test: Use it here.
 
33
 
 
34
2007-05-02  David Shaw  <dshaw@jabberwocky.com>
 
35
 
 
36
        * conventional.test, encrypt.test, encrypt-dsa.test,
 
37
        conventional-mdc.test: Fix some broken tests that were only
 
38
        testing 3DES instead of all available ciphers.
 
39
 
 
40
2007-03-04  David Shaw  <dshaw@jabberwocky.com>  (wk)
 
41
 
 
42
        * verify.test: Use --allow-multiple-messages instead of
 
43
        --allow-multisig-verification.  Two clearsigs in a row counds as a
 
44
        multiple-message test.
 
45
 
 
46
2006-11-16  Werner Koch  <wk@g10code.com>
 
47
 
 
48
        * Makefile.am (plain-large): Use gpg.texi instead of FAQ which
 
49
        won't be found as it is not a source file.  Pointed out by Moritz.
 
50
 
 
51
2006-10-04  Werner Koch  <wk@g10code.com>
 
52
 
 
53
        * signencrypt.test: Need to prepend srcdir to the file name
 
54
 
 
55
2006-09-27  Werner Koch  <wk@g10code.com>
 
56
 
 
57
        * signencrypt.test: Add a test for bug 537.
 
58
        * bug537-test.data.asc: New. Taken from the BTS.
 
59
 
 
60
2006-08-21  Werner Koch  <wk@g10code.com>
 
61
 
 
62
        Copied tests from 1.4 and adjusted paths.
 
63
 
 
64
2006-04-19  David Shaw  <dshaw@jabberwocky.com>
 
65
 
 
66
        * sigs.test, mds.test: Add tests for SHA-224, SHA-384, and
 
67
        SHA-512.
 
68
 
 
69
2006-04-11  Werner Koch  <wk@g10code.com>
 
70
 
 
71
        * armor.test: New.
 
72
 
 
73
2006-03-09  Werner Koch  <wk@g10code.com>
 
74
 
 
75
        * defs.inc: Removed Basishm by proper redirection.
 
76
 
 
77
2006-03-06  Werner Koch  <wk@g10code.com>
 
78
 
 
79
        * defs.inc: Print error messages also to stderr.  Allow for
 
80
        verbose environment variable.
 
81
        (linefeed): New.
 
82
        (suspend_error, resume_error): New.
 
83
        * verify.test:  More tests.
 
84
        * multisig.test: Better error printing.
 
85
        (sig_1ls1ls_valid, sig_ls_valid):  Moved to the non-valid group.
 
86
        
 
87
2006-02-14  Werner Koch  <wk@gnupg.org>
 
88
 
 
89
        * verify.test: New.
 
90
 
 
91
2005-06-21  Werner Koch  <wk@g10code.com>
 
92
 
 
93
        * conventional.test (algos): Uhh ohh, cut+paste error and not
 
94
        tested.
 
95
 
 
96
2005-06-02  Werner Koch  <wk@g10code.com>
 
97
 
 
98
        * conventional.test: have_cipher_algo now requires uppercase
 
99
        algorithm names.  Changed.  Noted by John R. Shannon.
 
100
 
 
101
2004-02-09  David Shaw  <dshaw@jabberwocky.com>
 
102
 
 
103
        * clearsig.test, sigs.test: Properly detect RSA being missing, and
 
104
        use the proper key for doing an RSA test.
 
105
 
 
106
2003-12-31  David Shaw  <dshaw@jabberwocky.com>
 
107
 
 
108
        * clearsig.test, conventional-mdc.test, conventional.test,
 
109
        defs.inc, encrypt-dsa.test, encrypt.test, genkey1024.test,
 
110
        plain-1.asc, plain-1-pgp.asc, plain-2.asc, plain-3.asc,
 
111
        pubring.asc, secring.asc, sigs.test: Rework tests to work properly
 
112
        with a gpg binary that doesn't have all ciphers and all pk algos.
 
113
        Basically, we test for the ciphers we have, only test signing with
 
114
        non-160-bit hashes with RSA (we test all hashes as hashes).  Test
 
115
        all key lengths of AES.
 
116
 
 
117
2003-12-05  David Shaw  <dshaw@jabberwocky.com>
 
118
 
 
119
        * Makefile.am: Reenable tests now that the Elgamal signature keys
 
120
        are gone.
 
121
 
 
122
        * defs.inc, pubring.asc, secring.asc, plain-1.asc, plain-2.asc,
 
123
        plain-3.asc: Remove the old v3 Elgamal keys and replace with
 
124
        RSA+Elgamal and RSA s+e.
 
125
 
 
126
2003-12-03  David Shaw  <dshaw@jabberwocky.com>
 
127
 
 
128
        * options: Remove emulate-md-encode-bug.
 
129
 
 
130
2003-11-27  Werner Koch  <wk@gnupg.org>
 
131
 
 
132
        * Makefile.am (TESTS): Temporary remove tests using ElG signatures.
 
133
 
 
134
2003-09-04  David Shaw  <dshaw@jabberwocky.com>
 
135
 
 
136
        * mds.test, sigs.test: Remove TIGER/192 and make SHA-256 optional
 
137
        (since it might not be compiled in).
 
138
 
 
139
2003-07-10  David Shaw  <dshaw@jabberwocky.com>
 
140
 
 
141
        * Makefile.am: Add --no-permission-warning to avoid spurious
 
142
        warning when importing demo keys.
 
143
 
 
144
2003-05-27  Werner Koch  <wk@gnupg.org>
 
145
 
 
146
        * Makefile.am (CLEANFILES): Add gpg.conf
 
147
 
 
148
2003-05-26  David Shaw  <dshaw@jabberwocky.com>
 
149
 
 
150
        * defs.inc (pgmname): Make sure there is a valid options
 
151
        file. (From wk on stable branch)
 
152
 
 
153
        * mds.test: Note that missing algorithms are not errors.
 
154
 
 
155
2003-04-23  David Shaw  <dshaw@jabberwocky.com>
 
156
 
 
157
        * Makefile.am, options.in: Rename options.in to options since it
 
158
        no longer needs to be a generated file.
 
159
 
 
160
        * sigs.test: TODO note to add the new SHAs when we start
 
161
        generating them.
 
162
 
 
163
        * mds.test: Test the new SHAs.
 
164
 
 
165
2002-05-10  Werner Koch  <wk@gnupg.org>
 
166
 
 
167
        * Makefile.am: Add gpg_dearmor to all targets where it is used.
 
168
        Noted by Andreas Haumer. 
 
169
 
 
170
2002-04-19  Werner Koch  <wk@gnupg.org>
 
171
 
 
172
        * signencrypt-dsa.test, sigs-dsa.test: Don't check with MD5 as
 
173
        this is not valid with DSA signatures.
 
174
 
 
175
2001-12-22  Werner Koch  <wk@gnupg.org>
 
176
 
 
177
        * options.in: Add no-permission-warning.
 
178
 
 
179
2001-12-21  Werner Koch  <wk@gnupg.org>
 
180
 
 
181
        * Makefile.am (distclean-local): prefix mkdemodirs with srcdir
 
182
        (DISTCLEANFILES): Add random_seed.
 
183
 
 
184
2001-12-19  Werner Koch  <wk@gnupg.org>
 
185
 
 
186
        * options.in: Remove load-extension tiger
 
187
        * Makefile.am (./options): append it if there is such a module.
 
188
 
 
189
2001-10-23  Werner Koch  <wk@gnupg.org>
 
190
 
 
191
        * defs.inc, Makefile.am: Do not use $srcdir when invoking gpg.
 
192
        Write the logfile to the current directory.
 
193
 
 
194
2001-09-28  Werner Koch  <wk@gnupg.org>
 
195
 
 
196
        * defs.inc: Write a log file for each test. 
 
197
        * run-gpg, run-gpgm, run-gpg.patterns: Removed.  Replaced in all
 
198
        tests by a simple macro from defs.inc.
 
199
        * Makefile.am (CLEANFILES): Remove log files.
 
200
        (./gpg_dearmor): create it and use it instead of the macro.
 
201
        This is needed in multisig.test due to IFS tricks.
 
202
 
 
203
        * armsignencrypt.test, signencrypt-dsa.test, signencrypt.test,
 
204
        armencryptp.test, armencrypt.test, encryptp.test, seat.test,
 
205
        encrypt-dsa.test, encrypt.test: Use --always-trust because the
 
206
        test are not designed to check the validity.
 
207
        
 
208
2001-09-06  Werner Koch  <wk@gnupg.org>
 
209
 
 
210
        * genkey1024.test: Simplified by using a parameter file.
 
211
 
 
212
2001-05-30  Werner Koch  <wk@gnupg.org>
 
213
 
 
214
        * multisig.test (IFS): Reset IFS just before the test.
 
215
 
 
216
2001-04-30  Werner Koch  <wk@gnupg.org>
 
217
 
 
218
        * multisig.test: Add an set +x to avoid ksh problems
 
219
 
 
220
2001-04-28  Werner Koch  <wk@gnupg.org>
 
221
 
 
222
        * run-gpg.patterns: a v3 test key expired yesterday, suppress the
 
223
        messages.
 
224
 
 
225
2001-03-27  Werner Koch  <wk@gnupg.org>
 
226
 
 
227
        * defs.inc: Removed creation of options file.
 
228
        * options.in: New.
 
229
        * Makefile.am: Create options file and fixed import of pubdemo.asc.
 
230
 
 
231
        * run-gpg.patterns (gpg): Add some more patterns.
 
232
 
 
233
2001-03-20  Werner Koch  <wk@gnupg.org>
 
234
 
 
235
        * Makefile.am: Import the pubdemo.asc file 
 
236
 
 
237
        * sigs.test (hash_algo_list): s/tiger/tiger192/
 
238
 
 
239
2001-03-19  Werner Koch  <wk@gnupg.org>
 
240
 
 
241
        * mkdemodirs (GPGDEMO): Add --allow-secret-key-import to all gpg
 
242
        invocations.  Use echon -n instead of an argument with \c.
 
243
 
 
244
2001-02-12  Werner Koch  <wk@gnupg.org>
 
245
 
 
246
        * multisig.test: new
 
247
        * Makefile.am (TESTS): Added.
 
248
 
 
249
2000-10-18  Werner Koch  <wk@gnupg.org>
 
250
 
 
251
        * conventional-mdc.test: Add Rijndael and fix for empty plain texts.
 
252
 
 
253
Thu Feb 10 17:39:44 CET 2000  Werner Koch  <wk@gnupg.de>
 
254
 
 
255
        * mkdemodirs: Fixed the --clean loop.
 
256
 
 
257
Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
 
258
 
 
259
        * defs.inc (chdir): Removed becuase it is unsused an plain old sh
 
260
        does not like this name.  Reported by Alec Habig.
 
261
 
 
262
Tue Oct 26 20:02:23 1999  Werner Koch  (wk@gnupg.org)
 
263
 
 
264
        * Makefile.am (GPG_DEARMOR): New and use --no-options.
 
265
 
 
266
Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
267
 
 
268
        * defs.inc: set LC_ALL empty
 
269
 
 
270
Wed Aug  4 10:34:18 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
271
 
 
272
        * defs.inc (echo_n): New and used instead of /bin/echo "\c"
 
273
 
 
274
Sun Apr 18 10:11:28 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
275
 
 
276
        * mkdemodirs: New
 
277
        * signdemokey: New.
 
278
        * Makefile.am (distclean-local): New.
 
279
 
 
280
Wed Mar 17 13:09:03 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
281
 
 
282
        * mds.test: replaced the "echo -n"
 
283
 
 
284
Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
285
 
 
286
        * pubdemo.asc, secdemo.asc: New.
 
287
 
 
288
Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
289
 
 
290
        * genkey1024.test: Be really quiet.
 
291
 
 
292
1999-01-01  Geoff Keating  <geoffk@ozemail.com.au>
 
293
 
 
294
        * Makefile.am (CLEANFILES): Also delete trustdb and any leftover
 
295
        lockfiles.
 
296
 
 
297
Fri Nov 27 15:30:24 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
 
298
 
 
299
        * clearsig.test: Some more test cases.
 
300
 
 
301
Sun Oct 25 18:19:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
302
 
 
303
        * mds.test: Check whether TIGER is available.
 
304
        * sigs.tesr: Ditto.
 
305
 
 
306
Wed Sep 23 12:25:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
307
 
 
308
        * run-gpg.patterns: New (because Solaris fgrep does not like -f -).
 
309
 
 
310
Mon Aug 10 21:33:38 1998  Werner Koch  (wk@(none))
 
311
 
 
312
        * genkey1024.test: Ariel fixed this.
 
313
 
 
314
Wed Jul  8 10:43:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
315
 
 
316
        * seat.test: New.
 
317
 
 
318
Mon May 18 15:40:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
319
 
 
320
        * Makefile.am: Now uses mk-tdata to produce random test data.
 
321
 
 
322
        * ChangeLog: New.
 
323
 
 
324
 
 
325
 Copyright 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc.
 
326
 
 
327
 This file is free software; as a special exception the author gives
 
328
 unlimited permission to copy and/or distribute it, with or without
 
329
 modifications, as long as this notice is preserved.
 
330
 
 
331
 This file is distributed in the hope that it will be useful, but
 
332
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 
333
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
334
 
 
335