summaryrefslogtreecommitdiff
path: root/tests/ChangeLog-2011
blob: a9fb1cafce4dfdcbf6646b6dc1d857022d47cd2b (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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
2011-12-01  Werner Koch  <wk@g10code.com>

	NB: ChangeLog files are no longer manually maintained.  Starting
	on December 1st, 2011 we put change information only in the GIT
	commit log, and generate a top-level ChangeLog file from logs at
	"make dist".  See doc/HACKING for details.

2011-11-11  Jim Meyering  <meyering@redhat.com>

	tests: avoid write-beyond-end-of-heap buffer
	* basic.c (check_bulk_cipher_modes): Allocate one more byte in
	each of the two test buffers.  Otherwise, running
	"env -i MALLOC_CHECK_=3 ./basic" would abort.

2011-09-15  Werner Koch  <wk@g10code.com>

	* register.c: Remove.

	* ac-data.c, ac-schemes.c, ac.c: Remove.

2011-06-13  Werner Koch  <wk@g10code.com>

	* basic.c (check_pubkey_sign): Run PKCS1 tests only for RSA.
	(check_pubkey_crypt): Ditto.

	* pkcs1v2-pss.h, pkcs1v2-oaep.h, pkcs1v2-v15s.h, pkcs1v2-v15c.h: New.
	* pkcs1v2.c: (check_pss, check_v15crypt): New.
	(check_pss, check_pss): Factor test vector tables out.

2011-06-10  Werner Koch  <wk@g10code.com>

	* basic.c (check_pubkey_crypt): Run OAEP tests only for RSA.

2011-06-09  Werner Koch  <wk@g10code.com>

	* pkcs1v2.c: New.
	* Makefile.am (TESTS): Add pkcs1v2.

	* basic.c (check_pubkey_sign): Add a test using random-override.
	(check_pubkey_crypt): Ditto.  Print ALGO in verbose mode.
	(check_pubkey_grip): Silence unused parameter warning.

2011-06-03  Werner Koch  <wk@g10code.com>

	* basic.c (main): Add option --die.

2011-05-27  Daiki Ueno  <ueno@unixuser.org>

	* basic.c (check_pubkey_crypt): Add test data with invalid padding.

2011-05-24  Daiki Ueno  <ueno@unixuser.org>

	* basic.c (do_check_one_pubkey): Add new arg ALGO to tell which PK
	algorithm is used for check_pubkey_sign, check_pubkey_crypt,
	check_pubkey_grip.
	(check_pubkey_sign): Add new arg ALGO; skip test data if it does
	not match ALGO.
	(check_pubkey_crypt): Add new arg ALGO.
	(check_pubkey_grip): Ditto.

2011-05-18  Daiki Ueno  <ueno@unixuser.org>

	* basic.c (check_pubkey_crypt): Remove unused "unpad" flag.

2011-05-11  Daiki Ueno  <ueno@unixuser.org>

	* basic.c (check_pubkey_sign): Add an OAEP flag parsing test case.
	(check_pubkey_crypt): New.
	(do_check_one_pubkey): Call it.
	(check_one_pubkey): Free SKEY and PKEY.

2011-04-11  Werner Koch  <wk@g10code.com>

	* basic.c (mismatch): New.
	(check_ctr_cipher): Remove length error code checks.  Add
	truncation and streaming checks.

2011-04-04  Werner Koch  <wk@g10code.com>

	* keygrip.c (main): Add option --repetitions.
	(check): Make use of it.

2011-03-28  Werner Koch  <wk@g10code.com>

	* random.c (readn): Remove used var P.

2011-02-21  Werner Koch  <wk@g10code.com>

	* version.c (main): Do a verbatim check of the version string.
	* basic.c (main): Ditto.  But die on mismatch.

	* benchmark.c (md_bench): Allow for the --alignment option.
	(main):  Allow alignments between 1 and 16.

2011-02-16  Werner Koch  <wk@g10code.com>

	* benchmark.c (main): Add option --disable-hwf.

	* basic.c (DIM): New.
	(check_bulk_cipher_modes): New.
	(main): Run new test.

2011-02-15  Werner Koch  <wk@g10code.com>

	* benchmark.c: Add option --cipher-with-keysetup.
	(cipher_bench): Implement this option.

2011-02-14  Werner Koch  <wk@g10code.com>

	* benchmark.c: Add option --alignment.

2011-02-01  Werner Koch  <wk@g10code.com>

	* curves.c: New.

2011-01-04  Werner Koch  <wk@g10code.com>

	* Makefile.am (LDADD): Fix typo in last change.  Reported by
	Andrey Jivsov.

2010-07-19  Werner Koch  <wk@g10code.com>

	* Makefile.am (LDADD): Add GPG_ERROR_LIBS to help a new wannabe ld.

2010-06-10  Werner Koch  <wk@g10code.com>

	* t-mpi-bit.c (mpi2bitstr_nlz): Handle case for LENGTH==0.

2010-04-12  Brad Hards  <bradh@frogmouth.net>  (wk)

	* basic.c (check_cbc_mac_cipher): Print more info.
	(main): Factor some code out to ...
	(check_cipher_modes): .. new.

2010-04-06  Brad Hards  <bradh@frogmouth.net>  (wk)

	* aeswrap.c, hmac.c, basic.c:  Typo fixes.

2010-03-26  Werner Koch  <wk@g10code.com>

	* basic.c (check_digests): Add tests for TIGER1 and TIGER2 from
	the NESSIE project.

2010-01-21  Werner Koch  <wk@g10code.com>

	* benchmark.c [_GCRYPT_IN_LIBGCRYPT]: Include libcompat.h.
	(start_timer, stop_timer) [__MINGW32CE__]: Use GetThreadTimes.
	* Makefile.am (LDADD): Add libcompat.

2009-12-10  Werner Koch  <wk@g10code.com>

	* basic.c (check_ctr_cipher): Add some return code checks.

	* benchmark.c (cipher_bench): Merge Stream with ECB column.

2009-12-09  Werner Koch  <wk@g10code.com>

	* aeswrap.c: New.

2009-07-09  Werner Koch  <wk@g10code.com>

	* benchmark.c (progress_cb): New.
	(main): Add option --progress.

2009-06-08  Werner Koch  <wk@g10code.com>

	* benchmark.c (cipher_bench): Center labels.  Suggested by Brad Hards.

2009-02-16  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (print_buffer): Remove parens from initializer for
	better portability.  Reported by Dan Fandrich.

2009-02-13  Werner Koch  <wk@g10code.com>

	* rsacvt.c (compute_missing): Fix dqm1 computation.  Take care of
	openpgp flag.
	(main): Add option --openpgp.

2009-02-11  Werner Koch  <wk@g10code.com>

	* rsacvt.c: New.

2009-01-22  Werner Koch  <wk@g10code.com>

	* cavs_tests.sh: Pass option -D to driver if required.

	* fipsdrv.c (run_dsa_sign): Use hash of the data.
	(dsa_gen_with_seed): New.
	(run_dsa_pqg_gen): Add args SEED and SEEDLEN and use them.
	(main): Optically take a seed for dsa-pgq-gen.
	(standalone_mode): New.
	(main): Add option --standalone.
	(print_dsa_domain_parameters): Implement standalone mode.

2009-01-21  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (run_dsa_verify): Use gcry_mpi_scan again.
	(run_rsa_derive): Also print N.

	* fipsdrv.c (run_dsa_verify): Use hash of the data.

	* pubkey.c (get_dsa_key_fips186_with_seed_new): New.
	(check_run): Call it.

2008-12-11  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (run_rsa_derive): New.
	(main): Add mode rsa-derive.

2008-12-10  Werner Koch  <wk@g10code.com>

	* basic.c (main): Check for error after running self-test in
	non-fips mode.

	* pubkey.c (get_dsa_key_with_domain_new): New.
	(get_dsa_key_fips186_with_domain_new): New.
	(check_run): Call them.

2008-12-08  Werner Koch  <wk@g10code.com>

	* fipsdrv.c [W32]: Include fcntl.h.

2008-12-05  Werner Koch  <wk@g10code.com>

	* pubkey.c (get_dsa_key_new): Add arg transient_key.
	(check_run): Use it.

2008-12-03  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (run_dsa_pqg_gen): Facor code out into ..
	(print_dsa_domain_parameters, dsa_gen): .. these two new functions.
	(print_sexp, read_sexp_from_file): New.
	(run_dsa_sign): New.
	(run_dsa_verify): New.

2008-12-02  Werner Koch  <wk@g10code.com>

	* fipsdrv.c: All standalone build.

	* mpitests.c (mpi_powm): New.

2008-11-28  Werner Koch  <wk@g10code.com>

	* fips186-dsa.c: New.

	* fipsdrv.c (print_mpi_line, print_data_line): New.
	(run_dsa_pqg_gen): New.
	(usage): Add mode dsa-pqg-gen.

2008-11-25  Werner Koch  <wk@g10code.com>

	* pubkey.c (get_dsa_key_new): New.

2008-11-24  Werner Koch  <wk@g10code.com>

	* tsexp.c (basic): Add test for format character S.

	* pubkey.c (check_x931_derived_key): New.
	(get_keys_x931_new): New.
	(check_run): Check X9.31 generated RSA key.

2008-11-07  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (run_cipher_mct_loop, get_current_iv): New.
	(read_textline, read_hexline, skip_to_empty_line): New.
	(main): New option --mct-server.
	* cavs_driver.pl: Update from upstream and adjust to new fipsdrv.

2008-11-05  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (run_encrypt_decrypt): Disable weak key detection.

2008-10-31  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (run_rsa_sign): Buffer needs to be larger for SHA512.

2008-10-27  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (run_encrypt_decrypt): Make IV_BUFFER optional.
	(main): Ditto.
	* cavs_driver.pl: Remove the --no-fips flags.
	(libgcrypt_encdec($$$$$)): Make IV optional.
	(libgcrypt_state_cipher($$$$$)): Ditto.

2008-10-24  Werner Koch  <wk@g10code.com>

	* benchmark.c (md_bench): Do not test MD5 in fips mode.
	* basic.c (check_digests, check_hmac): Ditto.

2008-10-06  Werner Koch  <wk@g10code.com>

	* cavs_driver.pl: New version from upstream.
	(libgcrypt_rsa_verify($$$$)): Pass pkcs1.
	(libgcrypt_rsa_sign($$$)): Pass pkcs1 and hash algo.

	* fipsdrv.c (run_rsa_sign): Hash data in pkcs1 mode.
	(run_rsa_verify): Ditto.
	(read_key_file): Rename to read_private_key_file.  Factor public
	key code out to..
	(read_public_key_file): .. new.

2008-10-02  Werner Koch  <wk@g10code.com>

	* fipsdrv.c (print_buffer): Add base64 printing code.
	(base64_decode, read_key_file, parse_tag, read_sig_file): New.
	(run_rsa_gen, run_rsa_sign): New.
	(main): Add modes rsa-gen, rsa-sign and rsa-verify.


2008-09-29  Werner Koch  <wk@g10code.com>

	* fipsdrv.c: Merge code from fipsrngdrv.c
	* fipsrngdrv.c: Remove.

2008-09-26  Werner Koch  <wk@g10code.com>

	* Makefile.am: Distribute cavs_driver.pl.
	* cavs_tests.sh: New.
	* fipsdrv.c: New.

2008-09-18  Werner Koch  <wk@g10code.com>

	* benchmark.c (main): Do not disable secure memory in FIPS mode.

2008-09-18  Werner Koch  <wk@g10code.com>

	* basic.c (main): Do not disable secure memory in FIPS mode.

2008-09-16  Werner Koch  <wk@g10code.com>

	* fipsrngdrv.c (main): Bail out on write error.  Implement verbose
	option.
	(main): Use flag to disable dup block checks.

2008-09-15  Werner Koch  <wk@g10code.com>

	* fipsrngdrv.c: New.

2008-09-09  Werner Koch  <wk@g10code.com>

	* basic.c (main): New option --selftest.

2008-08-29  Werner Koch  <wk@g10code.com>

	* keygrip.c: Update to also check ECDSA.

2008-08-28  Werner Koch  <wk@g10code.com>

	* rsa-16k.key: New sample key.

2008-08-27  Werner Koch  <wk@g10code.com>

	* pkbench.c (read_file): New.
	(process_key_pair_file): Replace mmap by read_file.
	(main): Add a --fips option.
	* Makefile.am (EXTRA_DIST): Remove.
	(EXTRA_PROGRAMS): Add pkbench.

	* basic.c (main): Extended FIPS self-test test.

2008-08-26  Werner Koch  <wk@g10code.com>

	* basic.c (get_keys_new): Use transient-key flag.
	* benchmark.c (main): First check options then do the libgcrypt
	initialization.
	(rsa_bench): Use transient-key flag if not in fips mode.

2008-08-20  Werner Koch  <wk@g10code.com>

	* t-mpi-bit.c (test_lshift): New.
	(mpi2bitstr_nlz, lshiftbitstring): New.
	(main): Run test.

2008-08-18  Werner Koch  <wk@g10code.com>

	* basic.c (main): Add option --fips.

2008-08-15  Werner Koch  <wk@g10code.com>

	* register.c (main): Check for fips mode.
	(check_run): Take care of fips mode.

	* basic.c (check_cbc_mac_cipher, check_ciphers, check_digests)
	(check_hmac, check_pubkey): Do not test unavalaible algorithms in
	fips mode.
	(main): Check for fips mode.

2008-04-22  Werner Koch  <wk@g10code.com>

	* basic.c (check_one_cipher): Also check in-place encryption.

2008-03-17  Werner Koch  <wk@g10code.com>

	* benchmark.c (main): Add option --cipher-repetition.
	(cipher_bench): Use it.

2008-03-12  Werner Koch  <wk@g10code.com>

	* benchmark.c (rsa_bench): Add arg NO_BLINDING.
	(main): Add option --no-blinding.

2007-12-05  Werner Koch  <wk@g10code.com>

	* pubkey.c (sample_private_key_1_1,sample_private_key_1_2): New.
	(get_keys_sample): Add arg SECRET_VARIANT.
	(check_run): Check all variants.  Also check gcry_pk_testkey.
	(check_keys_crypt): Add DECRYPT_FAIL_CODE.
	(check_keys): Ditto.

2007-11-30  Werner Koch  <wk@g10code.com>

	* benchmark.c (main): Add optione --verbose and reworked the
	option parsing.
	(random_bench): Dump random stats.

2007-10-31  Werner Koch  <wk@g10code.com>

	* benchmark.c (start_timer, stop_timer, elapsed_time) [W32]: Fixed.

2007-06-20  Werner Koch  <wk@g10code.com>

	* benchmark.c (rsa_bench): New.
	(main): New command "rsa".

2007-05-03  Werner Koch  <wk@g10code.com>

	* Makefile.am (EXTRA_DIST): Do not build pkbench.c

2007-05-02  David Shaw  <dshaw@jabberwocky.com>

	* basic.c (check_ciphers): Add Camellia.

2007-04-30  David Shaw  <dshaw@jabberwocky.com>

	* basic.c (check_ciphers): #if out ciphers we don't have.  Add
	test for GCRY_CIPHER_RFC2268_40.

2007-04-30  Werner Koch  <wk@g10code.com>

	* version.c: New.
	* Makefile.am (TESTS): Add version.

2007-04-30  Marcus Brinkmann  <marcus@g10code.de>

	* benchmark.c (ecc_bench): Release KEY_SPEC.

2007-04-28  Marcus Brinkmann  <marcus@g10code.de>

	* ac-data.c (check_run): Don't give redundant GCRY_AC_FLAG_DEALLOC
	in addition to GCRY_AC_FLAG_COPY.  Don't release LABEL1 or MPI0,
	as those are donated to libgcrypt, but do release MPI0 and MPI2.

2007-04-12  Marcus Brinkmann  <marcus@g10code.de>

	* ac-schemes.c (scheme_spec): Revert last change.

	* ac-schemes.c (scheme_spec): Remove const qualifier from member M.
	(es_check): Remove const qualifier from C and M2.

2007-03-28  Werner Koch  <wk@g10code.com>

	* pkbench.c (generate_key): Support named curves.

	* benchmark.c (dsa_bench): New args ITERATIONS and PRINT_HEADER.
	(main): Call dsa and ecc benchs.
	(show_sexp): New.

	* Makefile.am (TESTS): Move pkbench to EXTRA_PROGRAMS.

2007-03-22  Werner Koch  <wk@g10code.com>

	* benchmark.c (die): New.
	(ecc_bench): New.

	* pkbench.c (main): Reworked to provide proper option handling.

2007-03-13  Werner Koch  <wk@g10code.com>

	* mpitests.c: Reformatted to GNU standards.
	(main): Add options --verbose and --debug for future use.

2007-03-13  Werner Dittmann <Werner.Dittmann@t-online.de>  (wk)

	* mpitests.c: New.

2007-02-23  Werner Koch  <wk@g10code.com>

	* Makefile.am (TEST): Run benchmark as last.

	* ac-data.c (check_sexp_conversion): Print label only in verbose
	mode.

	* pubkey.c (main): Run test just 2 times instead of 10.
	(get_elg_key_new): New.
	(check_run): Also run tests with Elgamal keys.
	(check_keys): New arg NBITS_DATA.
	(get_elg_key_new): Use only 400 for the 512 bit Elgamal test.

	* random.c: New.

2007-02-22  Werner Koch  <wk@g10code.com>

	* basic.c (check_pubkey_sign): Also try signing using an OID.

	* Makefile.am (TESTS) [W32]: Removed pkbench for now.
	* pkbench.c (benchmark): Fixed for W32.

2007-02-21  Werner Koch  <wk@g10code.com>

	* hmac.c (check_one_mac): Make pointer args const.
	* basic.c (check_one_md): Ditto.
	(check_one_hmac): Ditto.

	* keygen.c (progress_cb): Filter out line feeds.
	* basic.c (progress_handler): Ditto.

2006-12-18  Werner Koch  <wk@g10code.com>

	* Makefile.am (AM_CFLAGS, AM_CPPFLAGS): Splitted and merged with
	Moritz' changes.
	(INCLUDES): Removed.

	* keygen.c (progress_handler): New.
	(main): Use it in verbose mode.

2006-11-05  Moritz Schulte  <moritz@g10code.com>

	* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the
	new gcrypt.h is used, not the one installed in the system.

2006-10-17  Werner Koch  <wk@g10code.com>

	* keygen.c (check_rsa_keys): Also create an 1536 bit DSA key.

2006-08-03  Werner Koch  <wk@g10code.com>

	* t-mpi-bit.c: New.

2006-07-06  Werner Koch  <wk@g10code.com>

	* benchmark.c (main): New option --use-random-daemon.  New command
	strongrandom.
	(random_bench): New arg VERY_STRONG.

2006-03-14  Werner Koch  <wk@g10code.com>

	* benchmark.c (main): Allow for seed file argument to random bench.

	* basic.c (main): Use progress handler only in verbose mode.
	(main): Speed up test key generation.
	* ac-data.c (check_sexp_conversion, check_run): Take care of VERBOSE.
	* ac.c (main): Ditto.
	* pubkey.c (main): Ditto.
	* pkbench.c (main): Ditto.
	* keygen.c (main): Ditto.
	(check_rsa_keys): Print key only in verbose mode.

2006-03-10  Brad Hards  <bradh@frogmouth.net>  (wk, patch 2006-02-18)

	* basic.c (check_one_hmac, check_hmac): New.

2006-03-07  Werner Koch  <wk@g10code.com>

	* benchmark.c (cipher_bench): Add OFB mode.

2006-01-18  Brad Hards  <bradh@frogmouth.net> (wk 2006-03-07)

	* basic.c: Added test cases for OFB and CFB modes. Fixed some
	compiler warnings for signedness.

2005-11-12  Moritz Schulte  <moritz@g10code.com>

	* ac-data.c: Added way more test cases.

2005-09-15  Moritz Schulte  <moritz@g10code.com>

	* Makefile.am (TESTS): Added keygrip.
	* keygrip.c: New.

2005-09-19  Werner Koch  <wk@g10code.com>

	* benchmark.c (dsa_bench): New.

2005-08-19  Werner Koch  <wk@g10code.com>

	* hmac.c (main): Added all FIPS tests.

2005-08-18  Werner Koch  <wk@g10code.com>

	* hmac.c: New.

2005-04-22  Moritz Schulte  <moritz@g10code.com>

	* tsexp.c: Include <config.h> in case HAVE_CONFIG_H is defined;
	thanks to Albert Chin.
	* testapi.c: Likewise.
	* register.c: Likewise.
	* pubkey.c: Likewise.
	* prime.c: Likewise.
	* pkbench.c: Likewise.
	* keygen.c: Likewise.
	* benchmark.c: Likewise.
	* basic.c: Likewise.
	* ac-schemes.c: Likewise.
	* ac-data.c: Likewise.
	* ac.c: Likewise.

2005-04-16  Moritz Schulte  <moritz@g10code.com>

	* ac-data.c (check_run): Include new test.

2005-04-11  Moritz Schulte  <moritz@g10code.com>

	* basic.c (check_digests): Add tests for Whirlpool.

2005-03-30  Moritz Schulte  <moritz@g10code.com>

	* ac-schemes.c: New file.
	* ac-data.c: New file.
	* Makefile.am (TESTS): Added ac-schemes and ac-data.

2004-09-15  Moritz Schulte  <moritz@g10code.com>

	* pkbench.c: Include <time.h>.

2004-08-24  Moritz Schulte  <moritz@g10code.com>

	* pkbench.c (context_init): Improve generation of test data.

2004-08-23  Moritz Schulte  <moritz@g10code.com>

	* Makefile.am (TESTS): Added: pkbench.
	* pkbench.c: New file.

2004-02-25  Werner Koch  <wk@gnupg.org>

	* Makefile.am (TEST): Add benchmark.

	* benchmark.c (md_bench, cipher_bench): Allow NULL arg to to run
	tests for all algorithms.
	(main): Run all tests by default.

2004-02-03  Werner Koch  <wk@gnupg.org>

	* tsexp.c (basic): New pass to check secure memory switching.

2004-01-12  Moritz Schulte  <mo@g10code.com>

	* ac.c (check_one): Adjust to new ac API.

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

	* pubkey.c (check_keys_crypt): Fixed my last patch.

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

	* tsexp.c (basic): Add pass structure and a test for the %b
	format.

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

	* Makefile.am (noinst_PROGRAMS): Use this so that test programs
	get always build.

	* keygen.c (check_nonce): New.
	(main): Add a basic check for the nocen function.

2003-10-31  Werner Koch  <wk@gnupg.org>

	* basic.c (check_aes128_cbc_cts_cipher): Make it a prototype

	* ac.c (check_run): Comment unused variable.

2003-10-10  Werner Koch  <wk@gnupg.org>

	* prime.c (check_primes): Generate a generator and avoid printing
	unless in verbose mode.

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

	* tsexp.c (check_sscan): New.

2003-09-04  Werner Koch  <wk@gnupg.org>

	* pubkey.c (check_keys_crypt): Fix for compatibility mode.

2003-09-02  Moritz Schulte  <mo@g10code.com>

	* Makefile.am (TESTS): Added: prime.

	* prime.c: New file.

2003-08-27  Moritz Schulte  <mo@g10code.com>

	* basic.c (check_ciphers): Added: Serpent.
	Write braces around flags.

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

	* benchmark.c (do_powm): Adjust for new gcry_mpi_scan interface.

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

	* ac.c (key_copy): New function...
	(check_one): ... use it.

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

	* basic.c (check_ciphers): Use gcry_cipher_map_name.

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

	* ac.c (check_run): Renamed to ...
	(check_one): ... this, changed calling interface.
	(check_run): New function.

	* register.c: Adjust gcry_cipher_spec_t structure.

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

	* register.c: Adjust cipher specification structure.

	* benchmark.c: New file.
	* testapi.c: New file.

	* Makefile.am (EXTRA_PROGRAMS): Set to: benchmark testapi.
	(check_PROGRAMS): Set to: $(TESTS).

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

	* ac.c, basic.c, keygen.c, register.c, sexp.c, tsexp.c: Used
	gcry_err* wrappers for libgpg symbols.

	* basic.c (check_ciphers): Added: GCRY_CIPHER_TWOFISH128.

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

	* Makefile.am (LIBS): Remove: -lpthread.

	* basic.c (check_one_cipher): Fix variable initialization.  Thanks
	to Simon Joseffson <jas@extundo.com>.

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

	* Makefile.am (TESTS): Added: register.

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

	* register.c (check_run): Adjusted for new gcry_cipher_register API.

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

	* Makefile.am (TESTS): Added: ac.
	* ac.c: New file.

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

	* basic.c (check_cbc_mac_cipher): Adjusted for new API of get_blklen
	and get_keylen.
	(check_ctr_cipher): Ditto.
	(check_one_cipher): Ditto.
	(check_one_md): Adjusted for new API of gcry_md_copy.

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

	* register.c: Replace old type GcryModule with newer one:
	gcry_module_t.
	Adjusted for new API.

	* Makefile.am (AM_CFLAGS): Added: @GPG_ERROR_CFLAGS@.

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

	* basic.c (get_keys_new): New function.
	(do_check_one_pubkey): New function ...
	(check_one_pubkey): ... use it.
	(progress_handler): New function.
	(main): Use gcry_set_progress_handler.

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

	* basic.c: Replaced calls to gcry_strerror with calls to
	gpg_strerror.
	(check_one_md): Adjust for new gcry_md_copy API.

	* tsexp.c: Likewise.
	* keygen.c: Likewise.

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

	* basic.c: Changed here and there, reorganized pubkey checks,
	added DSA and ELG keys.

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

	* basic.c, keygen.c, pubkey.c, register.c, tsexp.c: Changed to use
	new API.

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

	* tsexp.c (canon_len): Adjust for new gcry_sexp_canon_len API.

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

	* basic.c (verify_one_signature): Adjust for libgpg-error.
	(check_pubkey_sign): Likewise.
	(check_pubkey): Likewise.
	* basic.c (check_pubkey_sign): Likewise.
	* tsexp.c (canon_len): Likewise.
	(back_and_forth_one): Likewise.

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

	* pubkey.c: Changed the sample private key to contain the
	identifier `openpgp-rsa' instead of `rsa'.

	* basic.c (check_digests): Enabled/fixed some tests for TIGER.

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

	* Makefile.am (TESTS): Removed `register' for now.

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

	* basic.c (check_digests): Include checks for SHA512 and SHA384.

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

	* basic.c (check_one_md): Also test md_copy.

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

	* Makefile.am (TESTS): Added register.

	* register.c: New file.

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

	* basic.c (check_one_cipher): New.  Test CTR.
	(main): Call it.
	(check_ciphers): Check CTR mode.

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

	* Makefile.am (TESTS): Added pubkey.

	* pubkey.c: New file.

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

	* basic.c (check_cbc_mac_cipher): New.
	(main): Use it.

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

	* keygen.c (check_rsa_keys): Don't expect an exponent when asking
	for e=0.
	(check_generated_rsa_key): Just print exponent if EXPECTED_E is 0.

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

	* basic.c (check_one_cipher): Use gcry_cipher_reset() instead of
	gcry_cipher_close(), gcry_cipher_open and gcry_cipher_setkey().

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

	* keygen.c: New.

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

	* basic.c (check_digests): Add CRC.
	(check_one_md): Print computed and expected values on error.

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

	* basic.c (check_one_md): Kludge to check a one million "a".
	(check_digests): Add checks for SHA-256.

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

	* basic.c (check_pubkey): Check the keygrip for the sample key.

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

	* basic.c (verify_one_signature,check_pubkey_sign)
	(check_pubkey): New.
	(main): Check public key functions. Add a --debug option.

2002-11-23  Werner Koch  <wk@gnupg.org>

	* basic.c (check_digests): Add another test for MD4.  By Simon
	Josefsson.

2002-11-10  Simon Josefsson  <jas@extundo.com>

	* basic.c (check_aes128_cbc_cts_cipher): New function.
	(check_one_cipher): Add flags parameter.
	(check_ciphers): Support flags parameter.
	(main): Check CTS.

2002-11-10  Werner Koch  <wk@gnupg.org>

	* basic.c (check_one_md): New.  By Simon Josefsson.
	(check_digests): New tests for MD4.  By Simon.

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

	* basic.c (check_ciphers): Check simple DES.

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

	* tsexp.c (back_and_forth): Very minimal test of the new functions.

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

	Changed license of all files to the LGPL.

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

	* basic.c: Add option --verbose.

2002-01-11  Werner Koch  <wk@gnupg.org>

	* tsexp.c (canon_len): Fixed tests.

2001-12-18  Werner Koch  <wk@gnupg.org>

	* tsexp.c: New.


 Copyright 2001, 2002, 2003, 2008 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.

Local Variables:
buffer-read-only: t
End: