~ubuntu-branches/ubuntu/raring/gnupg2/raring-security

« back to all changes in this revision

Viewing changes to tests/openpgp/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

Show diffs side-by-side

added added

removed removed

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